Searched refs:tocvsPath (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | checkin.c | 35 char *tocvsPath = NULL; in Checkin() local 37 tocvsPath = wrap_tocvs_process_file (finfo->file); in Checkin() 40 if (tocvsPath) in Checkin() 45 rename_file (tocvsPath, finfo->file); in Checkin() 122 if (tocvsPath) in Checkin() 123 if (unlink_file_dir (tocvsPath) < 0) in Checkin() 124 error (0, errno, "cannot remove %s", tocvsPath); in Checkin() 129 if (tocvsPath) in Checkin() 130 if (unlink_file_dir (tocvsPath) < 0) in Checkin() 131 error (0, errno, "cannot remove %s", tocvsPath); in Checkin() [all …]
|
H A D | no_diff.c | 34 char *tocvsPath; in No_Difference() local 57 tocvsPath = wrap_tocvs_process_file (finfo->file); in No_Difference() 59 tocvsPath == NULL ? finfo->file : tocvsPath); in No_Difference() 87 if (tocvsPath) in No_Difference() 91 TRACE (TRACE_FUNCTION, "unlink (%s)", tocvsPath); in No_Difference() 92 if ( CVS_UNLINK (tocvsPath) < 0) in No_Difference() 93 error (0, errno, "could not remove %s", tocvsPath); in No_Difference()
|
H A D | import.c | 690 char *tocvsPath; in update_rcs_file() local 717 tocvsPath = wrap_tocvs_process_file (vfile); in update_rcs_file() 724 if (tocvsPath) in update_rcs_file() 725 if (unlink_file_dir (tocvsPath) < 0) in update_rcs_file() 726 error (0, errno, "cannot remove %s", tocvsPath); in update_rcs_file() 775 char *tocvsPath; in add_rev() local 795 tocvsPath = wrap_tocvs_process_file (vfile); in add_rev() 797 status = RCS_checkin (rcs, NULL, tocvsPath == NULL ? vfile : tocvsPath, in add_rev() 803 if ((tocvsPath != NULL) && (unlink_file_dir (tocvsPath) < 0)) in add_rev() 804 error (0, errno, "cannot remove %s", tocvsPath); in add_rev() [all …]
|
H A D | diff.c | 490 char *tocvsPath = NULL; in diff_fileproc() local 705 tocvsPath = wrap_tocvs_process_file (finfo->file); in diff_fileproc() 706 if (tocvsPath) in diff_fileproc() 715 copy_file (tocvsPath, finfo->file); in diff_fileproc() 822 if( tocvsPath != NULL ) in diff_fileproc() 829 if (unlink_file (tocvsPath) < 0) in diff_fileproc() 830 error (1, errno, "cannot remove %s", tocvsPath); in diff_fileproc()
|
H A D | ChangeLog-9395 | 1784 * import.c (add_rcs_file): Remove tocvsPath before returning. 1855 * checkin.c: Add tocvsPath variable and associated handling. 1857 * diff.c: Add tocvsPath variable and associated handling. 1860 (update_rcs_file, add_rev, add_rcs_file): add tocvsPath 1862 * no_diff.c: Add tocvsPath variable and associated handling.
|