Home
last modified time | relevance | path

Searched refs:c2pread (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dsubprocess.py831 c2pread, c2pwrite,
841 if c2pread != -1:
842 c2pread = msvcrt.open_osfhandle(c2pread.Detach(), 0)
955 if c2pread != -1:
956 self.stdout = io.open(c2pread, 'rb', bufsize)
970 c2pread, c2pwrite,
1224 c2pread, c2pwrite, argument
1240 if c2pwrite != -1 and c2pread != -1 and c2pwrite != devnull_fd:
1263 c2pread, c2pwrite = -1, -1
1291 c2pread, c2pwrite = _winapi.CreatePipe(None, 0)
[all …]
/third_party/python/Modules/
D_posixsubprocess.c460 int c2pread, int c2pwrite, in child_exec() argument
485 if (c2pread != -1) in child_exec()
486 POSIX_CALL(close(c2pread)); in child_exec()
659 int c2pread, int c2pwrite, in do_fork_exec() argument
708 p2cread, p2cwrite, c2pread, c2pwrite, in do_fork_exec()
729 int p2cread, p2cwrite, c2pread, c2pwrite, errread, errwrite; in subprocess_fork_exec() local
750 &p2cread, &p2cwrite, &c2pread, &c2pwrite, in subprocess_fork_exec()
954 p2cread, p2cwrite, c2pread, c2pwrite, in subprocess_fork_exec()