Searched refs:stdout_fd (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | simple_exec.c | 144 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 D | sanitizer_posix_libcdep.cpp | 444 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 D | sanitizer_file.h | 95 fd_t stdout_fd = kInvalidFd, fd_t stderr_fd = kInvalidFd);
|
H A D | sanitizer_win.cpp | 1144 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess() argument
|
/freebsd/contrib/kyua/utils/process/ |
H A D | child.cpp | 274 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 D | process.hpp | 213 int stdout_fd(void);
|
H A D | process.cpp | 322 impl::child::stdout_fd(void) in stdout_fd() function in impl::child
|
/freebsd/contrib/netcat/ |
H A D | netcat.c | 857 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 D | netcat.c | 786 int stdout_fd = STDOUT_FILENO; in readwrite() local 811 pfd[POLL_STDOUT].fd = stdout_fd; in readwrite()
|