Searched refs:getopt (Results 401 - 425 of 833) sorted by relevance
1...<<11121314151617181920>>...34
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst-daemon.c | 17 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | leap-a-day.c | 189 while ((opt = getopt(argc, argv, "sti:")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/virtio/ringtest/ |
H A D | main.c | 9 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_xdp_vlan.sh | 65 # Using external program "getopt" to get --long-options 66 OPTIONS=$(getopt -o hvfi: \ 70 echo "selftests: $TESTNAME [FAILED] Error calling getopt, unknown option?"
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ipv6_flowlabel.c | 196 while ((c = getopt(argc, argv, "l:ps")) != -1) { in parse_opts()
|
/kernel/linux/linux-6.6/tools/testing/selftests/watchdog/ |
H A D | watchdog-test.c | 21 #include <getopt.h>
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_cgrp2_sock.c | 217 while ((rc = getopt(argc, argv, "db:m:p:6")) != -1) { in main()
|
H A D | xdp_tx_iptunnel_user.c | 175 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/ |
H A D | test_display.h | 49 #include <getopt.h>
|
/third_party/f2fs-tools/tools/ |
H A D | f2fs_io_parse.c | 124 while ((option = getopt(argc, argv, option_string)) != EOF) { in parse_options()
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-blkid.c | 28 #include <getopt.h>
|
H A D | udevadm-monitor.c | 26 #include <getopt.h>
|
/third_party/exfatprogs/dump/ |
H A D | dump.c | 10 #include <getopt.h>
|
/third_party/glfw/tests/ |
H A D | inputlag.c | 52 #include "getopt.h" 167 while ((ch = getopt(argc, argv, "fh")) != -1) in main()
|
H A D | iconify.c | 39 #include "getopt.h" 207 while ((ch = getopt(argc, argv, "afhn")) != -1) in main()
|
H A D | monitors.c | 40 #include "getopt.h" 227 while ((ch = getopt(argc, argv, "th")) != -1) in main()
|
/third_party/alsa-lib/test/ |
H A D | seq.c | 8 #include <getopt.h>
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | newfs_msdos.c | 82 while ((ch = getopt(argc, argv, opts)) != -1) in main()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | cffdump.c | 29 #include <getopt.h>
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | main.c | 24 #include <getopt.h>
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | test_optpass.cpp | 38 #include <getopt.h>
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | main.cpp | 30 #include <getopt.h>
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
H A D | cpuset_cpu_hog.c | 126 while ((c = getopt(argc, argv, "p:h")) != -1) { in checkopt()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | vfork.c | 153 while ((opt = getopt(argc, argv, "f:ps::")) != -1) { in _parse_opts()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
H A D | cpuset_memory_test.c | 30 #include <getopt.h>
|
Completed in 12 milliseconds
1...<<11121314151617181920>>...34