Home
last modified time | relevance | path

Searched defs:stdout_fd (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dspawn_command.c110 int stdout_fd; /* write stdout here */ member
/netbsd-src/external/bsd/atf/dist/tools/
H A Dprocess.hpp289 const int stdout_fd = outsb.connect_parent(); in fork() local
H A Dprocess.cpp480 impl::child::stdout_fd(void) in stdout_fd() function in impl::child
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec.c146 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv()
H A Dsimple_exec_w32.c211 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Derror.c153 int stdout_fd; in flush_stdout() local
/netbsd-src/external/bsd/kyua-cli/dist/utils/process/
H A Dchild.cpp334 const int stdout_fd = open_for_append(stdout_file); in fork_files_aux() local
/netbsd-src/external/mit/libuv/dist/test/
H A Drunner-unix.c83 int stdout_fd; in process_start() local
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dprocess.cpp326 impl::child::stdout_fd(void) in stdout_fd() function in impl::child
/netbsd-src/external/gpl2/gmake/dist/
H A Djob.c1897 child_execute_job (int stdin_fd, int stdout_fd, char **argv, char **envp) in child_execute_job()
1960 child_execute_job (int stdin_fd, int stdout_fd, char **argv, char **envp) in child_execute_job()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp423 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess()
H A Dsanitizer_win.cpp1099 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc444 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
H A Dsanitizer_win.cc1034 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc440 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
H A Dsanitizer_win.cc1027 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
/netbsd-src/usr.bin/nc/
H A Dnetcat.c1064 int stdout_fd = STDOUT_FILENO; in readwrite() local