Home
last modified time | relevance | path

Searched refs:_PyOS_GetOpt (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/internal/
Dpycore_getopt.h20 extern int _PyOS_GetOpt(Py_ssize_t argc, wchar_t * const *argv, int *longindex);
/third_party/python/Python/
Dgetopt.c60 int _PyOS_GetOpt(Py_ssize_t argc, wchar_t * const *argv, int *longindex) in _PyOS_GetOpt() function
Dpreconfig.c191 int c = _PyOS_GetOpt(argv->length, argv->items, &longindex); in precmdline_parse_cmdline()
Dinitconfig.c2249 int c = _PyOS_GetOpt(argv->length, argv->items, &longindex); in config_parse_cmdline()
/third_party/python/Misc/
Dvalgrind-python.supp482 fun:_PyOS_GetOpt