Searched refs:stdout_fd (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dsimple_exec.c144 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, argument
154 if(stdout_fd != NULL)
170 if(stdout_fd != NULL)
178 if(stdout_fd == NULL)
206 if(stdout_fd != NULL) {
220 if(stdout_fd != NULL) {
222 *stdout_fd = fdopen(out_fd[0], "r");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h91 fd_t stdout_fd = kInvalidFd, fd_t stderr_fd = kInvalidFd);
H A Dsanitizer_posix_libcdep.cpp429 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd,
435 if (stdout_fd != kInvalidFd) {
436 internal_close(stdout_fd);
460 if (stdout_fd != kInvalidFd) {
462 internal_dup2(stdout_fd, STDOUT_FILENO);
463 internal_close(stdout_fd);
428 StartSubprocess(const char *program, const char *const argv[], const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) argument
H A Dsanitizer_win.cpp1067 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd,
1066 StartSubprocess(const char *program, const char *const argv[], const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) argument
/freebsd-13-stable/contrib/kyua/utils/process/
H A Dchild.cpp274 const int stdout_fd = open_for_append(stdout_file); local
275 safe_dup(stdout_fd, STDOUT_FILENO);
276 ::close(stdout_fd);
/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dprocess.hpp213 int stdout_fd(void);
H A Dprocess.cpp322 impl::child::stdout_fd(void) function in class:impl::child
/freebsd-13-stable/contrib/netcat/
H A Dnetcat.c829 int stdout_fd = STDOUT_FILENO; local
855 pfd[POLL_STDOUT].fd = stdout_fd;
/freebsd-13-stable/crypto/openssh/regress/
H A Dnetcat.c777 int stdout_fd = STDOUT_FILENO; local
802 pfd[POLL_STDOUT].fd = stdout_fd;

Completed in 186 milliseconds