/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | getopt.c | 30 char *optstring = "a:bcde"; in getopt_0100() local 47 char *optstring = "a:bcde"; in getopt_0200() local 63 char *optstring = "a:bcde"; in getopt_0300() local 80 char *optstring = "a:bcde"; in getopt_0400() local 96 char *optstring = "a:bcde"; in getopt_0500() local 112 char *optstring = "a:bcde"; in getopt_0600() local 128 char *optstring = "-a:bcde"; in getopt_0700() local 144 char *optstring = "a:bcde"; in getopt_0800() local
|
/third_party/musl/src/misc/ |
D | getopt_long.c | 24 static int __getopt_long(int argc, char *const *argv, const char *optstring, const struct option *l… in __getopt_long() 53 static int __getopt_long_core(int argc, char *const *argv, const char *optstring, const struct opti… in __getopt_long_core() 140 int getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, … in getopt_long() 145 int getopt_long_only(int argc, char *const *argv, const char *optstring, const struct option *longo… in getopt_long_only()
|
D | getopt.c | 28 int getopt(int argc, char * const argv[], const char *optstring) in getopt()
|
/third_party/flutter/glfw/deps/ |
D | getopt.c | 52 int getopt(int argc, char* const argv[], const char* optstring) { in getopt() 158 int getopt_long(int argc, char* const argv[], const char* optstring, in getopt_long()
|
/third_party/libusb/msvc/getopt/ |
D | getopt.c | 389 _getopt_initialize (argc, argv, optstring) in _getopt_initialize() argument 511 _getopt_internal (argc, argv, optstring, longopts, longind, long_only) in _getopt_internal() argument 977 getopt (argc, argv, optstring) in getopt() argument
|
/third_party/python/Lib/ |
D | getopt.py | 192 def do_shorts(opts, optstring, shortopts, args): argument
|
/third_party/iptables/iptables/ |
D | xtables-save.c | 128 const char *optstring, const struct option *longopts) in xtables_save_main()
|
/third_party/ninja/src/ |
D | getopt.c | 390 getopt (int argc, char **argv, char *optstring) in getopt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | common.c | 381 int getopt(int argc, char *const argv[], const char *optstring) in getopt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | common.c | 382 int getopt(int argc, char *const argv[], const char *optstring) in getopt()
|
/third_party/e2fsprogs/misc/ |
D | tune2fs.c | 1828 char optstring[100] = "c:e:fg:i:jlm:o:r:s:u:C:E:I:J:L:M:O:T:U:z:Q:"; in parse_tune2fs_options() local
|