Searched refs:RCS_getrevtime (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | patch.c | 449 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()
|
| D | ls.c | 402 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()
|
| D | rcs.h | 218 time_t RCS_getrevtime (RCSNode * rcs, const char *rev, char *date, int fudge);
|
| D | vers_ts.c | 232 t.modtime = RCS_getrevtime (rcsdata, vers_ts->vn_rcs, 0, 0); in Version_TS()
|
| D | history.c | 1336 if ((t = RCS_getrevtime (vers->srcfile, vers->vn_rcs, NULL, 0)) in select_hrec()
|
| D | commit.c | 2256 headtime = RCS_getrevtime (rcs, head, 0, 0); in checkaddfile()
|
| D | rcs.c | 3118 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()
|
| D | server.c | 4969 if (RCS_getrevtime (finfo->rcs, vers_ts->vn_rcs, date, 0) == (time_t) -1) in server_modtime()
|
| D | ChangeLog-97 | 871 RCS_getdatebranch, RCS_getrevtime, RCS_symbols, translate_symtag, 2864 * rcs.c (RCS_getrevtime): Fix documentation (in particular, the
|
| D | ChangeLog-96 | 561 * 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.
|
| D | ChangeLog | 757 * 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.
|
| D | ChangeLog-9395 | 940 * rcs.c (RCS_getbranch, RCS_getdate, RCS_getrevtime, RCS_gettag,
|