Searched refs:getopt (Results 501 - 525 of 839) sorted by relevance
1...<<21222324252627282930>>...34
/kernel/linux/linux-6.6/tools/testing/selftests/sched/ |
H A D | cs_prctl_test.c | 242 while ((opt = getopt(argc, argv, ":hkT:P:d:")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/thermal/thermal-engine/ |
H A D | thermal-engine.c | 11 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/thermal/tmon/ |
H A D | tmon.c | 10 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbip_list.c | 20 #include <getopt.h>
|
/kernel/linux/linux-6.6/scripts/ |
H A D | sorttable.c | 26 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi.c | 363 while ((c = getopt(argc, argv, "bchlot:v:")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/ |
H A D | arch_timer.c | 429 while ((opt = getopt(argc, argv, "hn:i:p:m:o:")) != -1) { in parse_args()
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | nf-queue.c | 332 while ((c = getopt(argc, argv, "chvt:q:Q:d:G")) != -1) { in parse_opts()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/ |
H A D | context_switch.c | 15 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/ |
H A D | sigfuz.c | 292 while ((opt = getopt(argc, argv, "bamxt:fi:h")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | vsock_perf.c | 9 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/usb/ |
H A D | testusb.c | 401 while ((c = getopt (argc, argv, "D:aA:c:g:hlns:t:v:")) != EOF) in main()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | main.c | 6 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/bootconfig/ |
H A D | main.c | 493 while ((opt = getopt(argc, argv, "hda:l")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/bpf/ |
H A D | bpf_jit_disasm.c | 274 while ((opt = getopt(argc, argv, "of:O:")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_vss_daemon.c | 27 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/accounting/ |
H A D | procacct.c | 282 c = getopt(argc, argv, "m:vr:"); in main()
|
/third_party/curl/tests/http/clients/ |
H A D | h2-download.c | 193 while((ch = getopt(argc, argv, "ahm:n:P:")) != -1) { in main()
|
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format_main.c | 25 #include <getopt.h>
|
/third_party/eudev/src/collect/ |
H A D | collect.c | 34 #include <getopt.h>
|
/third_party/eudev/src/udev/ |
H A D | udevadm-info.c | 27 #include <getopt.h>
|
/third_party/alsa-utils/iecset/ |
H A D | iecset.c | 331 while ((c = getopt(argc, argv, "D:c:n:xhi")) != -1) { in main()
|
/third_party/alsa-utils/alsactl/ |
H A D | alsactl.c | 25 #include <getopt.h>
|
/third_party/alsa-utils/seq/aconnect/ |
H A D | aconnect.c | 25 #include <getopt.h>
|
/third_party/alsa-lib/test/ |
H A D | audio_time.c | 15 #include <getopt.h>
|
Completed in 15 milliseconds
1...<<21222324252627282930>>...34