Home
last modified time | relevance | path

Searched refs:_Py_PARSE_INTPTR (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dlongobject.h56 # define _Py_PARSE_INTPTR "i" macro
59 # define _Py_PARSE_INTPTR "l" macro
62 # define _Py_PARSE_INTPTR "L" macro
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3083 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_INTPTR "i:waitpid", in os_waitpid()
5725 if (!PyArg_Parse(arg, "" _Py_PARSE_INTPTR ":get_handle_inheritable", &handle)) { in os_get_handle_inheritable()
5762 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_INTPTR "p:set_handle_inheritable", in os_set_handle_inheritable()
/external/python/cpython3/Modules/
Dposixmodule.c5217 return Py_BuildValue(_Py_PARSE_INTPTR, spawnval); in os_spawnv_impl()
5320 res = Py_BuildValue(_Py_PARSE_INTPTR, spawnval); in os_spawnve_impl()
7104 return Py_BuildValue(_Py_PARSE_INTPTR "i", res, status << 8); in os_waitpid_impl()