Searched refs:rcs_cleanup (Results 1 – 4 of 4) sorted by relevance
67 rcs_cleanup (); in error_exit()
235 RETSIGTYPE rcs_cleanup PROTO ((void));
8140 rcs_cleanup () in rcs_cleanup() function8207 (void) SIG_register (SIGABRT, rcs_cleanup);8210 (void) SIG_register (SIGHUP, rcs_cleanup);8213 (void) SIG_register (SIGINT, rcs_cleanup);8216 (void) SIG_register (SIGQUIT, rcs_cleanup);8219 (void) SIG_register (SIGPIPE, rcs_cleanup);8222 (void) SIG_register (SIGTERM, rcs_cleanup);
1252 * error.c (error_exit): Call rcs_cleanup () to release any rcs locks.1253 * rcs.c, rcs.h (rcs_cleanup): Make public, close file before trying1258 lock file fd for rcs_cleanup ().2406 (rcs_cleanup): New function (similar to patch_cleanup).2407 (rcs_internal_lockfile): Register rcs_cleanup the first time this