Searched refs:getopt (Results 251 - 275 of 828) sorted by relevance
1...<<11121314151617181920>>...34
/kernel/linux/linux-6.6/tools/testing/memblock/tests/ |
H A D | common.c | 4 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | vlset.c | 14 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | inconsistency-check.c | 160 while ((opt = getopt(argc, argv, "t:c:")) != -1) { in main()
|
H A D | clocksource-switch.c | 131 while ((opt = getopt(argc, argv, "st:")) != -1) { in main()
|
H A D | threadtest.c | 135 while ((opt = getopt(argc, argv, "t:n:i")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbip.c | 13 #include <getopt.h>
|
H A D | usbip_bind.c | 14 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/ |
H A D | futex_wait.c | 58 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | connect_close.c | 110 while ((c = getopt(argc, argv, "t:p:")) != -1) { in parse_opts()
|
/kernel/linux/linux-6.6/tools/iio/ |
H A D | lsiio.c | 168 while ((c = getopt(argc, argv, "v")) != EOF) { in main()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_cgrp2_attach.c | 140 while ((opt = getopt(argc, argv, "Dd")) != -1) { in main()
|
H A D | xdp2skb_meta.sh | 80 # Using external program "getopt" to get --long-options 81 OPTIONS=$(getopt -o vfhd: \ 84 err 4 "Error calling getopt"
|
H A D | syscall_tp_user.c | 140 while ((opt = getopt(argc, argv, "i:h")) != -1) { in main()
|
/kernel/linux/linux-6.6/samples/hid/ |
H A D | hid_surface_dial.c | 152 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
|
H A D | hid_mouse.c | 92 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/exfatprogs/tune/ |
H A D | tune.c | 10 #include <getopt.h>
|
/third_party/eudev/src/udev/ |
H A D | udevadm.c | 25 #include <getopt.h>
|
H A D | udevadm-test.c | 28 #include <getopt.h>
|
H A D | udevadm-settle.c | 28 #include <getopt.h>
|
H A D | udevadm-control.c | 22 #include <getopt.h>
|
H A D | udev-builtin.c | 26 #include <getopt.h>
|
/third_party/exfatprogs/label/ |
H A D | label.c | 10 #include <getopt.h>
|
/third_party/ffmpeg/tools/ |
H A D | ffescape.c | 28 #include <unistd.h> /* getopt */ 36 #include "compat/getopt.c" 75 while ((c = getopt(argc, argv, "ef:hi:l:o:m:p:s:")) != -1) { in main()
|
/third_party/fsverity-utils/programs/ |
H A D | cmd_sign.c | 15 #include <getopt.h>
|
H A D | cmd_dump_metadata.c | 15 #include <getopt.h>
|
Completed in 9 milliseconds
1...<<11121314151617181920>>...34