Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dsubprocess.py981 # c2pread <--stdout--- c2pwrite
991 c2pread, c2pwrite,
1003 if c2pread != -1:
1004 c2pread = msvcrt.open_osfhandle(c2pread.Detach(), 0)
1015 if c2pread != -1:
1016 self.stdout = io.open(c2pread, 'rb', bufsize)
1030 c2pread, c2pwrite,
1284 c2pread, c2pwrite,
1300 if c2pwrite != -1 and c2pread !
[all...]
/third_party/python/Modules/
H A D_posixsubprocess.c556 int c2pread, int c2pwrite, in child_exec()
581 if (c2pread != -1) in child_exec()
582 POSIX_CALL(close(c2pread)); in child_exec()
760 int c2pread, int c2pwrite, in do_fork_exec()
815 p2cread, p2cwrite, c2pread, c2pwrite, in do_fork_exec()
837 int p2cread, p2cwrite, c2pread, c2pwrite, errread, errwrite; in subprocess_fork_exec() local
861 &p2cread, &p2cwrite, &c2pread, &c2pwrite, in subprocess_fork_exec()
1075 p2cread, p2cwrite, c2pread, c2pwrite, in subprocess_fork_exec()
1145 p2cread, p2cwrite, c2pread, c2pwrite,\n\
551 child_exec(char *const exec_array[], char *const argv[], char *const envp[], const char *cwd, int p2cread, int p2cwrite, int c2pread, int c2pwrite, int errread, int errwrite, int errpipe_read, int errpipe_write, int close_fds, int restore_signals, int call_setsid, pid_t pgid_to_set, int call_setgid, gid_t gid, int call_setgroups, size_t groups_size, const gid_t *groups, int call_setuid, uid_t uid, int child_umask, const void *child_sigmask, int *fds_to_keep, Py_ssize_t fds_to_keep_len, PyObject *preexec_fn, PyObject *preexec_fn_args_tuple) child_exec() argument
755 do_fork_exec(char *const exec_array[], char *const argv[], char *const envp[], const char *cwd, int p2cread, int p2cwrite, int c2pread, int c2pwrite, int errread, int errwrite, int errpipe_read, int errpipe_write, int close_fds, int restore_signals, int call_setsid, pid_t pgid_to_set, int call_setgid, gid_t gid, int call_setgroups, size_t groups_size, const gid_t *groups, int call_setuid, uid_t uid, int child_umask, const void *child_sigmask, int *fds_to_keep, Py_ssize_t fds_to_keep_len, PyObject *preexec_fn, PyObject *preexec_fn_args_tuple) do_fork_exec() argument

Completed in 4 milliseconds