Home
last modified time | relevance | path

Searched refs:RCS_cmp_file (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dno_diff.c58 retcode = RCS_cmp_file (vers->srcfile, vers->vn_user, NULL, NULL, options, in No_Difference()
H A Dcheckin.c85 || !RCS_cmp_file (finfo->rcs, rev, NULL, NULL, in Checkin()
H A Drcs.h235 int RCS_cmp_file (RCSNode *, const char *, char **, const char *, const char *,
H A Ddiff.c1199 retcode = RCS_cmp_file( vers->srcfile, use_rev1, rev1_cache, in diff_file_nodiff()
H A Dimport.c722 different = RCS_cmp_file (vers->srcfile, vers->vn_rcs, NULL, in update_rcs_file()
H A DChangeLog-972322 * rcs.c (RCS_cmp_file): Change NULL to RUN_TTY in passing sout to
2363 (RCS_cmp_file): New function.
2367 (RCS_cmp_file): Define.
2368 * diff.c (diff_file_nodiff): Call RCS_cmp_file rather than
H A DChangeLog878 * rcs.c (RCS_checkin, RCS_cmp_file, RCS_delete_revs)
3254 RCS_cmp_file, RCS_lock, RCS_unlock, RCS_delete_revs, RCS_deltas,
4401 RCS_cmp_file, RCS_deltas, rcs_lockfilename, make_file_label),
4511 * rcs.c (RCS_cmp_file): Print the actual name of the file we failed to
5375 * rcs.c (RCS_cmp_file): Ditto.
6390 * rcs.c (RCS_cmp_file): Ditto.
6582 by RCS_cmp_file when it needs to check out revision 1 into a file. Add
6590 * rcs.c (RCS_cmp_file): Accept a second revision number and cache the
6593 * checkin.c (Checkin): Use new RCS_cmp_file().
6598 * rcs.h (RCS_cmp_file): Ditto.
[all …]
H A Drcs.c5662 RCS_cmp_file (RCSNode *rcs, const char *rev1, char **rev1_cache, in RCS_cmp_file() function