Searched refs:stdout_fd (Results 1 – 4 of 4) sorted by relevance
144 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() argument154 if(stdout_fd != NULL) in pipe_execv()170 if(stdout_fd != NULL) in pipe_execv()178 if(stdout_fd == NULL) in pipe_execv()206 if(stdout_fd != NULL) { in pipe_execv()220 if(stdout_fd != NULL) { in pipe_execv()222 *stdout_fd = fdopen(out_fd[0], "r"); in pipe_execv()
213 int stdout_fd(void);
322 impl::child::stdout_fd(void) in stdout_fd() function in impl::child
806 int stdout_fd = STDOUT_FILENO; in readwrite() local831 pfd[POLL_STDOUT].fd = stdout_fd; in readwrite()