Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/sendmail/libsm/
HDsignal.c38 sigfunc_t
41 sigfunc_t handler;
115 sigfunc_t handler;
154 sigfunc_t handler;
/freebsd-11-stable/contrib/sendmail/include/sm/
HDsignal.h79 extern sigfunc_t sm_signal __P((int, sigfunc_t));
HDconf.h1437 typedef int (*sigfunc_t)(); typedef
2188 typedef int (*sigfunc_t)(); typedef
2255 typedef int (*sigfunc_t)(); typedef
2936 typedef void (*sigfunc_t) __P((int));
/freebsd-11-stable/contrib/sendmail/src/
HDalias.c507 sigfunc_t oldsigint, oldsigquit;
509 sigfunc_t oldsigtstp;
HDsendmail.h2817 extern sigfunc_t setsignal __P((int, sigfunc_t));
HDqueue.c1085 static sigfunc_t Oldsh_term = SIG_DFL;
1086 static sigfunc_t Oldsh_hup = SIG_DFL;
1087 static sigfunc_t volatile Oldsh = SIG_DFL;
1474 sigfunc_t cursh;
HDmain.c1665 if (sm_signal(SIGHUP, SIG_IGN) == (sigfunc_t) SIG_DFL)
1698 if (sm_signal(SIGHUP, SIG_IGN) == (sigfunc_t) SIG_DFL)
HDdaemon.c3237 sigfunc_t ignore, oalrm, ousr1; in restart_daemon()