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

/freebsd-12-stable/contrib/dialog/
H A Dprgbox.c27 reapchild(int sig) function
105 void (*oldreaper) (int) = signal(SIGCHLD, reapchild);
/freebsd-12-stable/usr.sbin/nfscbd/
H A Dnfscbd.c77 static void reapchild(int);
198 (void)signal(SIGCHLD, reapchild);
332 reapchild(int signo __unused) function
/freebsd-12-stable/usr.sbin/lpr/lpd/
H A Dlpd.c110 static void reapchild(int _signo);
304 signal(SIGCHLD, reapchild);
428 reapchild(int signo __unused) function
/freebsd-12-stable/usr.sbin/nfsd/
H A Dnfsd.c123 static void reapchild(int);
442 (void)signal(SIGCHLD, reapchild);
929 reapchild(__unused int signo) function
/freebsd-12-stable/usr.sbin/inetd/
H A Dinetd.c227 static void reapchild(void);
613 reapchild();
945 reapchild(void) function
/freebsd-12-stable/libexec/ftpd/
H A Dftpd.c260 static void reapchild(int);
465 sa.sa_handler = reapchild;
3327 reapchild(int signo)
/freebsd-12-stable/usr.sbin/syslogd/
H A Dsyslogd.c448 static void reapchild(int);
795 reapchild(WantReapchild);
2175 reapchild(int signo __unused) function
3174 * from the dead queue to reapchild(), which
/freebsd-12-stable/contrib/sendmail/src/
H A Dqueue.c1226 /* Block SIGCHLD so reapchild() doesn't mess with us */
1845 (void) sm_signal(SIGCHLD, reapchild);
1924 extern SIGFUNC_DECL reapchild __P((int));
1976 (void) sm_signal(SIGCHLD, reapchild);
2265 ** SIGCHLD to reapchild to collect
2272 ** back to the default so reapchild
H A Dconf.c2808 reapchild(sig) function
2849 FIX_SYSV_SIGNAL(sig, reapchild);
H A Ddaemon.c201 /* If there are any queue runners released reapchild() co-ord's */
202 (void) sm_signal(SIGCHLD, reapchild);
737 (void) sm_signal(SIGCHLD, reapchild);
H A Dmain.c2323 (void) sm_signal(SIGCHLD, reapchild);
H A Dsendmail.h2800 extern SIGFUNC_DECL reapchild __P((int));

Completed in 281 milliseconds