Home
last modified time | relevance | path

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 Dcommon.c4 #include <getopt.h>
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dvlset.c14 #include <getopt.h>
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Dinconsistency-check.c160 while ((opt = getopt(argc, argv, "t:c:")) != -1) { in main()
H A Dclocksource-switch.c131 while ((opt = getopt(argc, argv, "st:")) != -1) { in main()
H A Dthreadtest.c135 while ((opt = getopt(argc, argv, "t:n:i")) != -1) { in main()
/kernel/linux/linux-6.6/tools/usb/usbip/src/
H A Dusbip.c13 #include <getopt.h>
H A Dusbip_bind.c14 #include <getopt.h>
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/
H A Dfutex_wait.c58 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dconnect_close.c110 while ((c = getopt(argc, argv, "t:p:")) != -1) { in parse_opts()
/kernel/linux/linux-6.6/tools/iio/
H A Dlsiio.c168 while ((c = getopt(argc, argv, "v")) != EOF) { in main()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_cgrp2_attach.c140 while ((opt = getopt(argc, argv, "Dd")) != -1) { in main()
H A Dxdp2skb_meta.sh80 # Using external program "getopt" to get --long-options
81 OPTIONS=$(getopt -o vfhd: \
84 err 4 "Error calling getopt"
H A Dsyscall_tp_user.c140 while ((opt = getopt(argc, argv, "i:h")) != -1) { in main()
/kernel/linux/linux-6.6/samples/hid/
H A Dhid_surface_dial.c152 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
H A Dhid_mouse.c92 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
/third_party/exfatprogs/tune/
H A Dtune.c10 #include <getopt.h>
/third_party/eudev/src/udev/
H A Dudevadm.c25 #include <getopt.h>
H A Dudevadm-test.c28 #include <getopt.h>
H A Dudevadm-settle.c28 #include <getopt.h>
H A Dudevadm-control.c22 #include <getopt.h>
H A Dudev-builtin.c26 #include <getopt.h>
/third_party/exfatprogs/label/
H A Dlabel.c10 #include <getopt.h>
/third_party/ffmpeg/tools/
H A Dffescape.c28 #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 Dcmd_sign.c15 #include <getopt.h>
H A Dcmd_dump_metadata.c15 #include <getopt.h>

Completed in 9 milliseconds

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