Home
last modified time | relevance | path

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

/libio/
A Diopopen.c72 int child_pipe_fd) in spawn_process() argument
82 if (fd != child_pipe_fd in spawn_process()
114 int child_pipe_fd; in _IO_new_proc_open() local
161 child_pipe_fd = 1; in _IO_new_proc_open()
168 child_pipe_fd = 0; in _IO_new_proc_open()
179 if (pipe_fds[child_end] == child_pipe_fd) in _IO_new_proc_open()
181 int tmp = __fcntl (child_pipe_fd, F_DUPFD_CLOEXEC, 0); in _IO_new_proc_open()
189 child_pipe_fd) != 0) in _IO_new_proc_open()
197 parent_end, child_end, child_pipe_fd); in _IO_new_proc_open()

Completed in 4 milliseconds