Searched defs:stdout_fd (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/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()
|
/freebsd-src/contrib/kyua/utils/process/ |
H A D | child.cpp | 274 const int stdout_fd = open_for_append(stdout_file); in fork_files_aux() local
|
/freebsd-src/contrib/atf/atf-c++/detail/ |
H A D | process.cpp | 322 impl::child::stdout_fd(void) in stdout_fd() function in impl::child
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 423 StartSubprocess(const char * program,const char * const argv[],const char * const envp[],fd_t stdin_fd,fd_t stdout_fd,fd_t stderr_fd) StartSubprocess() argument
|
H A D | sanitizer_win.cpp | 1143 StartSubprocess(const char * program,const char * const argv[],const char * const envp[],fd_t stdin_fd,fd_t stdout_fd,fd_t stderr_fd) StartSubprocess() argument
|
/freebsd-src/contrib/netcat/ |
H A D | netcat.c | 850 int stdout_fd = STDOUT_FILENO; readwrite() local
|
/freebsd-src/crypto/openssh/regress/ |
H A D | netcat.c | 786 int stdout_fd = STDOUT_FILENO; in readwrite() local
|