/third_party/selinux/libselinux/utils/ |
H A D | selabel_digest.c | 4 #include <getopt.h> 82 while ((opt = getopt(argc, argv, "ib:Bvf:")) > 0) { in main()
|
H A D | matchpathcon.c | 2 #include <getopt.h> 86 while ((opt = getopt(argc, argv, "m:Nnf:P:p:Vq")) > 0) { in main()
|
H A D | selabel_get_digests_all_partial_matches.c | 4 #include <getopt.h> 51 while ((opt = getopt(argc, argv, "f:rv")) > 0) { in main()
|
H A D | selabel_lookup_best_match.c | 4 #include <getopt.h> 69 while ((opt = getopt(argc, argv, "f:vrp:m:")) > 0) { in main()
|
/third_party/libwebsockets/win32port/win32helpers/ |
H A D | getopt.h | 11 extern int optreset; /* reset getopt */
26 int getopt(int, char**, char*);
|
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi_signal_restart.c | 20 #include <getopt.h> 125 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
|
/kernel/linux/linux-5.10/samples/connector/ |
H A D | ucon.c | 26 #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 D | gpio-event-mon.c | 21 #include <getopt.h> 177 while ((c = getopt(argc, argv, "c:n:o:b:dsrf?")) != -1) { in main()
|
H A D | lsgpio.c | 20 #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 D | ec_access.c | 16 #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 D | gpio-event-mon.c | 21 #include <getopt.h> 179 while ((c = getopt(argc, argv, "c:n:o:b:dsrfwt?")) != -1) { in main()
|
H A D | lsgpio.c | 20 #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 D | ec_access.c | 16 #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 D | futex_requeue_pi_signal_restart.c | 20 #include <getopt.h> 125 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
|
/kernel/linux/linux-6.6/samples/connector/ |
H A D | ucon.c | 26 #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 D | pcm-multi-thread.c | 22 #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 D | main.c | 12 #include <getopt.h> 45 n = getopt(argc, argv, "hd:i:cfl"); in main()
|
/third_party/musl/src/misc/ |
H A D | getopt_long.c | 5 #include <getopt.h> 137 return getopt(argc, argv, optstring); in __getopt_long_core()
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | mmap2.c | 73 #include <getopt.h> 185 while ((c = getopt(argc, argv, "ahps:x:")) != -1) { in main()
|
/third_party/python/Lib/ |
H A D | getopt.py | 4 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 D | pax11publish.c | 25 #include <getopt.h> 52 while ((c = getopt(argc, argv, "deiD:S:O:I:c:hr")) != -1) { in main()
|
/third_party/glfw/deps/ |
H A D | getopt.h | 48 int getopt(int argc, char* const argv[], const char* optstring);
|
/third_party/mesa3d/src/getopt/ |
H A D | getopt.h | 1 /* $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 D | getopt.h | 8 int getopt(int, char * const [], const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | getopt.h | 8 int getopt(int, char * const [], const char *);
|