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

/freebsd-9.3-release/contrib/cvs/src/
H A Dmain.c348 main_cleanup (sig) 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);

Completed in 51 milliseconds