/toolchain/binutils/binutils-2.27/binutils/ |
size.c | 145 while ((c = getopt_long (argc, argv, "ABHhVvdfotx", long_options,
|
strings.c | 193 while ((optc = getopt_long (argc, argv, "adfhHn:wot:e:T:s:Vv0123456789",
|
sysdump.c | 693 while ((option = getopt_long (ac, av, "HhVv", long_options, (int *) NULL)) != EOF)
|
ar.c | 479 while ((c = getopt_long (argc, argv, "hdmpqrtxlcoVsSuvabiMNfPTDU", 616 while ((c = getopt_long (argc, argv, "DhHUvVt", long_options, NULL)) != EOF) [all...] |
/toolchain/binutils/binutils-2.27/gprof/ |
gprof.c | 206 while ((ch = getopt_long (argc, argv,
|
/tools/dexter/dexter/ |
dexter.cc | 77 while ((opt = ::getopt_long(argc_, argv_, "hlsvdmo:e:x:", long_options, &opt_index)) != -1) {
|
/bionic/benchmarks/ |
bionic_benchmarks.cpp | 149 while ((opt = getopt_long(argc, argv, "c:x:i:a:h", g_long_options, &option_index)) != -1) {
|
/device/google/contexthub/util/nanotool/ |
nanotool.cpp | 311 int c = getopt_long(argc, argv, "x:s:c:f:v::li:", long_opts, &index);
|
/external/iproute2/tc/ |
m_ipt.c | 316 c = getopt_long(argc, argv, "j:", opts, NULL);
|
/external/iptables/iptables/ |
xtables-translate.c | 465 while ((c = getopt_long(argc, argv, "hf:", options, NULL)) != -1) {
|
/external/kmod/tools/ |
modprobe.c | 740 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); 837 ERR("unexpected getopt_long() value '%c'.\n", c);
|
/external/libdrm/tests/planetest/ |
dev.c | 39 c = getopt_long(argc, argv, "c:r:h", options, &option_index);
|
/external/libxcam/tests/ |
test-image-blend.cpp | 193 while ((opt = getopt_long(argc, argv, "", long_opts, NULL)) != -1) { 232 printf ("getopt_long return unknown value:%c\n", opt);
|
/external/minijail/ |
minijail0_cli.c | 493 while ((opt = getopt_long(argc, argv, optstring, long_options, NULL)) !=
|
/external/syslinux/gpxe/src/util/ |
hijack.c | 495 c = getopt_long ( argc, argv, "i:hn", long_options,
|
/external/vboot_reference/futility/ |
cmd_gbb_utility.c | 372 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) {
|
cmd_vbutil_kernel.c | 262 while (((i = getopt_long(argc, argv, ":", long_opts, NULL)) != -1) &&
|
/frameworks/native/cmds/dumpsys/ |
dumpsys.cpp | 138 c = getopt_long(argc, argv, "+t:T:l", longOptions, &optionIndex);
|
/frameworks/native/cmds/flatland/ |
Main.cpp | 744 ret = getopt_long(argc, argv, "ds:",
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
grep.c | 396 while (((c = getopt_long(aargc, aargv, optstr, long_options, NULL)) !=
|
/system/extras/librank/ |
librank.c | 255 c = getopt_long(argc, argv, "acChkm:pP:uvrsR", longopts, NULL);
|
/system/extras/tests/sdcard/ |
sdcard_perf_test.cpp | 210 // getopt_long stores the option index here. 213 c = getopt_long (argc, argv,
|
/system/libvintf/ |
main.cpp | 97 // getopt_long last option has all zeros 112 int c = getopt_long(argc, argv, shortOptions.c_str(), longOptions.get(), &optionIndex);
|
/system/sepolicy/tools/sepolicy-analyze/ |
neverallow.c | 493 while ((ch = getopt_long(argc, argv, "df:n:w", neverallow_options, NULL)) != -1) {
|
/external/syslinux/mk/ |
lib.mk | 66 getopt.o getopt_long.o \
|