Lines Matching refs:ifd
124 int ifd[2]; in create_pipe() local
139 if (pipe2_safer (ifd, O_BINARY | O_CLOEXEC) < 0) in create_pipe()
167 && (!pipe_stdout || dup2 (ifd[1], STDOUT_FILENO) >= 0) in create_pipe()
229 close (ifd[1]); in create_pipe()
236 close (ifd[0]); in create_pipe()
244 fd[0] = ifd[0]; in create_pipe()
252 int ifd[2]; in create_pipe()
263 if (pipe_safer (ifd) < 0) in create_pipe()
292 ifd[1], STDOUT_FILENO)) in create_pipe()
298 && (err = posix_spawn_file_actions_addclose (&actions, ifd[1])) in create_pipe()
304 && (err = posix_spawn_file_actions_addclose (&actions, ifd[0])) in create_pipe()
351 close (ifd[0]); in create_pipe()
352 close (ifd[1]); in create_pipe()
373 close (ifd[1]); in create_pipe()
376 fd[0] = ifd[0]; in create_pipe()