Searched refs:getopt (Results 601 - 625 of 833) sorted by relevance
1...<<21222324252627282930>>...34
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/ |
H A D | debug-exceptions.c | 591 while ((opt = getopt(argc, argv, "i:")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_inq.c | 181 while ((c = getopt(argc, argv, "h6t:r:")) != -1) { in parse_opts()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | so_txtime.c | 441 while ((c = getopt(argc, argv, "46c:S:D:rt:m:")) != -1) { in parse_opts()
|
H A D | toeplitz.c | 30 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | vsock_diag_test.c | 10 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | osnoise_top.c | 7 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbipd.c | 30 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/virtio/ |
H A D | virtio_test.c | 3 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/arch/x86/kcpuid/ |
H A D | kcpuid.c | 8 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_kvp_daemon.c | 43 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/iio/ |
H A D | iio_generic_buffer.c | 29 #include <getopt.h>
|
/kernel/linux/linux-6.6/tools/accounting/ |
H A D | getdelays.c | 306 c = getopt(argc, argv, "qdiw:r:m:t:p:vlC:c:"); in main()
|
/third_party/f2fs-tools/tools/ |
H A D | sha512.c | 16 #include <getopt.h>
|
/third_party/eudev/test/ |
H A D | test-libudev.c | 27 #include <getopt.h>
|
/third_party/eudev/src/libudev/ |
H A D | libudev-hwdb.c | 28 #include <getopt.h>
|
/third_party/eudev/src/ata_id/ |
H A D | ata_id.c | 34 #include <getopt.h>
|
/third_party/eudev/src/scsi_id/ |
H A D | scsi_id.c | 33 #include <getopt.h> 292 * argv[0] at 0 is skipped by getopt, but in get_file_options() 335 * optind is a global extern used by getopt. Since we can call in set_options()
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | dct.c | 465 #include "compat/getopt.c" 480 c = getopt(argc, argv, "ih4t"); in main()
|
/third_party/glfw/tests/ |
H A D | events.c | 45 #include "getopt.h" 561 while ((ch = getopt(argc, argv, "hfn:")) != -1) in main()
|
/third_party/alsa-utils/alsactl/ |
H A D | daemon.c | 24 #include <getopt.h>
|
/third_party/alsa-utils/topology/ |
H A D | topology.c | 33 #include <getopt.h>
|
/third_party/alsa-utils/nhlt/ |
H A D | nhlt-dmic-info.c | 34 #include <getopt.h>
|
/third_party/alsa-utils/seq/aseqnet/ |
H A D | aseqnet.c | 29 #include <getopt.h>
|
/third_party/alsa-utils/amidi/ |
H A D | amidi.c | 31 #include <getopt.h>
|
/third_party/alsa-lib/test/ |
H A D | playmidi1.c | 458 while ((c = getopt(argc, argv, "s:a:p:q:vrb")) != -1) { in main()
|
Completed in 24 milliseconds
1...<<21222324252627282930>>...34