Home
last modified time | relevance | path

Searched refs:stdout_fd (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dsimple_exec.c146 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() argument
159 if(ret != -1 && stdout_fd != NULL) in pipe_execv()
186 if(stdout_fd != NULL) in pipe_execv()
194 if(stdout_fd == NULL) in pipe_execv()
222 if(stdout_fd != NULL) { in pipe_execv()
236 if(stdout_fd != NULL) { in pipe_execv()
238 *stdout_fd = fdopen(out_fd[0], "r"); in pipe_execv()
Dsimple_exec_w32.c211 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() argument
250 if ((stdout_fd && !CreatePipe(&hOut_r, &hOut_w, &sa, 0 /* Use default */)) || in pipe_execv()
256 … (!stdout_fd && (hOut_w = CreateFile("CON", GENERIC_WRITE, FILE_SHARE_READ|FILE_SHARE_WRITE, in pipe_execv()
304 if (stdout_fd) { in pipe_execv()
305 *stdout_fd = _fdopen(_open_osfhandle((intptr_t) hOut_r, _O_RDONLY), "rb"); in pipe_execv()
306 if (*stdout_fd) in pipe_execv()
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dspawn_command.c111 int stdout_fd; /* write stdout here */ member
134 args->stdout_fd = -1; in get_spawn_args()
164 args->stdout_fd = va_arg(ap, int); in get_spawn_args()
258 || (args.stdout_fd >= 0 && DUP2(args.stdout_fd, STDOUT_FILENO) < 0) in spawn_command()
/netbsd/src/external/bsd/atf/dist/tools/
Dprocess.hpp243 int stdout_fd(void);
289 const int stdout_fd = outsb.connect_parent(); in fork() local
291 return child(pid, stdout_fd, stderr_fd); in fork()
Dprocess.cpp480 impl::child::stdout_fd(void) in stdout_fd() function in impl::child
Dtest-program.cpp661 tools::io::pistream outin(child.stdout_fd()); in get_metadata()
758 tools::io::file_handle outfh = child.stdout_fd(); in run_test_case()
/netbsd/src/external/bsd/kyua-cli/dist/utils/process/
Dchild.cpp334 const int stdout_fd = open_for_append(stdout_file); in fork_files_aux() local
335 safe_dup(stdout_fd, STDOUT_FILENO); in fork_files_aux()
336 ::close(stdout_fd); in fork_files_aux()
/netbsd/src/external/bsd/atf/dist/atf-c++/detail/
Dprocess.hpp218 int stdout_fd(void);
Dprocess.cpp326 impl::child::stdout_fd(void) in stdout_fd() function in impl::child