Searched refs:_PyOS_GetOpt (Results 1 – 6 of 6) sorted by relevance
20 extern int _PyOS_GetOpt(Py_ssize_t argc, wchar_t * const *argv, int *longindex);
60 int _PyOS_GetOpt(Py_ssize_t argc, wchar_t * const *argv, int *longindex) in _PyOS_GetOpt() function
194 int c = _PyOS_GetOpt(argv->length, argv->items, &longindex); in precmdline_parse_cmdline()
2440 int c = _PyOS_GetOpt(argv->length, argv->items, &longindex); in config_parse_cmdline()
517 fun:_PyOS_GetOpt
26716 …<function-decl name='_PyOS_GetOpt' filepath='./Include/internal/pycore_getopt.h' line='20' column=…