H A D | _posixsubprocess.c | 556 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
|