Home
last modified time | relevance | path

Searched refs:getopt (Results 326 - 350 of 480) sorted by relevance

1...<<11121314151617181920

/third_party/alsa-utils/alsactl/
H A Ddaemon.c24 #include <getopt.h>
/third_party/alsa-utils/topology/
H A Dtopology.c33 #include <getopt.h>
/third_party/alsa-utils/nhlt/
H A Dnhlt-dmic-info.c34 #include <getopt.h>
/third_party/alsa-utils/seq/aseqnet/
H A Daseqnet.c29 #include <getopt.h>
/third_party/alsa-utils/amidi/
H A Damidi.c31 #include <getopt.h>
/third_party/alsa-lib/test/
H A Dplaymidi1.c458 while ((c = getopt(argc, argv, "s:a:p:q:vrb")) != -1) { in main()
/third_party/alsa-utils/axfer/
H A Dxfer-options.c12 #include <getopt.h>
/third_party/libcoap/examples/
H A Detsi_iot_01.c588 while ((opt = getopt(argc, argv, "A:p:v:")) != -1) { in main()
/third_party/ltp/metadata/
H A Dmetaparse.c836 while ((opt = getopt(argc, argv, "hI:v")) != -1) { in main()
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_regression_getdelays.c281 c = getopt(argc, argv, "qdiw:r:m:t:p:vlC:"); in main()
/third_party/ntfs-3g/libfuse-lite/
H A Dfusermount.c18 #include <getopt.h>
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscluster.c32 #include <getopt.h>
H A Dntfsls.c39 #include <getopt.h>
/third_party/mesa3d/src/intel/compiler/
H A Dintel_clc.c38 #include <getopt.h>
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_XML.py29 import sys, getopt, string namespace
/third_party/mesa3d/src/intel/tools/
H A Derror2aub.c26 #include <getopt.h>
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_test.c309 /** 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 Dlibinput-debug-tablet.c30 #include <getopt.h>
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddiotest4.c204 while ((i = getopt(argc, argv, "b:")) != -1) { in main()
/third_party/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c190 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 Dns-icmpv6_sender.c447 getopt(argc, argv, "I:S:M:D:t:w:obdhs:iLnvma:r:")) != EOF) { in parse_options()
H A Dns-icmpv4_sender.c177 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 Dpth_str03.c101 while ((opt = getopt(argc, argv, "b:d:t:D?")) != EOF) { in parse_args()
H A Dpth_str01.c82 while ((opt = getopt(argc, argv, "b:d:t:Dh?")) != EOF) { in parse_args()
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_driver.c773 while ((opt = getopt(argc, argv, "vs:p:t:l:d")) != EOF) { in parse_args()

Completed in 22 milliseconds

1...<<11121314151617181920