Home
last modified time | relevance | path

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 Disst-daemon.c17 #include <getopt.h>
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Dleap-a-day.c189 while ((opt = getopt(argc, argv, "sti:")) != -1) { in main()
/kernel/linux/linux-6.6/tools/virtio/ringtest/
H A Dmain.c9 #include <getopt.h>
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_xdp_vlan.sh65 # 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 Dipv6_flowlabel.c196 while ((c = getopt(argc, argv, "l:ps")) != -1) { in parse_opts()
/kernel/linux/linux-6.6/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c21 #include <getopt.h>
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_cgrp2_sock.c217 while ((rc = getopt(argc, argv, "db:m:p:6")) != -1) { in main()
H A Dxdp_tx_iptunnel_user.c175 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H A Dtest_display.h49 #include <getopt.h>
/third_party/f2fs-tools/tools/
H A Df2fs_io_parse.c124 while ((option = getopt(argc, argv, option_string)) != EOF) { in parse_options()
/third_party/eudev/src/udev/
H A Dudev-builtin-blkid.c28 #include <getopt.h>
H A Dudevadm-monitor.c26 #include <getopt.h>
/third_party/exfatprogs/dump/
H A Ddump.c10 #include <getopt.h>
/third_party/glfw/tests/
H A Dinputlag.c52 #include "getopt.h"
167 while ((ch = getopt(argc, argv, "fh")) != -1) in main()
H A Diconify.c39 #include "getopt.h"
207 while ((ch = getopt(argc, argv, "afhn")) != -1) in main()
H A Dmonitors.c40 #include "getopt.h"
227 while ((ch = getopt(argc, argv, "th")) != -1) in main()
/third_party/alsa-lib/test/
H A Dseq.c8 #include <getopt.h>
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dnewfs_msdos.c82 while ((ch = getopt(argc, argv, opts)) != -1) in main()
/third_party/mesa3d/src/freedreno/decode/
H A Dcffdump.c29 #include <getopt.h>
/third_party/mesa3d/src/freedreno/computerator/
H A Dmain.c24 #include <getopt.h>
/third_party/mesa3d/src/compiler/glsl/
H A Dtest_optpass.cpp38 #include <getopt.h>
/third_party/mesa3d/src/amd/compiler/tests/
H A Dmain.cpp30 #include <getopt.h>
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H A Dcpuset_cpu_hog.c126 while ((c = getopt(argc, argv, "p:h")) != -1) { in checkopt()
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dvfork.c153 while ((opt = getopt(argc, argv, "f:ps::")) != -1) { in _parse_opts()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
H A Dcpuset_memory_test.c30 #include <getopt.h>

Completed in 12 milliseconds

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