Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/roken/
H A Dsimple_exec.c144 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() argument
154 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()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc444 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess() argument
449 if (stdout_fd != kInvalidFd) { in StartSubprocess()
450 internal_close(stdout_fd); in StartSubprocess()
474 if (stdout_fd != kInvalidFd) { in StartSubprocess()
476 internal_dup2(stdout_fd, STDOUT_FILENO); in StartSubprocess()
477 internal_close(stdout_fd); in StartSubprocess()
H A Dsanitizer_file.h91 fd_t stdin_fd = kInvalidFd, fd_t stdout_fd = kInvalidFd,
H A Dsanitizer_win.cc1034 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess() argument
/freebsd-12.1/contrib/atf/atf-c++/detail/
H A Dprocess.hpp213 int stdout_fd(void);
H A Dprocess.cpp322 impl::child::stdout_fd(void) in stdout_fd() function in impl::child
/freebsd-12.1/contrib/netcat/
H A Dnetcat.c798 int stdout_fd = STDOUT_FILENO; in readwrite() local
823 pfd[POLL_STDOUT].fd = stdout_fd; in readwrite()
/freebsd-12.1/crypto/openssh/regress/
H A Dnetcat.c777 int stdout_fd = STDOUT_FILENO; in readwrite() local
802 pfd[POLL_STDOUT].fd = stdout_fd; in readwrite()