/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsmftalloc.c | 48 # include <getopt.h> 163 while ((c = getopt(argc, argv, "fh?nqvVl")) != EOF) { in parse_options()
|
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_event.c | 30 #include <getopt.h> 227 while ((c = getopt(argc, argv, "i:j:w:h:")) != -1) { in main()
|
H A D | exynos_fimg2d_perf.c | 27 #include <getopt.h> 240 while ((c = getopt(argc, argv, "i:b:w:h:M")) != -1) { in main()
|
/third_party/libdrm/tests/proptest/ |
H A D | proptest.c | 30 #include <getopt.h> 282 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/base/customization/enterprise_device_management/tools/edm/src/ |
H A D | shell_command.cpp | 18 #include <getopt.h>
|
/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | command_parse.cpp | 17 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/ |
H A D | mmap_bench.c | 10 #include <getopt.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | tcp_client.py | 6 import sys, os, os.path, getopt namespace
|
/kernel/linux/linux-5.10/tools/testing/selftests/media_tests/ |
H A D | video_device_test.c | 56 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
|
H A D | media_device_test.c | 59 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
|
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/ |
H A D | Makefile | 44 getopt.o
|
/kernel/linux/linux-6.6/tools/testing/selftests/media_tests/ |
H A D | media_device_test.c | 59 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
|
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidump/ |
H A D | Makefile | 45 getopt.o
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/ |
H A D | mmap_bench.c | 10 #include <getopt.h>
|
/third_party/eudev/src/v4l_id/ |
H A D | v4l_id.c | 27 #include <getopt.h>
|
/third_party/ffmpeg/tools/ |
H A D | fourcc2pixfmt.c | 23 #include <unistd.h> /* getopt */ 35 #include "compat/getopt.c" 71 while ((c = getopt(argc, argv, "hp:lL")) != -1) { in main()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | main.cpp | 26 #include <getopt.h>
|
/third_party/ltp/pan/ |
H A D | ltp-bump.c | 53 while ((c = getopt(argc, argv, "a:s:12")) != -1) { in main()
|
/third_party/ltp/testcases/lib/ |
H A D | tst_random.c | 39 while ((opt = getopt(argc, argv, ":h")) != -1) { in main()
|
H A D | tst_sleep.c | 36 while ((opt = getopt(argc, argv, ":h")) != -1) { in main()
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | dofile.pl | 34 getopt('oi', \%opts);
|
/third_party/openssl/util/ |
H A D | dofile.pl | 34 getopt('oi', \%opts);
|
/third_party/selinux/libsepol/tests/ |
H A D | libsepol-tests.c | 35 #include <getopt.h>
|
/third_party/python/Lib/ |
H A D | modulefinder.py | 605 import getopt namespace 607 opts, args = getopt.getopt(sys.argv[1:], "dmp:qx:") 608 except getopt.error as msg:
|
/base/msdp/device_status/tools/vdev/src/ |
H A D | virtual_keyboard_builder.cpp | 18 #include <getopt.h> 153 int32_t opt = getopt(argc, argv, "d:u:f:r:w:"); in Act() 190 } while ((opt = getopt(argc, argv, "d:u:f:r:w:")) >= 0); in Act()
|