Home
last modified time | relevance | path

Searched defs:_PyOS_GetOpt (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Dgetopt.c50 int _PyOS_GetOpt(int argc, char **argv, char *optstring) in _PyOS_GetOpt() function
/aosp_15_r20/external/python/cpython3/Python/
Dgetopt.c64 int _PyOS_GetOpt(Py_ssize_t argc, wchar_t * const *argv, int *longindex) in _PyOS_GetOpt() function