HomeSort by: relevance | last modified time | path
    Searched refs:tocvsPath (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
no_diff.c 34 char *tocvsPath;
57 tocvsPath = wrap_tocvs_process_file (finfo->file);
59 tocvsPath == NULL ? finfo->file : tocvsPath);
87 if (tocvsPath)
91 TRACE (TRACE_FUNCTION, "unlink (%s)", tocvsPath);
92 if ( CVS_UNLINK (tocvsPath) < 0)
93 error (0, errno, "could not remove %s", tocvsPath);
checkin.c 35 char *tocvsPath = NULL;
37 tocvsPath = wrap_tocvs_process_file (finfo->file);
40 if (tocvsPath)
45 rename_file (tocvsPath, finfo->file);
122 if (tocvsPath)
123 if (unlink_file_dir (tocvsPath) < 0)
124 error (0, errno, "cannot remove %s", tocvsPath);
129 if (tocvsPath)
130 if (unlink_file_dir (tocvsPath) < 0)
131 error (0, errno, "cannot remove %s", tocvsPath);
    [all...]
import.c 690 char *tocvsPath;
717 tocvsPath = wrap_tocvs_process_file (vfile);
718 /* FIXME: Why don't we pass tocvsPath to RCS_cmp_file if it is
724 if (tocvsPath)
725 if (unlink_file_dir (tocvsPath) < 0)
726 error (0, errno, "cannot remove %s", tocvsPath);
775 char *tocvsPath;
795 tocvsPath = wrap_tocvs_process_file (vfile);
797 status = RCS_checkin (rcs, NULL, tocvsPath == NULL ? vfile : tocvsPath,
    [all...]
diff.c 490 char *tocvsPath = NULL;
705 tocvsPath = wrap_tocvs_process_file (finfo->file);
706 if (tocvsPath)
715 copy_file (tocvsPath, finfo->file);
822 if( tocvsPath != NULL )
829 if (unlink_file (tocvsPath) < 0)
830 error (1, errno, "cannot remove %s", tocvsPath);

Completed in 15 milliseconds