Lines Matching refs:getitem
3157 PyObject *(*getitem)(PyObject *, Py_ssize_t); in posix_execv() local
3168 getitem = PyList_GetItem; in posix_execv()
3172 getitem = PyTuple_GetItem; in posix_execv()
3191 if (!PyArg_Parse((*getitem)(argv, i), "et", in posix_execv()
3231 PyObject *(*getitem)(PyObject *, Py_ssize_t); in posix_execve() local
3244 getitem = PyList_GetItem; in posix_execve()
3248 getitem = PyTuple_GetItem; in posix_execve()
3267 if (!PyArg_Parse((*getitem)(argv, i), in posix_execve()
3376 PyObject *(*getitem)(PyObject *, Py_ssize_t); in posix_spawnv() local
3387 getitem = PyList_GetItem; in posix_spawnv()
3391 getitem = PyTuple_GetItem; in posix_spawnv()
3406 if (!PyArg_Parse((*getitem)(argv, i), "et", in posix_spawnv()
3466 PyObject *(*getitem)(PyObject *, Py_ssize_t); in posix_spawnve() local
3479 getitem = PyList_GetItem; in posix_spawnve()
3483 getitem = PyTuple_GetItem; in posix_spawnve()
3502 if (!PyArg_Parse((*getitem)(argv, i), in posix_spawnve()
3618 PyObject *(*getitem)(PyObject *, Py_ssize_t); in posix_spawnvp() local
3629 getitem = PyList_GetItem; in posix_spawnvp()
3633 getitem = PyTuple_GetItem; in posix_spawnvp()
3648 if (!PyArg_Parse((*getitem)(argv, i), "et", in posix_spawnvp()
3699 PyObject *(*getitem)(PyObject *, Py_ssize_t); in posix_spawnvpe() local
3712 getitem = PyList_GetItem; in posix_spawnvpe()
3716 getitem = PyTuple_GetItem; in posix_spawnvpe()
3735 if (!PyArg_Parse((*getitem)(argv, i), in posix_spawnvpe()