Searched refs:reapchild (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/dialog/
H A Dprgbox.c27 reapchild(int sig) function
105 void (*oldreaper) (int) = signal(SIGCHLD, reapchild);
/freebsd-10-stable/usr.sbin/nfscbd/
H A Dnfscbd.c77 static void reapchild(int);
198 (void)signal(SIGCHLD, reapchild);
332 reapchild(int signo __unused) function
/freebsd-10-stable/usr.sbin/lpr/lpd/
H A Dlpd.c108 static void reapchild(int _signo);
302 signal(SIGCHLD, reapchild);
426 reapchild(int signo __unused) function
/freebsd-10-stable/usr.sbin/nfsd/
H A Dnfsd.c113 static void reapchild(int);
377 (void)signal(SIGCHLD, reapchild);
907 reapchild(__unused int signo) function
/freebsd-10-stable/usr.sbin/inetd/
H A Dinetd.c222 void reapchild(void);
600 reapchild();
934 reapchild(void) function
/freebsd-10-stable/libexec/ftpd/
H A Dftpd.c256 static void reapchild(int);
453 sa.sa_handler = reapchild;
3303 reapchild(int signo)
/freebsd-10-stable/usr.sbin/syslogd/
H A Dsyslogd.c339 static void reapchild(int);
556 sact.sa_handler = reapchild;
1427 reapchild(int signo __unused) function
2198 * from the dead queue to reapchild(), which
/freebsd-10-stable/contrib/sendmail/src/
H A Ddaemon.c181 /* If there are any queue runners released reapchild() co-ord's */
182 (void) sm_signal(SIGCHLD, reapchild);
717 (void) sm_signal(SIGCHLD, reapchild);
H A Dqueue.c1205 /* Block SIGCHLD so reapchild() doesn't mess with us */
1823 (void) sm_signal(SIGCHLD, reapchild);
1892 extern SIGFUNC_DECL reapchild __P((int));
1944 (void) sm_signal(SIGCHLD, reapchild);
2233 ** SIGCHLD to reapchild to collect
2240 ** back to the default so reapchild
H A Dconf.c2741 reapchild(sig) function
2782 FIX_SYSV_SIGNAL(sig, reapchild);
H A Dmain.c2315 (void) sm_signal(SIGCHLD, reapchild);
H A Dsendmail.h2769 extern SIGFUNC_DECL reapchild __P((int));

Completed in 265 milliseconds