Home
last modified time | relevance | path

Searched refs:getopt (Results 151 - 175 of 886) sorted by relevance

12345678910>>...36

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsmftalloc.c48 # include <getopt.h>
163 while ((c = getopt(argc, argv, "fh?nqvVl")) != EOF) { in parse_options()
/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_event.c30 #include <getopt.h>
227 while ((c = getopt(argc, argv, "i:j:w:h:")) != -1) { in main()
H A Dexynos_fimg2d_perf.c27 #include <getopt.h>
240 while ((c = getopt(argc, argv, "i:b:w:h:M")) != -1) { in main()
/third_party/libdrm/tests/proptest/
H A Dproptest.c30 #include <getopt.h>
282 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
/base/customization/enterprise_device_management/tools/edm/src/
H A Dshell_command.cpp18 #include <getopt.h>
/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcommand_parse.cpp17 #include <getopt.h>
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/
H A Dmmap_bench.c10 #include <getopt.h>
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtcp_client.py6 import sys, os, os.path, getopt namespace
/kernel/linux/linux-5.10/tools/testing/selftests/media_tests/
H A Dvideo_device_test.c56 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
H A Dmedia_device_test.c59 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/
H A DMakefile44 getopt.o
/kernel/linux/linux-6.6/tools/testing/selftests/media_tests/
H A Dmedia_device_test.c59 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidump/
H A DMakefile45 getopt.o
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/
H A Dmmap_bench.c10 #include <getopt.h>
/third_party/eudev/src/v4l_id/
H A Dv4l_id.c27 #include <getopt.h>
/third_party/ffmpeg/tools/
H A Dfourcc2pixfmt.c23 #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 Dmain.cpp26 #include <getopt.h>
/third_party/ltp/pan/
H A Dltp-bump.c53 while ((c = getopt(argc, argv, "a:s:12")) != -1) { in main()
/third_party/ltp/testcases/lib/
H A Dtst_random.c39 while ((opt = getopt(argc, argv, ":h")) != -1) { in main()
H A Dtst_sleep.c36 while ((opt = getopt(argc, argv, ":h")) != -1) { in main()
/third_party/node/deps/openssl/openssl/util/
H A Ddofile.pl34 getopt('oi', \%opts);
/third_party/openssl/util/
H A Ddofile.pl34 getopt('oi', \%opts);
/third_party/selinux/libsepol/tests/
H A Dlibsepol-tests.c35 #include <getopt.h>
/third_party/python/Lib/
H A Dmodulefinder.py605 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 Dvirtual_keyboard_builder.cpp18 #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()

Completed in 8 milliseconds

12345678910>>...36