/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | spawn_command.c | 110 int stdout_fd; /* write stdout here */ member
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | process.hpp | 289 const int stdout_fd = outsb.connect_parent(); in fork() local
|
H A D | process.cpp | 480 impl::child::stdout_fd(void) in stdout_fd() function in impl::child
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | simple_exec.c | 146 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv()
|
H A D | simple_exec_w32.c | 211 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | error.c | 153 int stdout_fd; in flush_stdout() local
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/process/ |
H A D | child.cpp | 334 const int stdout_fd = open_for_append(stdout_file); in fork_files_aux() local
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | runner-unix.c | 83 int stdout_fd; in process_start() local
|
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/ |
H A D | process.cpp | 326 impl::child::stdout_fd(void) in stdout_fd() function in impl::child
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | job.c | 1897 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 D | sanitizer_posix_libcdep.cpp | 423 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess()
|
H A D | sanitizer_win.cpp | 1099 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 D | sanitizer_posix_libcdep.cc | 444 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
|
H A D | sanitizer_win.cc | 1034 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 D | sanitizer_posix_libcdep.cc | 440 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
|
H A D | sanitizer_win.cc | 1027 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
|
/netbsd-src/usr.bin/nc/ |
H A D | netcat.c | 1064 int stdout_fd = STDOUT_FILENO; in readwrite() local
|