Searched refs:stdout_fd (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/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-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix_libcdep.cc | 444 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 D | sanitizer_file.h | 91 fd_t stdin_fd = kInvalidFd, fd_t stdout_fd = kInvalidFd,
|
| H A D | sanitizer_win.cc | 1034 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 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-12.1/contrib/netcat/ |
| H A D | netcat.c | 798 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 D | netcat.c | 777 int stdout_fd = STDOUT_FILENO; in readwrite() local 802 pfd[POLL_STDOUT].fd = stdout_fd; in readwrite()
|