Home
last modified time | relevance | path

Searched refs:RCS_getrevtime (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Dpatch.c436 if (RCS_getrevtime (rcsfile, vers_head, date1, 1) == -1)
556 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_tag,
579 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_head,
H A Drcs.h209 time_t RCS_getrevtime PROTO((RCSNode * rcs, char *rev, char *date, int fudge));
H A Dvers_ts.c208 RCS_getrevtime (rcsdata, vers_ts->vn_rcs, 0, 0);
H A Dhistory.c1268 if ((t = RCS_getrevtime (vers->srcfile, vers->vn_rcs, (char *) 0, 0))
H A Drcs.c3018 RCS_getrevtime (rcs, rev, date, fudge) in RCS_getrevtime() function
8444 RCS_getrevtime (rcs, rev, datebuf, 0);
H A Dserver.c4044 if (RCS_getrevtime (finfo->rcs, vers_ts->vn_rcs, date, 0) == (time_t) -1)
H A DChangeLog-97871 RCS_getdatebranch, RCS_getrevtime, RCS_symbols, translate_symtag,
2864 * rcs.c (RCS_getrevtime): Fix documentation (in particular, the
H A DChangeLog-96561 * rcs.c (RCS_getrevtime): When giving a date to get_date, use the full
3197 * rcs.c (RCS_getrevtime): Add comment regarding years after 1999.
H A DChangeLog-9395940 * rcs.c (RCS_getbranch, RCS_getdate, RCS_getrevtime, RCS_gettag,