Searched refs:PyOS_strtoul (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Python/ |
D | mystrtoul.c | 101 PyOS_strtoul(const char *str, char **ptr, int base) in PyOS_strtoul() function 282 uresult = PyOS_strtoul(str, ptr, base); in PyOS_strtol()
|
/external/python/cpython3/Include/ |
D | longobject.h | 102 PyAPI_FUNC(unsigned long) PyOS_strtoul(const char *, char **, int);
|
/external/python/cpython3/Doc/c-api/ |
D | conversion.rst | 51 .. c:function:: unsigned long PyOS_strtoul(const char *str, char **ptr, int base) 79 Same as :c:func:`PyOS_strtoul`, but return a :c:expr:`long` value instead
|
/external/python/cpython3/Parser/ |
D | pegen.c | 625 x = (long)PyOS_strtoul(s, (char **)&end, 0); in parsenumber_raw()
|
/external/python/cpython3/PC/ |
D | python3dll.c | 533 EXPORT_FUNC(PyOS_strtoul)
|
/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 493 func,PyOS_strtoul,3.2,,
|
D | python3.13.abi | 548 …<elf-symbol name='PyOS_strtoul' type='func-type' binding='global-binding' visibility='default-visi… 22718 …PyOS_strtoul' mangled-name='PyOS_strtoul' filepath='./Include/longobject.h' line='102' column='1' …
|
/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1132 [function.PyOS_strtoul]
|