Home
last modified time | relevance | path

Searched refs:getopt (Results 76 - 100 of 839) sorted by relevance

12345678910>>...34

/third_party/selinux/libselinux/utils/
H A Dselabel_digest.c4 #include <getopt.h>
82 while ((opt = getopt(argc, argv, "ib:Bvf:")) > 0) { in main()
H A Dmatchpathcon.c2 #include <getopt.h>
86 while ((opt = getopt(argc, argv, "m:Nnf:P:p:Vq")) > 0) { in main()
H A Dselabel_get_digests_all_partial_matches.c4 #include <getopt.h>
51 while ((opt = getopt(argc, argv, "f:rv")) > 0) { in main()
H A Dselabel_lookup_best_match.c4 #include <getopt.h>
69 while ((opt = getopt(argc, argv, "f:vrp:m:")) > 0) { in main()
/third_party/libwebsockets/win32port/win32helpers/
H A Dgetopt.h11 extern int optreset; /* reset getopt */
26 int getopt(int, char**, char*);
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_signal_restart.c20 #include <getopt.h>
125 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
/kernel/linux/linux-5.10/samples/connector/
H A Ducon.c26 #include <getopt.h>
110 while ((s = getopt(argc, argv, "hs")) != -1) { in main()
121 /* getopt() outputs an error for us */ in main()
/kernel/linux/linux-5.10/tools/gpio/
H A Dgpio-event-mon.c21 #include <getopt.h>
177 while ((c = getopt(argc, argv, "c:n:o:b:dsrf?")) != -1) { in main()
H A Dlsgpio.c20 #include <getopt.h>
180 while ((c = getopt(argc, argv, "n:")) != -1) { in main()
/kernel/linux/linux-5.10/tools/power/acpi/tools/ec/
H A Dec_access.c16 #include <getopt.h>
57 while ((c = getopt(argc, argv, "rs:b:w:v:h")) != -1) { in parse_opts()
/kernel/linux/linux-6.6/tools/gpio/
H A Dgpio-event-mon.c21 #include <getopt.h>
179 while ((c = getopt(argc, argv, "c:n:o:b:dsrfwt?")) != -1) { in main()
H A Dlsgpio.c20 #include <getopt.h>
184 while ((c = getopt(argc, argv, "n:")) != -1) { in main()
/kernel/linux/linux-6.6/tools/power/acpi/tools/ec/
H A Dec_access.c16 #include <getopt.h>
57 while ((c = getopt(argc, argv, "rs:b:w:v:h")) != -1) { in parse_opts()
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_signal_restart.c20 #include <getopt.h>
125 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
/kernel/linux/linux-6.6/samples/connector/
H A Ducon.c26 #include <getopt.h>
110 while ((s = getopt(argc, argv, "hs")) != -1) { in main()
121 /* getopt() outputs an error for us */ in main()
/third_party/alsa-lib/test/
H A Dpcm-multi-thread.c22 #include <getopt.h>
127 while ((c = getopt(argc, argv, "D:r:f:p:b:s:t:m:vq")) >= 0) { in parse_options()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
H A Dmain.c12 #include <getopt.h>
45 n = getopt(argc, argv, "hd:i:cfl"); in main()
/third_party/musl/src/misc/
H A Dgetopt_long.c5 #include <getopt.h>
137 return getopt(argc, argv, optstring); in __getopt_long_core()
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap2.c73 #include <getopt.h>
185 while ((c = getopt(argc, argv, "ahps:x:")) != -1) { in main()
/third_party/python/Lib/
H A Dgetopt.py4 sys.argv. It supports the same conventions as the Unix getopt()
10 getopt() -- Parse command line options
11 gnu_getopt() -- Like getopt(), but allow option and non-option arguments
34 __all__ = ["GetoptError","error","getopt","gnu_getopt"]
56 def getopt(args, shortopts, longopts = []): function
57 """getopt(args, options[, long_options]) -> opts, args
64 colon (i.e., the same format that Unix getopt() uses). If
100 """getopt(args, options[, long_options]) -> opts, args
102 This function works like getopt(), except that GNU style scanning
104 arguments may be intermixed. The getopt() functio
[all...]
/third_party/pulseaudio/src/utils/
H A Dpax11publish.c25 #include <getopt.h>
52 while ((c = getopt(argc, argv, "deiD:S:O:I:c:hr")) != -1) { in main()
/third_party/glfw/deps/
H A Dgetopt.h48 int getopt(int argc, char* const argv[], const char* optstring);
/third_party/mesa3d/src/getopt/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.2 2008/06/26 05:42:04 ray Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
67 int getopt(int, char * const *, const char *);
70 extern char *optarg; /* getopt(3) external variables */
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dgetopt.h8 int getopt(int, char * const [], const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dgetopt.h8 int getopt(int, char * const [], const char *);

Completed in 10 milliseconds

12345678910>>...34