Searched refs:errfd (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dsendrecv.c32 fd_set infd, outfd, errfd; local
40 FD_ZERO(&errfd);
42 FD_SET(sockfd, &errfd); /* always check for error */
54 res = select(sockfd + 1, &infd, &outfd, &errfd, &tv);
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprocess.c319 int errfd, /* I - Standard error file descriptor */
430 if (errfd != 2)
432 if (errfd < 0)
433 errfd = open("/dev/null", O_WRONLY);
435 if (errfd != 2)
437 dup2(errfd, 2);
438 close(errfd);
598 "infd=%d, outfd=%d, errfd=%d, backfd=%d, sidefd=%d, root=%d, "
600 command, argv, envp, infd, outfd, errfd, backfd, sidefd,
313 cupsdStartProcess( const char *command, char *argv[], char *envp[], int infd, int outfd, int errfd, int backfd, int sidefd, int root, void *profile, cupsd_job_t *job, int *pid) argument
H A Dcupsd.h213 int errfd, int backfd, int sidefd,
/macosx-10.9.5/sudo-72/src/
H A Dexec_pty.c1084 exec_pty(path, argv, envp, rbac_enabled, errfd)
1089 int *errfd;
1119 dup2(*errfd, maxfd);
1121 *errfd = maxfd++;
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmain.c2119 int errfd; variable
2192 errfd = dup(log_to_fd);
2194 errfd = open(_PATH_CONNERRS, O_WRONLY | O_APPEND | O_CREAT, 0600);
2219 if (errfd >= 0) {
2220 dup2(errfd, 2);
2221 close(errfd); variable
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/netware/
H A Dproc.c327 wire.errfd = attr->child_err
/macosx-10.9.5/apr-30/apr/apr/threadproc/netware/
H A Dproc.c327 wire.errfd = attr->child_err

Completed in 115 milliseconds