Searched refs:getopt (Results 351 - 375 of 507) sorted by relevance
1...<<1112131415161718192021
/third_party/alsa-utils/axfer/ |
H A D | xfer-options.c | 12 #include <getopt.h>
|
/third_party/libcoap/examples/ |
H A D | etsi_iot_01.c | 588 while ((opt = getopt(argc, argv, "A:p:v:")) != -1) { in main()
|
/third_party/ltp/metadata/ |
H A D | metaparse.c | 836 while ((opt = getopt(argc, argv, "hI:v")) != -1) { in main()
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_regression_getdelays.c | 281 c = getopt(argc, argv, "qdiw:r:m:t:p:vlC:"); in main()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fusermount.c | 18 #include <getopt.h>
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscluster.c | 32 #include <getopt.h>
|
H A D | ntfsls.c | 39 #include <getopt.h>
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | intel_clc.c | 38 #include <getopt.h>
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_XML.py | 29 import sys, getopt, string namespace
|
/third_party/mesa3d/src/intel/tools/ |
H A D | error2aub.c | 26 #include <getopt.h>
|
/third_party/libdrm/tests/amdgpu/ |
H A D | amdgpu_test.c | 309 /** Specified options strings for getopt */ 663 int c; /* Character received from getopt */ in main() 680 opterr = 0; /* Do not print error messages from getopt */ in main() 681 while ((c = getopt(argc, argv, options)) != -1) { in main()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-tablet.c | 30 #include <getopt.h>
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
H A D | diotest4.c | 204 while ((i = getopt(argc, argv, "b:")) != -1) { in main()
|
/third_party/ltp/testcases/kernel/ipc/pipeio/ |
H A D | pipeio.c | 190 while ((c = getopt(argc, argv, "T:bc:D:he:Ef:i:I:ln:p:qs:uvW:w:")) in parse_options()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-icmpv6_sender.c | 447 getopt(argc, argv, "I:S:M:D:t:w:obdhs:iLnvma:r:")) != EOF) { in parse_options()
|
H A D | ns-icmpv4_sender.c | 177 while ((optc = getopt(argc, argv, "I:S:M:D:s:t:dhcfilLpv")) != EOF) { in parse_options()
|
/third_party/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str03.c | 101 while ((opt = getopt(argc, argv, "b:d:t:D?")) != EOF) { in parse_args()
|
H A D | pth_str01.c | 82 while ((opt = getopt(argc, argv, "b:d:t:Dh?")) != EOF) { in parse_args()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_driver.c | 773 while ((opt = getopt(argc, argv, "vs:p:t:l:d")) != EOF) { in parse_args()
|
/third_party/ltp/testcases/realtime/func/rt-migrate/ |
H A D | rt-migrate.c | 55 #include <getopt.h>
|
/third_party/ltp/testcases/realtime/lib/ |
H A D | librttest.c | 55 #include <getopt.h>
|
/third_party/musl/Benchmark/musl/ |
H A D | benchmark_framework.cpp | 18 #include <getopt.h>
|
H A D | libc_unistd.cpp | 384 opt = getopt(argc, argv, "abc:"); in Bm_function_Getopt()
|
/third_party/musl/libc-test/src/api/ |
H A D | unistd.c | 287 {int(*p)(int,char*const[],const char*) = getopt;} in f()
|
/third_party/pulseaudio/src/tests/ |
H A D | resampler-rewind-test.c | 23 #include <getopt.h>
|
Completed in 30 milliseconds
1...<<1112131415161718192021