Lines Matching refs:tocvsPath
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()
1090 char *tocvsPath; in add_rcs_file() local
1142 tocvsPath = wrap_tocvs_process_file (user); in add_rcs_file()
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()
1486 error (0, errno, "cannot remove %s", tocvsPath); in add_rcs_file()
1510 if (tocvsPath) in add_rcs_file()
1511 if (unlink_file_dir (tocvsPath) < 0) in add_rcs_file()
1512 error (0, errno, "cannot remove %s", tocvsPath); in add_rcs_file()