Searched refs:PyOS_strtol (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Python/ |
D | mystrtoul.c | 263 PyOS_strtol(const char *str, char **ptr, int base) in PyOS_strtol() function
|
/third_party/python/Include/ |
D | longobject.h | 205 PyAPI_FUNC(long) PyOS_strtol(const char *, char **, int);
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 460 function,PyOS_strtol,3.2,
|
/third_party/python/PC/ |
D | python3dll.c | 487 EXPORT_FUNC(PyOS_strtol)
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1025 function PyOS_strtol
|
D | HISTORY | 17585 - Bug #1521947: When checking for overflow, ``PyOS_strtol()`` used some
|
/third_party/python/Parser/ |
D | pegen.c | 1044 x = PyOS_strtol(s, (char **)&end, 0); in parsenumber_raw()
|