/external/python/cpython2/Python/ |
D | getopt.c | 50 int _PyOS_GetOpt(int argc, char **argv, char *optstring) in _PyOS_GetOpt()
|
/external/python/cpython3/Python/ |
D | getopt.c | 54 int _PyOS_GetOpt(int argc, wchar_t **argv, wchar_t *optstring) in _PyOS_GetOpt()
|
/external/libusb/examples/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
|
/external/syslinux/com32/lib/ |
D | getopt.c | 19 int getopt(int argc, char *const *argv, const char *optstring) in getopt()
|
D | getopt_long.c | 38 int getopt_long(int argc, char *const *argv, const char *optstring, in getopt_long()
|
/external/syslinux/gpxe/src/include/ |
D | getopt.h | 71 const char *optstring ) { in getopt()
|
/external/syslinux/libinstaller/getopt/ |
D | getopt_long.c | 38 int getopt_long(int argc, char *const *argv, const char *optstring, in getopt_long()
|
/external/fio/oslib/ |
D | getopt_long.c | 42 int getopt_long_only(int argc, char *const *argv, const char *optstring, in getopt_long_only()
|
/external/syslinux/gpxe/src/core/ |
D | getopt.c | 224 int getopt_long ( int argc, char * const argv[], const char *optstring, in getopt_long()
|
/external/python/cpython2/Lib/ |
D | getopt.py | 187 def do_shorts(opts, optstring, shortopts, args): argument
|
/external/python/cpython3/Lib/ |
D | getopt.py | 192 def do_shorts(opts, optstring, shortopts, args): argument
|
/external/autotest/client/tests/monotonic_time/src/ |
D | time_test.c | 35 const char optstring[] = "c:d:ht:v"; variable
|
/external/fio/t/ |
D | genzipf.c | 107 const char *optstring = "t:g:i:o:b:p:ch"; in parse_options() local
|
/external/minijail/ |
D | minijail0_cli.c | 479 const char *optstring = in parse_args() local
|
/external/wpa_supplicant_8/src/utils/ |
D | common.c | 371 int getopt(int argc, char *const argv[], const char *optstring) in getopt()
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 1648 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
|