Home
last modified time | relevance | path

Searched refs:_Py_PARSE_INTPTR (Results 1 – 4 of 4) 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/PC/clinic/
Dmsvcrtmodule.c.h126 if (!PyArg_ParseTuple(args, ""_Py_PARSE_INTPTR"i:open_osfhandle", in msvcrt_open_osfhandle()
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3029 if (!PyArg_ParseTuple(args, "" _Py_PARSE_INTPTR "i:waitpid", in os_waitpid()
5552 if (!PyArg_Parse(arg, "" _Py_PARSE_INTPTR ":get_handle_inheritable", &handle)) { in os_get_handle_inheritable()
5589 if (!PyArg_ParseTuple(args, "" _Py_PARSE_INTPTR "p:set_handle_inheritable", in os_set_handle_inheritable()
/external/python/cpython3/Modules/
Dposixmodule.c5116 return Py_BuildValue(_Py_PARSE_INTPTR, spawnval); in os_spawnv_impl()
5220 res = Py_BuildValue(_Py_PARSE_INTPTR, spawnval); in os_spawnve_impl()
6950 return Py_BuildValue(_Py_PARSE_INTPTR "i", res, status << 8); in os_waitpid_impl()