H A D | _posixsubprocess.c | 555 int p2cread, int p2cwrite, in child_exec() 607 if (p2cread == 0) { in child_exec() 608 if (_Py_set_inheritable_async_safe(p2cread, 1, NULL) < 0) in child_exec() 611 else if (p2cread != -1) in child_exec() 612 POSIX_CALL(dup2(p2cread, 0)); /* stdin */ in child_exec() 628 /* We no longer manually close p2cread, c2pwrite, and errwrite here as in child_exec() 759 int p2cread, int p2cwrite, 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, in subprocess_fork_exec() 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 [all...] |