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

/opensolaris-onvv-gate/usr/src/cmd/sendmail/include/sm/
H A Dsignal.h81 extern sigfunc_t sm_signal __P((int, sigfunc_t));
H A Dconf.h1411 typedef int (*sigfunc_t)(); typedef
1579 # define SIGFUNC_DEFINED /* sigfunc_t already defined */
2153 typedef int (*sigfunc_t)(); typedef
2220 typedef int (*sigfunc_t)(); typedef
2893 typedef void (*sigfunc_t) __P((int)); typedef
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dsignal.c40 sigfunc_t
43 sigfunc_t handler;
117 sigfunc_t handler;
156 sigfunc_t handler;
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dalias.c509 sigfunc_t oldsigint, oldsigquit;
511 sigfunc_t oldsigtstp;
H A Dsendmail.h2615 extern sigfunc_t setsignal __P((int, sigfunc_t));
H A Dmain.c1652 if (sm_signal(SIGHUP, SIG_IGN) == (sigfunc_t) SIG_DFL)
1685 if (sm_signal(SIGHUP, SIG_IGN) == (sigfunc_t) SIG_DFL)
H A Dqueue.c1066 static sigfunc_t Oldsh_term = SIG_DFL;
1067 static sigfunc_t Oldsh_hup = SIG_DFL;
1068 static sigfunc_t volatile Oldsh = SIG_DFL;
1454 sigfunc_t cursh;
H A Ddaemon.c3101 sigfunc_t ignore, oalrm, ousr1;

Completed in 191 milliseconds