Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
Dtag.c638 ti->rev = RCS_getversion (vers->srcfile, numtag, date, in check_fileproc()
643 ti->oldrev = RCS_getversion (vers->srcfile, symtag, NULL, 1, NULL); in check_fileproc()
977 version = RCS_getversion (rcsfile, numtag, date, force_tag_match, NULL); in rtag_fileproc()
1024 oversion = RCS_getversion (rcsfile, symtag, NULL, 1, NULL); in rtag_fileproc()
1112 version = RCS_getversion (rcsfile, numtag, NULL, 1, NULL); in rtag_delete()
1118 version = RCS_getversion (rcsfile, symtag, NULL, 1, NULL); in rtag_delete()
1171 nversion = RCS_getversion (vers->srcfile, numtag, date, in tag_fileproc()
1189 version = RCS_getversion (vers->srcfile, symtag, NULL, 1, NULL); in tag_fileproc()
1272 oversion = RCS_getversion (vers->srcfile, symtag, NULL, 1, NULL); in tag_fileproc()
Drcs.h212 char *RCS_getversion (RCSNode *rcs, const char *tag, const char *date,
Dannotate.c274 version = RCS_getversion (finfo->rcs, tag, date, force_tag_match, NULL); in annotate_fileproc()
Dpatch.c445 vers_head = RCS_getversion (rcsfile, rev2, date2, force_tag_match, in patch_fileproc()
474 vers_tag = RCS_getversion (rcsfile, rev1, date1, force_tag_match, NULL); in patch_fileproc()
Dvers_ts.c203 vers_ts->vn_rcs = RCS_getversion (rcsdata, vers_ts->tag, in Version_TS()
Dcommit.c1318 char *rev = RCS_getversion (finfo->rcs, write_dirtag, NULL, 1, NULL); in commit_fileproc()
2104 rev = RCS_getversion (rcs, tag, NULL, 1, NULL); in checkaddfile()
2194 head = RCS_getversion (rcs, NULL, NULL, 0, NULL); in checkaddfile()
Dupdate.c608 char *rev = RCS_getversion (finfo->rcs, tag, NULL, 1, NULL); in update_fileproc()
2111 rev2 = RCS_getversion (vers->srcfile, jrev2, jdate2, 1, NULL); in join_file()
2118 rev1 = RCS_getversion (vers->srcfile, jrev1, jdate1, 1, NULL); in join_file()
Drcs.c2157 RCS_getversion (RCSNode *rcs, const char *tag, const char *date, in RCS_getversion() function