Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/src/
H A Dpatch.c23 static RETSIGTYPE patch_cleanup (int);
230 (void)SIG_register (SIGABRT, patch_cleanup); in patch()
233 (void)SIG_register (SIGHUP, patch_cleanup); in patch()
236 (void)SIG_register (SIGINT, patch_cleanup); in patch()
239 (void)SIG_register (SIGQUIT, patch_cleanup); in patch()
242 (void)SIG_register (SIGPIPE, patch_cleanup); in patch()
245 (void)SIG_register (SIGTERM, patch_cleanup); in patch()
254 patch_cleanup (0); in patch()
770 patch_cleanup (int sig) in patch_cleanup() function