Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpygetopt.h13 PyAPI_FUNC(int) _PyOS_GetOpt(int argc, char **argv, char *optstring);
/external/python/cpython2/Python/
Dgetopt.c50 int _PyOS_GetOpt(int argc, char **argv, char *optstring) in _PyOS_GetOpt() function
/external/python/cpython2/Modules/
Dmain.c268 while ((c = _PyOS_GetOpt(argc, argv, PROGRAM_OPTS)) != EOF) { in Py_Main()
294 while ((c = _PyOS_GetOpt(argc, argv, PROGRAM_OPTS)) != EOF) { in Py_Main()
/external/python/cpython2/PC/os2emx/
Dpython27.def1151 "_PyOS_GetOpt"