Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dsystem.h259 #ifndef CVS_UNLINK
260 # define CVS_UNLINK unlink macro
DChangeLog1933 * rename.c: replace calls to unlink() with CVS_UNLINK() for VMS
/netbsd/src/external/gpl2/xcvs/dist/src/
Dlock.c365 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()
Dfilesubr.c437 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()
Dremove.c147 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()
Dlogin.c408 if (CVS_UNLINK (tmp_name) < 0) in password_entry_operation()
444 if (CVS_UNLINK (tmp_name) < 0) in password_entry_operation()
Drcscmds.c452 if( CVS_UNLINK( tmpfile1 ) < 0 ) in RCS_exec_rcsdiff()
461 if( CVS_UNLINK( tmpfile2 ) < 0 ) in RCS_exec_rcsdiff()
Dno_diff.c92 if ( CVS_UNLINK (tocvsPath) < 0) in No_Difference()
Dpatch.c775 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()
Ddiff.c839 if (CVS_UNLINK (tmp) < 0) in diff_fileproc()
845 if (CVS_UNLINK (rev1_cache) < 0) in diff_fileproc()
Dimport.c366 (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()
Dlog-buffer.c437 if (CVS_UNLINK (tmp)) in log_buffer_closelog()
Dacl.c1853 if (CVS_UNLINK (accessfile) < 0) in write_perms()
1858 if (CVS_UNLINK (tmpaccessout) < 0) in write_perms()
Dedit.c209 if ( CVS_UNLINK (CVSADM_NOTIFY) < 0) in ncheck_fileproc()
Dclient.c2608 if ( CVS_UNLINK (CVSADM_NOTIFY) < 0) in notified_a_file()
4411 if (CVS_UNLINK (tfile) < 0) in send_modified()
Drcs.c4351 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()
Dserver.c5226 if (CVS_UNLINK (finfo->file) < 0) in server_updated()
DChangeLog9558 * filesubr.c: replace calls to unlink() with CVS_UNLINK() for VMS
12255 * 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
DChangeLog-972780 start_recursion rather than calling CVS_UNLINK on each argument.
/netbsd/src/external/gpl2/xcvs/dist/
DTODO748 197. Analyze the difference between CVS_UNLINK & unlink_file. As far as I
749 can tell, unlink_file aborts in noexec mode and CVS_UNLINK does not. I'm not
751 but most unlinks should probably be using unlink_file and not CVS_UNLINK.
DChangeLog5873 CVS_RENAME, CVS_RMDIR, CVS_STAT, and CVS_UNLINK to accomodate