Home
last modified time | relevance | path

Searched refs:getopt (Results 451 - 475 of 864) sorted by relevance

1...<<11121314151617181920>>...35

/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-mcast_receiver.c173 while ((optc = getopt(argc, argv, "f:I:m:F:s:p:t:bdh")) != EOF) { in parse_options()
H A Dns-tcpclient.c160 while ((optc = getopt(argc, argv, "S:f:p:t:bwdh")) != EOF) { in main()
H A Dns-udpsender.c171 while ((optc = getopt(argc, argv, "f:D:p:s:t:obdhmI:")) != EOF) { in parse_options()
H A Dns-udpserver.c210 while ((optc = getopt(argc, argv, "f:p:bo:dh")) != EOF) { in main()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dmemtoy.c412 while ((c = getopt(argc, argv, OPTIONS)) != (char)EOF) { in parse_command_line_args()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dttable.c230 while ((opt = getopt(ac, av, "a")) != -1) { in main()
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dshmat1.c423 while ((c = getopt(argc, argv, "h:l:x:")) != -1) { in main()
/third_party/ltp/testcases/kernel/sched/nptl/
H A Dnptl01.c232 while ((i = getopt(argc, argv, "l:")) != -1) { in main()
/third_party/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.py9 import getopt, sys namespace
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddiotest5.c175 while ((i = getopt(argc, argv, "b:o:i:v:f:")) != -1) { in main()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dttable.c230 while ((opt = getopt(ac, av, "a")) != -1) { in main()
H A Dthugetlb.c12 #include <getopt.h>
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dgmemtool.c24 #include <getopt.h>
/third_party/libcoap/examples/lwip/
H A Dclient-coap.c125 while ((opt = getopt(argc, argv, ":k:Nu:v:V:")) != -1) { in client_coap_init()
/third_party/pulseaudio/src/daemon/
H A Dcmdline.c26 #include <getopt.h>
/third_party/pulseaudio/src/utils/
H A Dpasuspender.c34 #include <getopt.h>
/third_party/selinux/libselinux/utils/
H A Davcstat.c107 while ((i = getopt(argc, argv, "cf:h?-")) != -1) { in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmain.c207 c = getopt(argc, argv, in wpa_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmain.c211 c = getopt(argc, argv, in wpa_main()
/third_party/python/Lib/
H A Dimaplib.py1551 import getopt, getpass namespace
1554 optlist, args = getopt.getopt(sys.argv[1:], 'd:s:')
1555 except getopt.error as val:
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py39 import platform, os, sys, getopt, textwrap, shutil, stat, time, pwd, grp namespace
641 options, args = getopt.getopt(args, '?hb',
644 except getopt.GetoptError:
/third_party/backends/lib/
H A Dgetopt.c2 NOTE: getopt is now part of the C library, so if you don't know what
26 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
71 contain conflicting prototypes for getopt. */
102 /* This version of `getopt' appears to the caller like standard Unix `getopt'
106 As `getopt' works, it permutes the elements of ARGV so that,
118 /* For communication from `getopt' to the caller.
119 When `getopt' finds an option that takes an argument,
128 and for communication between successive calls to `getopt'.
130 On entry to `getopt', zer
1197 getopt (argc, argv, optstring) getopt() function
[all...]
/third_party/mesa3d/src/freedreno/afuc/
H A Ddisasm.c27 #include <getopt.h>
899 while ((c = getopt(argc, argv, "g:vceu")) != -1) { in main()
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.cpp19 #include <getopt.h>
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/helper/
H A Darg_parser.cpp18 #include <getopt.h>

Completed in 18 milliseconds

1...<<11121314151617181920>>...35