Searched refs:termpipe (Results 1 – 2 of 2) sorted by relevance
/dports/mail/courier/courier-0.65.3/cgi/ |
H A D | cgidaemond.c | 95 int *termpipe, void (*handler)(void *), void *dummy); 101 int termpipe[2]; /* Termination pipe to preforked processes */ in run_prefork() local 112 if (pipe(termpipe) < 0) in run_prefork() 127 cpipes[i]=prefork(fd, cpipes, ndaemons, termpipe, handler, in run_prefork() 162 ndaemons, termpipe, handler, in run_prefork() 172 int *termpipe, void (*handler)(void *), void *dummy) in prefork() argument 206 close(termpipe[1]); in prefork() 219 run_daemon(listenfd, termpipe[0], newpipe[1], handler, dummy); in prefork()
|
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/cgi/ |
H A D | cgidaemond.c | 94 int *termpipe, void (*handler)(void *), void *dummy); 100 int termpipe[2]; /* Termination pipe to preforked processes */ in run_prefork() local 111 if (pipe(termpipe) < 0) in run_prefork() 126 cpipes[i]=prefork(fd, cpipes, ndaemons, termpipe, handler, in run_prefork() 161 ndaemons, termpipe, handler, in run_prefork() 171 int *termpipe, void (*handler)(void *), void *dummy) in prefork() argument 205 close(termpipe[1]); in prefork() 218 run_daemon(listenfd, termpipe[0], newpipe[1], handler, dummy); in prefork()
|