Home
last modified time | relevance | path

Searched refs:getopt (Results 376 - 400 of 833) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/selinux/libselinux/utils/
H A Dsefcontext_compile.c9 #include <getopt.h>
311 while ((opt = getopt(argc, argv, "io:p:r")) > 0) { in main()
/third_party/f2fs-tools/tools/
H A Df2fscrypt.c27 #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 Dzdump.c206 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 Dzdump.c212 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 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:
/kernel/linux/linux-5.10/arch/x86/tools/
H A Dinsn_sanity.c169 while ((c = getopt(argc, argv, "ynvs:m:i:")) != -1) { in parse_args()
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dleap-a-day.c189 while ((opt = getopt(argc, argv, "sti:")) != -1) { in main()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dipv6_flowlabel.c168 while ((c = getopt(argc, argv, "l:")) != -1) { in parse_opts()
/kernel/linux/linux-5.10/tools/virtio/ringtest/
H A Dmain.c9 #include <getopt.h>
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_xdp_vlan.sh60 # 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 Dgpio-mockup-chardev.c15 #include <getopt.h>
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_tx_iptunnel_user.c179 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
H A Dtest_cgrp2_sock.c213 while ((rc = getopt(argc, argv, "db:m:p:6")) != -1) { in main()
/kernel/linux/linux-5.10/tools/pci/
H A Dpcitest.c177 while ((c = getopt(argc, argv, "D:b:m:x:i:deIlhrwcs:")) != EOF) in main()
/kernel/linux/linux-5.10/tools/gpio/
H A Dgpio-utils.c15 #include <getopt.h>
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dmain.c6 #include <getopt.h>
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
H A Disst.h16 #include <getopt.h>
/kernel/linux/linux-5.10/tools/power/cpupower/utils/
H A Dcpufreq-set.c15 #include <getopt.h>
/kernel/linux/linux-6.6/arch/x86/tools/
H A Dinsn_sanity.c165 while ((c = getopt(argc, argv, "ynvs:m:i:")) != -1) { in parse_args()
/kernel/linux/linux-6.6/tools/pci/
H A Dpcitest.c177 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 Daccess_tracking_perf_test.c362 while ((opt = getopt(argc, argv, "hm:b:v:os:")) != -1) { in main()
H A Ddemand_paging_test.c242 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 Dcpufreq-set.c15 #include <getopt.h>
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Dhfi-events.c40 #include <getopt.h>

Completed in 18 milliseconds

1...<<11121314151617181920>>...34