Lines Matching refs:Py_intptr_t
3387 Py_intptr_t spawnval; in posix_spawnv()
3477 Py_intptr_t spawnval; in posix_spawnve()
3635 Py_intptr_t spawnval; in posix_spawnvp()
3716 Py_intptr_t spawnval; in posix_spawnvpe()
5605 fd1 = _open_osfhandle((Py_intptr_t)hChildStdinWrDup, mode); in _PyPopen()
5616 fd1 = _open_osfhandle((Py_intptr_t)hChildStdoutRdDup, mode); in _PyPopen()
5627 fd1 = _open_osfhandle((Py_intptr_t)hChildStdoutRdDup, mode); in _PyPopen()
5638 fd1 = _open_osfhandle((Py_intptr_t)hChildStdinWrDup, mode); in _PyPopen()
5664 fd1 = _open_osfhandle((Py_intptr_t)hChildStdinWrDup, mode); in _PyPopen()
5666 fd2 = _open_osfhandle((Py_intptr_t)hChildStdoutRdDup, mode); in _PyPopen()
5696 fd1 = _open_osfhandle((Py_intptr_t)hChildStdinWrDup, mode); in _PyPopen()
5698 fd2 = _open_osfhandle((Py_intptr_t)hChildStdoutRdDup, mode); in _PyPopen()
5700 fd3 = _open_osfhandle((Py_intptr_t)hChildStderrRdDup, mode); in _PyPopen()
6289 Py_intptr_t pid; in posix_waitpid()
7027 read_fd = _open_osfhandle((Py_intptr_t)read, 0); in posix_pipe()
7028 write_fd = _open_osfhandle((Py_intptr_t)write, 1); in posix_pipe()