/third_party/selinux/libselinux/utils/ |
H A D | sefcontext_compile.c | 9 #include <getopt.h> 311 while ((opt = getopt(argc, argv, "io:p:r")) > 0) { in main()
|
/third_party/f2fs-tools/tools/ |
H A D | f2fscrypt.c | 27 #include <getopt.h> 709 while ((opt = getopt(argc, argv, "k:S:p:vq")) != -1) { in do_add_key() 774 while ((c = getopt (argc, argv, "p:")) != EOF) { in do_set_policy()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zdump.c | 206 extern int getopt(int argc, char * const argv[], 380 switch(getopt(argc, argv, "ac:d:it:vV")) { in main() 400 switch (getopt(argc, argv, "c:t:vV")) { in main()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zdump.c | 212 extern int getopt(int argc, char * const argv[], 386 switch(getopt(argc, argv, "ac:d:it:vV")) { in main() 406 switch (getopt(argc, argv, "c:t:vV")) { in 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:
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | insn_sanity.c | 169 while ((c = getopt(argc, argv, "ynvs:m:i:")) != -1) { in parse_args()
|
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | leap-a-day.c | 189 while ((opt = getopt(argc, argv, "sti:")) != -1) { in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ipv6_flowlabel.c | 168 while ((c = getopt(argc, argv, "l:")) != -1) { in parse_opts()
|
/kernel/linux/linux-5.10/tools/virtio/ringtest/ |
H A D | main.c | 9 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_xdp_vlan.sh | 60 # Using external program "getopt" to get --long-options 61 OPTIONS=$(getopt -o hvfi: \ 65 echo "selftests: $TESTNAME [FAILED] Error calling getopt, unknown option?"
|
/kernel/linux/linux-5.10/tools/testing/selftests/gpio/ |
H A D | gpio-mockup-chardev.c | 15 #include <getopt.h>
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_tx_iptunnel_user.c | 179 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
|
H A D | test_cgrp2_sock.c | 213 while ((rc = getopt(argc, argv, "db:m:p:6")) != -1) { in main()
|
/kernel/linux/linux-5.10/tools/pci/ |
H A D | pcitest.c | 177 while ((c = getopt(argc, argv, "D:b:m:x:i:deIlhrwcs:")) != EOF) in main()
|
/kernel/linux/linux-5.10/tools/gpio/ |
H A D | gpio-utils.c | 15 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | main.c | 6 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | isst.h | 16 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/power/cpupower/utils/ |
H A D | cpufreq-set.c | 15 #include <getopt.h>
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | insn_sanity.c | 165 while ((c = getopt(argc, argv, "ynvs:m:i:")) != -1) { in parse_args()
|
/kernel/linux/linux-6.6/tools/pci/ |
H A D | pcitest.c | 177 while ((c = getopt(argc, argv, "D:b:m:x:i:deIlhrwcs:")) != EOF) in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
H A D | access_tracking_perf_test.c | 362 while ((opt = getopt(argc, argv, "hm:b:v:os:")) != -1) { in main()
|
H A D | demand_paging_test.c | 242 while ((opt = getopt(argc, argv, "hm:u:d:b:s:v:c:o")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/ |
H A D | cpufreq-set.c | 15 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | hfi-events.c | 40 #include <getopt.h>
|