Home | History | Annotate | Download | only in server

Lines Matching refs:SIGHANDLER_T

231 typedef RETSIGTYPE (*SIGHANDLER_T)(int);
234 static SIGHANDLER_T old_sighup_handler = SIG_ERR;
238 static SIGHANDLER_T old_sigpipe_handler = SIG_ERR;
242 static SIGHANDLER_T old_sigint_handler = SIG_ERR;
246 static SIGHANDLER_T old_sigterm_handler = SIG_ERR;
250 static SIGHANDLER_T old_sigbreak_handler = SIG_ERR;