Home
last modified time | relevance | path

Searched refs:main_cleanup (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/cvs/src/
Dmain.c348 main_cleanup (sig) in main_cleanup() function
791 (void) SIG_register (SIGABRT, main_cleanup);
794 (void) SIG_register (SIGHUP, main_cleanup);
797 (void) SIG_register (SIGINT, main_cleanup);
800 (void) SIG_register (SIGQUIT, main_cleanup);
803 (void) SIG_register (SIGPIPE, main_cleanup);
806 (void) SIG_register (SIGTERM, main_cleanup);
DChangeLog-962529 * main.c (main_cleanup): Add comment stating default case will
2534 * main.c (main_cleanup): check to see if SIGHUP, SIGINT, SIGQUIT,
2733 * main.c (main_cleanup): Report signal name before dying.
DChangeLog3351 (server): Don't SIG_register server_cleanup. main_cleanup (which
5761 main_cleanup calls it indirectly anyway.
/freebsd-9-stable/contrib/cvs/
Dconfigure.in278 dnl some other signal) at the wrong time, as main_cleanup will try to use