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

/sendmail/include/sm/
H A Dsignal.h79 extern sigfunc_t sm_signal __P((int, sigfunc_t));
H A Dconf.h1420 typedef int (*sigfunc_t)(); typedef
1590 # define SIGFUNC_DEFINED /* sigfunc_t already defined */
2164 typedef int (*sigfunc_t)(); typedef
2231 typedef int (*sigfunc_t)(); typedef
2904 typedef void (*sigfunc_t) __P((int)); typedef
/sendmail/libsm/
H A Dsignal.c38 sigfunc_t
41 sigfunc_t handler;
115 sigfunc_t handler;
154 sigfunc_t handler;
/sendmail/sendmail/
H A Dalias.c507 sigfunc_t oldsigint, oldsigquit;
509 sigfunc_t oldsigtstp;
H A Dmain.c1651 if (sm_signal(SIGHUP, SIG_IGN) == (sigfunc_t) SIG_DFL)
1684 if (sm_signal(SIGHUP, SIG_IGN) == (sigfunc_t) SIG_DFL)
H A Dsendmail.h2718 extern sigfunc_t setsignal __P((int, sigfunc_t));
H A Dqueue.c1065 static sigfunc_t Oldsh_term = SIG_DFL;
1066 static sigfunc_t Oldsh_hup = SIG_DFL;
1067 static sigfunc_t volatile Oldsh = SIG_DFL;
1453 sigfunc_t cursh;
H A Ddaemon.c3108 sigfunc_t ignore, oalrm, ousr1;

Completed in 2018 milliseconds