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

<<1112131415161718

  /external/nos/host/generic/citadel/updater/
updater.cpp 879 while ((i = getopt_long(argc, argv,
  /external/selinux/policycoreutils/secon/
secon.c 201 while ((optchar = getopt_long(argc, argv, SECON_OPTS_GO,
  /external/selinux/policycoreutils/semodule/
semodule.c 212 getopt_long(argc, argv, "s:b:hi:l::vr:u:RnNBDCPX:e:d:p:S:E:cH", opts,
  /external/syslinux/bios/com32/elflink/ldlinux/
ldlinux.c32 
  /external/syslinux/efi32/com32/elflink/ldlinux/
ldlinux.e32 
  /external/syslinux/gpxe/src/util/
elf2efi.c 758 if ( ( c = getopt_long ( argc, argv, "s:h",
  /external/tcpdump/
configure.in 399 AC_REPLACE_FUNCS(vfprintf strlcat strlcpy strdup strsep getopt_long)
tcpdump.c 72 #include "getopt_long.h"
1173 (op = getopt_long(argc, argv, SHORTOPTS, longopts, NULL)) != -1)
    [all...]
  /external/tcpdump/win32/prj/
WinDump.dsp 124 SOURCE=..\..\missing\getopt_long.c
  /external/vboot_reference/futility/
cmd_show.c 625 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) {
cmd_sign.c 716 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) {
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 590 while ((c = getopt_long(argc, argv, "PVMD:R:C:F:B:T:", long_options, &option_index)) != -1) {
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 396 while (((c = getopt_long(aargc, aargv, optstr, long_options, NULL)) !=
  /system/core/trusty/libtrusty/tipc-test/
tipc_test.c 110 c = getopt_long (argc, argv, _sopts, _lopts, &oidx);
  /toolchain/binutils/binutils-2.27/binutils/
elfedit.c 698 while ((c = getopt_long (argc, argv, "hv",
strings.c 193 while ((optc = getopt_long (argc, argv, "adfhHn:wot:e:T:s:Vv0123456789",
  /external/dhcpcd-6.8.2/
dhcpcd.c     [all...]
  /toolchain/binutils/binutils-2.27/ld/
lexsup.c 674 /* getopt_long_only is like getopt_long, but '-' as well as '--'
682 optc = getopt_long (argc, argv, "-", really_longopts, &longind);
    [all...]
  /external/autotest/client/profilers/powertop/src/
powertop.c 800 c = getopt_long(argc, argv, "dt:hv", opts, &index2);
  /external/libmicrohttpd/src/spdy2http/
proxy.c     [all...]
  /external/mesa3d/src/intel/tools/
aubinator.c     [all...]
  /external/nos/host/android/manual_tests/
test_citadel.c 963 while ((i = getopt_long(argc, argv, short_opts, long_opts, &idx)) != -1) {
  /external/selinux/checkpolicy/
checkpolicy.c 422 while ((ch = getopt_long(argc, argv, "o:t:dbU:MCFVc:h", long_options, NULL)) != -1) {
  /frameworks/native/cmds/atrace/
atrace.cpp     [all...]
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_benchmarks.cpp     [all...]

Completed in 1910 milliseconds

<<1112131415161718