/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-mcast_receiver.c | 173 while ((optc = getopt(argc, argv, "f:I:m:F:s:p:t:bdh")) != EOF) { in parse_options()
|
H A D | ns-tcpclient.c | 160 while ((optc = getopt(argc, argv, "S:f:p:t:bwdh")) != EOF) { in main()
|
H A D | ns-udpsender.c | 171 while ((optc = getopt(argc, argv, "f:D:p:s:t:obdhmI:")) != EOF) { in parse_options()
|
H A D | ns-udpserver.c | 210 while ((optc = getopt(argc, argv, "f:p:bo:dh")) != EOF) { in main()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | memtoy.c | 412 while ((c = getopt(argc, argv, OPTIONS)) != (char)EOF) { in parse_command_line_args()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | ttable.c | 230 while ((opt = getopt(ac, av, "a")) != -1) { in main()
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | shmat1.c | 423 while ((c = getopt(argc, argv, "h:l:x:")) != -1) { in main()
|
/third_party/ltp/testcases/kernel/sched/nptl/ |
H A D | nptl01.c | 232 while ((i = getopt(argc, argv, "l:")) != -1) { in main()
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
H A D | locktests.py | 9 import getopt, sys namespace
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
H A D | diotest5.c | 175 while ((i = getopt(argc, argv, "b:o:i:v:f:")) != -1) { in main()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | ttable.c | 230 while ((opt = getopt(ac, av, "a")) != -1) { in main()
|
H A D | thugetlb.c | 12 #include <getopt.h>
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | gmemtool.c | 24 #include <getopt.h>
|
/third_party/libcoap/examples/lwip/ |
H A D | client-coap.c | 125 while ((opt = getopt(argc, argv, ":k:Nu:v:V:")) != -1) { in client_coap_init()
|
/third_party/pulseaudio/src/daemon/ |
H A D | cmdline.c | 26 #include <getopt.h>
|
/third_party/pulseaudio/src/utils/ |
H A D | pasuspender.c | 34 #include <getopt.h>
|
/third_party/selinux/libselinux/utils/ |
H A D | avcstat.c | 107 while ((i = getopt(argc, argv, "cf:h?-")) != -1) { in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | main.c | 207 c = getopt(argc, argv, in wpa_main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | main.c | 211 c = getopt(argc, argv, in wpa_main()
|
/third_party/python/Lib/ |
H A D | imaplib.py | 1551 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 D | build-installer.py | 39 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 D | getopt.c | 2 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 D | disasm.c | 27 #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 D | label_classify.cpp | 19 #include <getopt.h>
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/helper/ |
H A D | arg_parser.cpp | 18 #include <getopt.h>
|