Searched refs:getopt (Results 326 - 350 of 480) sorted by relevance
1...<<11121314151617181920
/third_party/alsa-utils/alsactl/ |
H A D | daemon.c | 24 #include <getopt.h>
|
/third_party/alsa-utils/topology/ |
H A D | topology.c | 33 #include <getopt.h>
|
/third_party/alsa-utils/nhlt/ |
H A D | nhlt-dmic-info.c | 34 #include <getopt.h>
|
/third_party/alsa-utils/seq/aseqnet/ |
H A D | aseqnet.c | 29 #include <getopt.h>
|
/third_party/alsa-utils/amidi/ |
H A D | amidi.c | 31 #include <getopt.h>
|
/third_party/alsa-lib/test/ |
H A D | playmidi1.c | 458 while ((c = getopt(argc, argv, "s:a:p:q:vrb")) != -1) { in main()
|
/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()
|
Completed in 22 milliseconds
1...<<11121314151617181920