HomeSort by relevance Sort by last modified time
    Searched full:getopt_long (Results 201 - 225 of 447) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/autotest/client/tests/signaltest/src/
signaltest.c 246 int c = getopt_long (argc, argv, "b:fl:p:qt:v",
  /external/blktrace/btt/
args.c 288 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
  /external/iproute2/misc/
lnstat.c 267 while ((c = getopt_long(argc, argv, "Vc:djpf:h?i:k:s:w:",
  /external/iproute2/tc/
m_ipt.c 316 c = getopt_long(argc, argv, "j:", opts, NULL);
m_xt.c 182 c = getopt_long(argc, argv, "j:", tmp_tcipt_globals.opts, NULL);
m_xt_old.c 241 c = getopt_long(argc, argv, "j:", opts, NULL);
  /external/iptables/iptables/
ip6tables-restore.c 216 while ((c = getopt_long(argc, argv, "bcvthnwWM:T:", options, NULL)) != -1) {
iptables-restore.c 215 while ((c = getopt_long(argc, argv, "bcvthnwWM:T:", options, NULL)) != -1) {
  /external/libdrm/tests/planetest/
dev.c 39 c = getopt_long(argc, argv, "c:r:h", options, &option_index);
  /external/libxcam/tests/
test-pipe-manager.cpp 240 while ((opt = getopt_long (argc, argv, short_opts, long_opts, NULL)) != -1) {
  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
context_switch.c 419 c = getopt_long(argc, argv, "", options, &option_index);
  /external/perfetto/src/perfetto_cmd/
perfetto_cmd.cc 119 getopt_long(argc, argv, "c:o:bd::n", long_options, &option_index);
  /external/rmi4utils/rmihidtool/
main.cpp 236 while ((opt = getopt_long(argc, argv, RMI4UPDATE_GETOPTS, long_options, &index)) != -1) {
  /external/selinux/policycoreutils/run_init/
run_init.c 46 #include <getopt.h> /* for getopt_long() form of getopt() */
  /external/selinux/secilc/
secilc.c 125 opt_char = getopt_long(argc, argv, "o:f:U:hvt:M:PDmNc:GX:", long_opts, &opt_index);
  /external/syslinux/mk/
lib.mk 66 getopt.o getopt_long.o \
  /external/tcpdump/
config.h.in 49 /* Define to 1 if you have the `getopt_long' function. */
  /external/tcpdump/win32/prj/
GNUmakefile 42 ../../missing/getopt_long.o \
  /external/tinyalsa/
tinymix.c 81 option_char = getopt_long(argc, argv, tinymix_short_options,
  /system/extras/librank/
librank.c 255 c = getopt_long(argc, argv, "acChkm:pP:uvrsR", longopts, NULL);
  /system/extras/verity/fec/
main.cpp 296 int c = getopt_long(argc, argv, "hedSr:ij:s:E:V:p:v", long_options, NULL);
  /system/libvintf/
check_vintf.cpp 181 int c = getopt_long(argc, argv, "hcD:", longopts.data(), &optionIndex);
  /system/sepolicy/tools/sepolicy-analyze/
neverallow.c 493 while ((ch = getopt_long(argc, argv, "df:n:w", neverallow_options, NULL)) != -1) {
  /toolchain/binutils/binutils-2.27/binutils/
addr2line.c 448 while ((c = getopt_long (argc, argv, "ab:Ce:sfHhij:pVv", long_options, (int *) 0))
coffdump.c 507 while ((opt = getopt_long (ac, av, "HhVv", long_options,

Completed in 2145 milliseconds

1 2 3 4 5 6 7 891011>>