Lines Matching refs:child_end
71 int do_cloexec, int pipe_fds[2], int parent_end, int child_end, in spawn_process() argument
92 __close_nocancel (pipe_fds[child_end]); in spawn_process()
112 int parent_end, child_end; in _IO_new_proc_open() local
159 child_end = 1; in _IO_new_proc_open()
166 child_end = 0; in _IO_new_proc_open()
179 if (pipe_fds[child_end] == child_pipe_fd) in _IO_new_proc_open()
184 __close_nocancel (pipe_fds[child_end]); in _IO_new_proc_open()
185 pipe_fds[child_end] = tmp; in _IO_new_proc_open()
188 if (__posix_spawn_file_actions_adddup2 (&fa, pipe_fds[child_end], in _IO_new_proc_open()
197 parent_end, child_end, child_pipe_fd); in _IO_new_proc_open()
208 __close_nocancel (pipe_fds[child_end]); in _IO_new_proc_open()