Home
last modified time | relevance | path

Searched refs:getopt (Results 101 - 125 of 474) sorted by relevance

12345678910>>...19

/third_party/selinux/libselinux/utils/
H A Dselinux_check_securetty_context.c5 #include <getopt.h>
H A Dselinux_check_access.c28 while ((opt = getopt(argc, argv, "a:")) != -1) { in main()
/third_party/libwebsockets/lwsws/
H A Dmain.c25 #include <getopt.h>
251 n = getopt(argc, argv, "hd:c:n"); in main()
/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()
/third_party/ffmpeg/compat/
H A Dgetopt.c23 * 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 Dcrashdec.h28 #include <getopt.h>
/third_party/libcoap/examples/
H A Dgetopt.c5 * 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 Dmodulefinder.py605 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 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()
H A Dffeval.c23 #include <unistd.h> /* getopt */
30 #include "compat/getopt.c"
71 while ((c = getopt(argc, argv, "ehi:o:p:")) != -1) { in main()
H A Dseek_print.c23 #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 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/mesa3d/src/mapi/glapi/gen/
H A Dgl_marshal.py24 import getopt namespace
458 (args, trail) = getopt.getopt(sys.argv[1:], 'm:f:i:n:')
/third_party/eudev/src/udev/
H A Dudevadm-test-builtin.c26 #include <getopt.h>
/third_party/ffmpeg/libavutil/tests/
H A Dcpu.c30 #include "compat/getopt.c"
121 int c = getopt(argc, argv, "c:t:"); in main()

Completed in 14 milliseconds

12345678910>>...19