Searched refs:CVS_UNLINK (Results 1 – 21 of 21) sorted by relevance
259 #ifndef CVS_UNLINK260 # define CVS_UNLINK unlink macro
1933 * rename.c: replace calls to unlink() with CVS_UNLINK() for VMS
365 if (CVS_UNLINK (tmp) < 0 && ! existence_error (errno)) in remove_lock_files()374 if (CVS_UNLINK (tmp) < 0 && ! existence_error (errno)) in remove_lock_files()680 CVS_UNLINK (line) != -1) in lock_exists()813 if (CVS_UNLINK (lock->file1) < 0 && ! existence_error (errno)) in set_promotable_lock()838 if ( CVS_UNLINK (lock->file2) < 0 && ! existence_error (errno)) in set_promotable_lock()1322 if (CVS_UNLINK (global_writelock.file1) < 0 in lock_dir_for_write()
437 return (CVS_UNLINK (f)); in unlink_file()480 return CVS_UNLINK (f); in unlink_file_dir()535 if (CVS_UNLINK (buf) != 0) in deep_remove_dir()773 if (CVS_UNLINK (fn)) in cvs_temp_file()
147 if (CVS_UNLINK (finfo->file) < 0 && ! existence_error (errno)) in remove_force_fileproc()167 if ( CVS_UNLINK (finfo->file) < 0 && ! existence_error (errno)) in remove_fileproc()
408 if (CVS_UNLINK (tmp_name) < 0) in password_entry_operation()444 if (CVS_UNLINK (tmp_name) < 0) in password_entry_operation()
452 if( CVS_UNLINK( tmpfile1 ) < 0 ) in RCS_exec_rcsdiff()461 if( CVS_UNLINK( tmpfile2 ) < 0 ) in RCS_exec_rcsdiff()
92 if ( CVS_UNLINK (tocvsPath) < 0) in No_Difference()
775 if (CVS_UNLINK (tmpfile1) < 0) in patch_fileproc()777 if (CVS_UNLINK (tmpfile2) < 0) in patch_fileproc()779 if (CVS_UNLINK (tmpfile3) < 0) in patch_fileproc()
839 if (CVS_UNLINK (tmp) < 0) in diff_fileproc()845 if (CVS_UNLINK (rev1_cache) < 0) in diff_fileproc()
366 (void) CVS_UNLINK (tmpfile); in import()445 if (CVS_UNLINK (tmpfile) < 0 && !existence_error (errno)) in import()1503 if (CVS_UNLINK (rcs) < 0) in add_rcs_file()
437 if (CVS_UNLINK (tmp)) in log_buffer_closelog()
1853 if (CVS_UNLINK (accessfile) < 0) in write_perms()1858 if (CVS_UNLINK (tmpaccessout) < 0) in write_perms()
209 if ( CVS_UNLINK (CVSADM_NOTIFY) < 0) in ncheck_fileproc()
2608 if ( CVS_UNLINK (CVSADM_NOTIFY) < 0) in notified_a_file()4411 if (CVS_UNLINK (tfile) < 0) in send_modified()
4351 if (CVS_UNLINK (dest) < 0 && !existence_error (errno)) in RCS_checkout()4529 if (CVS_UNLINK (dest) < 0 && existence_error (errno)) in RCS_checkout()5706 if (CVS_UNLINK (tmp) < 0) in RCS_cmp_file()5761 if (CVS_UNLINK (tmpfile ) < 0) in RCS_cmp_file()
5226 if (CVS_UNLINK (finfo->file) < 0) in server_updated()
9558 * filesubr.c: replace calls to unlink() with CVS_UNLINK() for VMS12255 * server.c (server_updated): Check for error from CVS_UNLINK.13611 (RCS_cmp_file): Don't ignore errors from CVS_UNLINK and fclose.14033 fprintf, CVS_UNLINK and fclose. Note that the new errors are
2780 start_recursion rather than calling CVS_UNLINK on each argument.
748 197. Analyze the difference between CVS_UNLINK & unlink_file. As far as I749 can tell, unlink_file aborts in noexec mode and CVS_UNLINK does not. I'm not751 but most unlinks should probably be using unlink_file and not CVS_UNLINK.
5873 CVS_RENAME, CVS_RMDIR, CVS_STAT, and CVS_UNLINK to accomodate