Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dpatch.c449 if (RCS_getrevtime (rcsfile, vers_head, date1, 1) == (time_t)-1) in patch_fileproc()
589 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_tag, in patch_fileproc()
611 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_head, in patch_fileproc()
Dls.c402 char *outdate = entries_time (RCS_getrevtime (finfo->rcs, vers->vn_rcs, in ls_fileproc()
418 out->time = gmformat_time_t (RCS_getrevtime (finfo->rcs, vers->vn_rcs, in ls_fileproc()
Drcs.h218 time_t RCS_getrevtime (RCSNode * rcs, const char *rev, char *date, int fudge);
Dvers_ts.c232 t.modtime = RCS_getrevtime (rcsdata, vers_ts->vn_rcs, 0, 0); in Version_TS()
Dhistory.c1336 if ((t = RCS_getrevtime (vers->srcfile, vers->vn_rcs, NULL, 0)) in select_hrec()
Dcommit.c2256 headtime = RCS_getrevtime (rcs, head, 0, 0); in checkaddfile()
Drcs.c3118 RCS_getrevtime (RCSNode *rcs, const char *rev, char *date, int fudge) in RCS_getrevtime() function
8702 RCS_getrevtime (rcs, rev, datebuf, 0); in make_file_label()
Dserver.c4969 if (RCS_getrevtime (finfo->rcs, vers_ts->vn_rcs, date, 0) == (time_t) -1) in server_modtime()
DChangeLog-97871 RCS_getdatebranch, RCS_getrevtime, RCS_symbols, translate_symtag,
2864 * rcs.c (RCS_getrevtime): Fix documentation (in particular, the
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.
DChangeLog757 * rcs.c (RCS_getrevtime): Ditto, & replace a sprintf into a static
1840 format_date_alloc), rcs.c (RCS_getrevtime), server.c
3253 RCS_getrevtime, RCS_checkout, RCS_findlock_or_tip, RCS_addbranch,
4399 RCS_getdate, RCS_datecmp, RCS_getrevtime, RCS_setexpand,
5420 * rcs.c (RCS_getrevtime): Add error checking; cleanup.
DChangeLog-9395940 * rcs.c (RCS_getbranch, RCS_getdate, RCS_getrevtime, RCS_gettag,