Home
last modified time | relevance | path

Searched defs:optstring (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Python/
Dgetopt.c50 int _PyOS_GetOpt(int argc, char **argv, char *optstring) in _PyOS_GetOpt()
/external/libusb/examples/getopt/
Dgetopt.c389 _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/python/cpython3/Python/
Dgetopt.c54 int _PyOS_GetOpt(int argc, wchar_t **argv, wchar_t *optstring, in _PyOS_GetOpt()
/external/minijail/
Dparse_seccomp_policy.cc50 const char* optstring = "d:h"; in main() local
Dminijail0_cli.c590 const char *optstring = in parse_args() local
/external/python/cpython2/Lib/
Dgetopt.py187 def do_shorts(opts, optstring, shortopts, args): argument
/external/python/cpython3/Lib/
Dgetopt.py192 def do_shorts(opts, optstring, shortopts, args): argument
/external/autotest/client/tests/monotonic_time/src/
Dtime_test.c35 const char optstring[] = "c:d:ht:v"; variable
/external/wpa_supplicant_8/src/utils/
Dcommon.c371 int getopt(int argc, char *const argv[], const char *optstring) in getopt()
/external/e2fsprogs/misc/
Dtune2fs.c1797 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