Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dpatch.c19 static RETSIGTYPE patch_cleanup PROTO((void));
235 (void) SIG_register (SIGABRT, patch_cleanup);
238 (void) SIG_register (SIGHUP, patch_cleanup);
241 (void) SIG_register (SIGINT, patch_cleanup);
244 (void) SIG_register (SIGQUIT, patch_cleanup);
247 (void) SIG_register (SIGPIPE, patch_cleanup);
250 (void) SIG_register (SIGTERM, patch_cleanup);
259 patch_cleanup ();
773 patch_cleanup () in patch_cleanup() function
H A DChangeLog2406 (rcs_cleanup): New function (similar to patch_cleanup).