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

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dspawn_command.c109 int stderr_fd; /* write stderr here */ member in struct:spawn_args
132 args->stderr_fd = -1;
164 args->stderr_fd = va_arg(ap, int);
255 || (args.stderr_fd >= 0 && DUP2(args.stderr_fd, STDERR_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
156 if(stderr_fd != NULL)
172 if(stderr_fd != NULL)
180 if(stderr_fd == NULL)
210 if(stderr_fd != NULL) {
224 if(stderr_fd != NULL) {
226 *stderr_fd = fdopen(err_fd[0], "r");
H A Dsimple_exec_w32.c208 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, argument
251 (stderr_fd && !CreatePipe(&hErr_r, &hErr_w, &sa, 0)) ||
259 (!stderr_fd && (hErr_w = CreateFile("CON", GENERIC_WRITE, FILE_SHARE_READ|FILE_SHARE_WRITE,
307 if (stderr_fd) {
308 *stderr_fd = _fdopen(_open_osfhandle((intptr_t) hErr_r, _O_RDONLY), "rb");
309 if (*stderr_fd)
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp220 int stderr_fd(void);
H A Dprocess.cpp332 impl::child::stderr_fd(void) function in class:impl::child
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dtest-program.cpp710 impl::file_handle errfh = child.stderr_fd();

Completed in 181 milliseconds