Home
last modified time | relevance | path

Searched refs:tocvsPath (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl2/xcvs/dist/src/
H A Dcheckin.c35 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()
143 if (tocvsPath) in Checkin()
[all …]
H A Dno_diff.c34 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 Dimport.c690 char *tocvsPath; in update_rcs_file() local
724 if (tocvsPath) in update_rcs_file()
775 char *tocvsPath; in add_rev() local
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()
1090 char *tocvsPath; in add_rcs_file() local
1143 userfile = (tocvsPath == NULL ? user : tocvsPath); in add_rcs_file()
1484 if (tocvsPath) in add_rcs_file()
1485 if (unlink_file_dir (tocvsPath) < 0) in add_rcs_file()
1510 if (tocvsPath) in add_rcs_file()
[all …]
H A Ddiff.c490 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 DChangeLog-93951784 * 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.