/third_party/selinux/libselinux/utils/ |
H A D | selinux_check_securetty_context.c | 5 #include <getopt.h>
|
H A D | selinux_check_access.c | 28 while ((opt = getopt(argc, argv, "a:")) != -1) { in main()
|
/third_party/libwebsockets/lwsws/ |
H A D | main.c | 25 #include <getopt.h> 251 n = getopt(argc, argv, "hd:c:n"); in main()
|
/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()
|
/third_party/ffmpeg/compat/ |
H A D | getopt.c | 23 * Subject: public domain AT&T getopt source 27 * source for getopt(3). It is the code which was given out at the 1985 41 static int getopt(int argc, char *argv[], char *opts) in getopt() function
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec.h | 28 #include <getopt.h>
|
/third_party/libcoap/examples/ |
H A D | getopt.c | 5 * Subject: public domain AT&T getopt source 9 * source for getopt(3). It is the code which was given out at the 1985 23 getopt(int argc, char *argv[], const char *opts) { in getopt() function
|
/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:
|
/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()
|
H A D | ffeval.c | 23 #include <unistd.h> /* getopt */ 30 #include "compat/getopt.c" 71 while ((c = getopt(argc, argv, "ehi:o:p:")) != -1) { in main()
|
H A D | seek_print.c | 23 #include <unistd.h> /* getopt */ 30 #include "compat/getopt.c" 52 while ((opt = getopt(argc, argv, "h")) != -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/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_marshal.py | 24 import getopt namespace 458 (args, trail) = getopt.getopt(sys.argv[1:], 'm:f:i:n:')
|
/third_party/eudev/src/udev/ |
H A D | udevadm-test-builtin.c | 26 #include <getopt.h>
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | cpu.c | 30 #include "compat/getopt.c" 121 int c = getopt(argc, argv, "c:t:"); in main()
|