/system/core/storaged/ |
main.cpp | 91 opt = getopt_long(argc, argv, ":pstu", long_options, &opt_idx);
|
/system/core/toolbox/ |
getprop.cpp | 102 int arg = getopt_long(argc, argv, "TZ", long_options, nullptr);
|
/system/extras/boottime_tools/bootio/ |
bootio.cpp | 124 while ((opt = getopt_long(argc, argv, "hlpr:", longOptions, &optionIndex)) != -1) {
|
/system/extras/kexec_tools/ |
kexecload.c | 87 c = getopt_long(argc, argv, "s:th", longopts, NULL);
|
/system/extras/tests/icachetest/ |
icache_main.cpp | 55 while ((opt = getopt_long(argc, argv, OPTSTR, OPTIONS, &option_index)) >= 0) {
|
/system/libufdt/utils/src/ |
mkdtimg_cfg_create.c | 176 int c = getopt_long(argc, argv, short_options, options, NULL);
|
/system/sepolicy/tools/sepolicy-analyze/ |
attribute.c | 86 while ((ch = getopt_long(argc, argv, "lr", attribute_options, NULL)) != -1) {
|
/test/vts/utils/native/testability_checker/ |
VtsTestabilityCheckerMain.cpp | 54 int opt = getopt_long(argc, argv, "hcb:", long_opts, nullptr); 77 cerr << "getopt_long returned unexpected value " << opt << endl;
|
/test/vts/utils/native/trace_processor/ |
TraceProcessorMain.cpp | 119 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); 141 printf("getopt_long returned unexpected value: %d\n", opt);
|
/toolchain/binutils/binutils-2.27/binutils/ |
cxxfilt.c | 183 while ((c = getopt_long (argc, argv, "_hinps:tv", long_options, (int *) 0)) != EOF)
|
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/ |
win_posix.c | 208 * getopt_long gets the next option argument from the argument list 212 int getopt_long(int argc, function 247 * or long as for getopt_long, but the long names may have a single '-'
|
/external/bsdiff/ |
bsdiff_arguments.cc | 66 while ((opt = getopt_long(argc, argv, "", OPTIONS, &option_index)) != -1) {
|
/external/fec/ |
vtest27.c | 58 while((d = getopt_long(argc,argv,"l:n:te:g:vapmst",Options,NULL)) != EOF){
|
vtest29.c | 58 while((d = getopt_long(argc,argv,"l:n:te:g:vapmst",Options,NULL)) != EOF){
|
vtest39.c | 58 while((d = getopt_long(argc,argv,"l:n:te:g:vapmst",Options,NULL)) != EOF){
|
/external/harfbuzz_ng/util/ |
hb-fc-list.c | 115 while ((c = getopt_long (argc, argv, "vf:qVh", longopts, NULL)) != -1)
|
/external/iptables/utils/ |
nfsynproxy.c | 196 c = getopt_long(argc, argv, "hi:p:c:", options, &optidx);
|
/external/libmicrohttpd/src/examples/ |
mhd2spdy.c | 271 getopt_ret = getopt_long( argc, argv, "p:b:vos", long_options, &option_index);
|
/external/libnl/src/ |
nf-exp-add.c | 134 c = getopt_long(argc, argv, "46f:hvi:p:F:", long_opts, &optidx);
|
nl-addr-list.c | 164 c = getopt_long(argc, argv, "46hva:d:", long_opts, &optidx);
|
nl-qdisc-list.c | 160 c = getopt_long(argc, argv, "rhvd:p:i:k:", long_opts, &optidx);
|
nl-tctree-list.c | 151 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
|
/external/libxcam/tests/ |
test-image-deblurring.cpp | 101 while ((opt = getopt_long (argc, argv, "", long_opts, NULL)) != -1) 120 printf ("getopt_long return unknown value:%c\n", opt);
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/ |
cpuset_syscall_test.c | 85 c = getopt_long(argc, argv, "", long_opts, NULL);
|
/external/ltp/testcases/kernel/io/writetest/ |
writetest.c | 187 c = getopt_long(argc, argv, "hvb:o:s:", long_options,
|