Home
last modified time | relevance | path

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

/minix/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() argument
156 if(stdout_fd != NULL) in pipe_execv()
172 if(stdout_fd != NULL) in pipe_execv()
180 if(stdout_fd == NULL) in pipe_execv()
208 if(stdout_fd != NULL) { in pipe_execv()
222 if(stdout_fd != NULL) { in pipe_execv()
224 *stdout_fd = fdopen(out_fd[0], "r"); in pipe_execv()
H A Dsimple_exec_w32.c210 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() argument
249 if ((stdout_fd && !CreatePipe(&hOut_r, &hOut_w, &sa, 0 /* Use default */)) || in pipe_execv()
255 (!stdout_fd && (hOut_w = CreateFile("CON", GENERIC_WRITE, FILE_SHARE_READ|FILE_SHARE_WRITE, in pipe_execv()
303 if (stdout_fd) { in pipe_execv()
304 *stdout_fd = _fdopen(_open_osfhandle((intptr_t) hOut_r, _O_RDONLY), "rb"); in pipe_execv()
305 if (*stdout_fd) in pipe_execv()
/minix/external/bsd/atf/dist/tools/
H A Dprocess.hpp241 int stdout_fd(void);
287 const int stdout_fd = outsb.connect_parent(); in fork() local
289 return child(pid, stdout_fd, stderr_fd); in fork()
H A Dprocess.cpp461 impl::child::stdout_fd(void) in stdout_fd() function in impl::child
H A Dtest-program.cpp662 tools::io::pistream outin(child.stdout_fd()); in get_metadata()
759 tools::io::file_handle outfh = child.stdout_fd(); in run_test_case()
/minix/external/bsd/kyua-cli/dist/utils/process/
H A Dchild.cpp337 const int stdout_fd = open_for_append(stdout_file); in fork_files_aux() local
338 safe_dup(stdout_fd, STDOUT_FILENO); in fork_files_aux()
339 ::close(stdout_fd); in fork_files_aux()
/minix/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp218 int stdout_fd(void);
H A Dprocess.cpp326 impl::child::stdout_fd(void) in stdout_fd() function in impl::child
/minix/external/bsd/atf/dist/atf-c++/detail/
H A Dprocess.hpp218 int stdout_fd(void);
H A Dprocess.cpp329 impl::child::stdout_fd(void) in stdout_fd() function in impl::child
/minix/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dtest-program.cpp660 impl::pistream outin(child.stdout_fd()); in get_metadata()
757 impl::file_handle outfh = child.stdout_fd(); in run_test_case()