Searched refs:FIX_SYSV_SIGNAL (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | signal.h | 69 # define FIX_SYSV_SIGNAL(sig, handler) \ macro 75 # define FIX_SYSV_SIGNAL(sig, handler) { /* EMPTY */ } macro
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | signal.c | 338 FIX_SYSV_SIGNAL(sig, sm_signal_noop);
|
H A D | clock.c | 346 FIX_SYSV_SIGNAL(sig, sm_tick);
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | main.c | 3094 FIX_SYSV_SIGNAL(sig, intindebug); 3127 FIX_SYSV_SIGNAL(sig, sigterm); 3157 FIX_SYSV_SIGNAL(sig, sighup); 3187 FIX_SYSV_SIGNAL(sig, sigpipe); 3222 FIX_SYSV_SIGNAL(sig, intsig); 3664 FIX_SYSV_SIGNAL(sig, sigusr1);
|
H A D | queue.c | 1080 FIX_SYSV_SIGNAL(sig, runners_sigterm); 1132 FIX_SYSV_SIGNAL(sig, runners_sighup);
|
H A D | conf.c | 2773 FIX_SYSV_SIGNAL(sig, reapchild);
|