Home
last modified time | relevance | path

Searched refs:sigfunc_t (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dsignal.c38 sigfunc_t
41 sigfunc_t handler;
115 sigfunc_t handler;
154 sigfunc_t handler;
/freebsd/contrib/sendmail/include/sm/
H A Dsignal.h79 extern sigfunc_t sm_signal __P((int, sigfunc_t));
H A Dconf.h1438 typedef int (*sigfunc_t)(); typedef
2191 typedef int (*sigfunc_t)(); typedef
2258 typedef int (*sigfunc_t)(); typedef
2939 typedef void (*sigfunc_t) __P((int));
/freebsd/contrib/sendmail/src/
H A Dalias.c521 sigfunc_t oldsigint, oldsigquit;
523 sigfunc_t oldsigtstp;
H A Dsendmail.h2988 extern sigfunc_t setsignal __P((int, sigfunc_t));
H A Dqueue.c1120 static sigfunc_t Oldsh_term = SIG_DFL;
1121 static sigfunc_t Oldsh_hup = SIG_DFL;
1122 static sigfunc_t volatile Oldsh = SIG_DFL;
1509 sigfunc_t cursh;
H A Dmain.c1706 if (sm_signal(SIGHUP, SIG_IGN) == (sigfunc_t) SIG_DFL)
1739 if (sm_signal(SIGHUP, SIG_IGN) == (sigfunc_t) SIG_DFL)
H A Ddaemon.c3321 sigfunc_t ignore, oalrm, ousr1; in restart_daemon()