Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/sendmail/libsm/
Dsignal.c38 sigfunc_t
41 sigfunc_t handler;
115 sigfunc_t handler;
154 sigfunc_t handler;
/freebsd-9-stable/contrib/sendmail/include/sm/
Dsignal.h79 extern sigfunc_t sm_signal __P((int, sigfunc_t));
Dconf.h1423 typedef int (*sigfunc_t)(); typedef
2168 typedef int (*sigfunc_t)(); typedef
2235 typedef int (*sigfunc_t)(); typedef
2908 typedef void (*sigfunc_t) __P((int));
/freebsd-9-stable/contrib/sendmail/src/
Dalias.c507 sigfunc_t oldsigint, oldsigquit;
509 sigfunc_t oldsigtstp;
Dsendmail.h2786 extern sigfunc_t setsignal __P((int, sigfunc_t));
Dqueue.c1064 static sigfunc_t Oldsh_term = SIG_DFL;
1065 static sigfunc_t Oldsh_hup = SIG_DFL;
1066 static sigfunc_t volatile Oldsh = SIG_DFL;
1452 sigfunc_t cursh;
Dmain.c1660 if (sm_signal(SIGHUP, SIG_IGN) == (sigfunc_t) SIG_DFL)
1693 if (sm_signal(SIGHUP, SIG_IGN) == (sigfunc_t) SIG_DFL)
Ddaemon.c3109 sigfunc_t ignore, oalrm, ousr1; in restart_daemon()