Searched refs:stdout_fd (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dspawn_command.c108 int stdout_fd; /* write stdout here */ member in struct:spawn_args
131 args->stdout_fd = -1;
161 args->stdout_fd = va_arg(ap, int);
254 || (args.stdout_fd >= 0 && DUP2(args.stdout_fd, STDOUT_FILENO) < 0)
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsimple_exec.c144 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, argument
154 if(stdout_fd != NULL)
170 if(stdout_fd != NULL)
178 if(stdout_fd == NULL)
206 if(stdout_fd != NULL) {
220 if(stdout_fd != NULL) {
222 *stdout_fd = fdopen(out_fd[0], "r");
H A Dsimple_exec_w32.c208 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, argument
247 if ((stdout_fd && !CreatePipe(&hOut_r, &hOut_w, &sa, 0 /* Use default */)) ||
253 (!stdout_fd && (hOut_w = CreateFile("CON", GENERIC_WRITE, FILE_SHARE_READ|FILE_SHARE_WRITE,
301 if (stdout_fd) {
302 *stdout_fd = _fdopen(_open_osfhandle((intptr_t) hOut_r, _O_RDONLY), "rb");
303 if (*stdout_fd)
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp219 int stdout_fd(void);
H A Dprocess.cpp326 impl::child::stdout_fd(void) function in class:impl::child
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dtest-program.cpp612 impl::pistream outin(child.stdout_fd());
709 impl::file_handle outfh = child.stdout_fd();

Completed in 199 milliseconds