Searched refs:stderr_fd (Results 1 – 7 of 7) sorted by relevance
144 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() argument156 if(stderr_fd != NULL) in pipe_execv()172 if(stderr_fd != NULL) in pipe_execv()180 if(stderr_fd == NULL) in pipe_execv()210 if(stderr_fd != NULL) { in pipe_execv()224 if(stderr_fd != NULL) { in pipe_execv()226 *stderr_fd = fdopen(err_fd[0], "r"); in pipe_execv()
422 fd_t stderr_fd) { in StartSubprocess() argument430 if (stderr_fd != kInvalidFd) { in StartSubprocess()431 internal_close(stderr_fd); in StartSubprocess()457 if (stderr_fd != kInvalidFd) { in StartSubprocess()459 internal_dup2(stderr_fd, STDERR_FILENO); in StartSubprocess()460 internal_close(stderr_fd); in StartSubprocess()
92 fd_t stdout_fd = kInvalidFd, fd_t stderr_fd = kInvalidFd);
1118 fd_t stderr_fd) { in StartSubprocess() argument
154 int stderr_fd; in slog_openlog() local164 stderr_fd = dnvlist_get_descriptor(nvlin, "stderr", -1); in slog_openlog()168 (void)dup2(stderr_fd, STDERR_FILENO); in slog_openlog()
214 int stderr_fd(void);
328 impl::child::stderr_fd(void) in stderr_fd() function in impl::child