Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp444 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess() argument
450 if (stdout_fd != kInvalidFd) { in StartSubprocess()
451 internal_close(stdout_fd); in StartSubprocess()
475 if (stdout_fd != kInvalidFd) { in StartSubprocess()
477 internal_dup2(stdout_fd, STDOUT_FILENO); in StartSubprocess()
478 internal_close(stdout_fd); in StartSubprocess()
H A Dsanitizer_file.h95 fd_t stdout_fd = kInvalidFd, fd_t stderr_fd = kInvalidFd);
H A Dsanitizer_win.cpp1144 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess() argument
/freebsd/contrib/kyua/utils/process/
H A Dchild.cpp274 const int stdout_fd = open_for_append(stdout_file); in fork_files_aux() local
275 safe_dup(stdout_fd, STDOUT_FILENO); in fork_files_aux()
276 ::close(stdout_fd); in fork_files_aux()
/freebsd/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/contrib/netcat/
H A Dnetcat.c857 int stdout_fd = STDOUT_FILENO; in readwrite() local
883 pfd[POLL_STDOUT].fd = (tun_fd != -1) ? tun_fd : stdout_fd; in readwrite()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c786 int stdout_fd = STDOUT_FILENO; in readwrite() local
811 pfd[POLL_STDOUT].fd = stdout_fd; in readwrite()