Searched refs:getopt (Results 476 - 500 of 864) sorted by relevance
1...<<11121314151617181920>>...35
/kernel/linux/linux-5.10/tools/thermal/tmon/ |
H A D | tmon.c | 10 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/ptp/ |
H A D | testptp.c | 189 while (EOF != (c = getopt(argc, argv, "cd:e:f:ghH:i:k:lL:p:P:sSt:T:w:z"))) { in main()
|
/kernel/linux/linux-5.10/tools/usb/ |
H A D | testusb.c | 395 while ((c = getopt (argc, argv, "D:aA:c:g:hlns:t:v:")) != EOF) in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | so_txtime.c | 330 while ((c = getopt(argc, argv, "46c:")) != -1) { in parse_opts()
|
H A D | tcp_fastopen_backup_key.c | 300 while ((c = getopt(argc, argv, "46sr")) != -1) { in parse_opts()
|
H A D | psock_snd.c | 312 while ((c = getopt(argc, argv, "bcCdgl:qt:vV")) != -1) { in parse_opts()
|
H A D | udpgso_bench_rx.c | 297 while ((c = getopt(argc, argv, "4b:C:Gl:n:p:rR:S:tv")) != -1) { in parse_opts()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/ |
H A D | context_switch.c | 15 #include <getopt.h>
|
/kernel/linux/linux-5.10/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-5.10/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-5.10/tools/testing/vsock/ |
H A D | vsock_test.c | 10 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip_list.c | 20 #include <getopt.h>
|
/kernel/linux/linux-5.10/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-5.10/tools/testing/selftests/kvm/ |
H A D | dirty_log_perf_test.c | 320 while ((opt = getopt(argc, argv, "hi:p:m:b:f:v:")) != -1) { in main()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | hbm.c | 47 #include <getopt.h>
|
H A D | cookie_uid_helper_example.c | 289 while ((opt = getopt(argc, argv, "ts")) != -1) { in main()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | sorttable.c | 26 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/bootconfig/ |
H A D | main.c | 473 while ((opt = getopt(argc, argv, "hda:l")) != -1) { in main()
|
/kernel/linux/linux-5.10/tools/bpf/ |
H A D | bpf_jit_disasm.c | 271 while ((opt = getopt(argc, argv, "of:O:")) != -1) { in main()
|
/kernel/linux/linux-5.10/tools/hv/ |
H A D | hv_vss_daemon.c | 27 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.c | 357 while ((opt = getopt(argc, argv, "+lci:m:")) != -1) { in cmdline()
|
/kernel/linux/linux-5.10/tools/spi/ |
H A D | spidev_test.c | 17 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/testing/radix-tree/ |
H A D | main.c | 290 while ((opt = getopt(argc, argv, "ls:v")) != -1) { in main()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | cookie_uid_helper_example.c | 298 while ((opt = getopt(argc, argv, "ts")) != -1) { in main()
|
H A D | hbm.c | 46 #include <getopt.h>
|
Completed in 15 milliseconds
1...<<11121314151617181920>>...35