Searched refs:_Py_PARSE_INTPTR (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Include/ |
D | longobject.h | 56 # define _Py_PARSE_INTPTR "i" macro 59 # define _Py_PARSE_INTPTR "l" macro 62 # define _Py_PARSE_INTPTR "L" macro
|
/third_party/python/Modules/clinic/ |
D | posixmodule.c.h | 4055 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_INTPTR "i:waitpid", in os_waitpid() 8110 if (!PyArg_Parse(arg, "" _Py_PARSE_INTPTR ":get_handle_inheritable", &handle)) { in os_get_handle_inheritable() 8147 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_INTPTR "p:set_handle_inheritable", in os_set_handle_inheritable()
|
/third_party/python/Modules/ |
D | posixmodule.c | 6480 return Py_BuildValue(_Py_PARSE_INTPTR, spawnval); in os_spawnv_impl() 6592 res = Py_BuildValue(_Py_PARSE_INTPTR, spawnval); in os_spawnve_impl() 8463 return Py_BuildValue(_Py_PARSE_INTPTR "K", res, ustatus << 8); in os_waitpid_impl()
|