Lines Matching refs:tocvsPath
620 char *tocvsPath; local
647 tocvsPath = wrap_tocvs_process_file (vfile);
651 if (tocvsPath)
652 if (unlink_file_dir (tocvsPath) < 0)
653 error (0, errno, "cannot remove %s", tocvsPath);
706 char *tocvsPath; local
726 tocvsPath = wrap_tocvs_process_file (vfile);
728 status = RCS_checkin (rcs, tocvsPath == NULL ? vfile : tocvsPath,
734 if ((tocvsPath != NULL) && (unlink_file_dir (tocvsPath) < 0))
735 error (0, errno, "cannot remove %s", tocvsPath);
1030 char *tocvsPath; local
1054 tocvsPath = wrap_tocvs_process_file (user);
1055 userfile = (tocvsPath == NULL ? user : tocvsPath);
1425 if (tocvsPath)
1426 if (unlink_file_dir (tocvsPath) < 0)
1427 error (0, errno, "cannot remove %s", tocvsPath);
1451 if (tocvsPath)
1452 if (unlink_file_dir (tocvsPath) < 0)
1453 error (0, errno, "cannot remove %s", tocvsPath);