Home
last modified time | relevance | path

Searched refs:vers_ts (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
H A Dvers_ts.c46 Vers_TS *vers_ts; in Version_TS() local
54 memset (vers_ts, 0, sizeof (*vers_ts)); in Version_TS()
142 else if ((!vers_ts->options || *vers_ts->options == '\0') in Version_TS()
169 if (!vers_ts->tag) in Version_TS()
174 if (!vers_ts->date) in Version_TS()
194 if (vers_ts->tag && strcmp (vers_ts->tag, TAG_BASE) == 0) in Version_TS()
196 vers_ts->vn_rcs = xstrdup (vers_ts->vn_user); in Version_TS()
197 vers_ts->vn_tag = xstrdup (vers_ts->vn_user); in Version_TS()
203 vers_ts->vn_rcs = RCS_getversion (rcsdata, vers_ts->tag, in Version_TS()
209 vers_ts->vn_tag = xstrdup (vers_ts->tag); in Version_TS()
[all …]
H A Dupdate.c1230 file_is_dead = RCS_isdead (vers_ts->srcfile, vers_ts->vn_rcs); in checkout_file()
1265 vers_ts->vn_rcs, vers_ts->tag, in checkout_file()
1273 vers_ts->vn_rcs, vers_ts->tag, in checkout_file()
1300 vers_ts->srcfile->path); in checkout_file()
1410 free (vers_ts->vn_user); in checkout_file()
1411 if (vers_ts->vn_rcs != NULL) in checkout_file()
1412 free (vers_ts->vn_rcs); in checkout_file()
1564 if (RCS_isdead (vers_ts->srcfile, vers_ts->vn_rcs)) in patch_file()
1611 vers_ts->vn_user, vers_ts->tag, in patch_file()
1634 vers_ts->vn_rcs, vers_ts->tag, in patch_file()
[all …]
H A Dserver.h68 void server_modtime (struct file_info *finfo, Vers_TS *vers_ts);
H A Dcvs.h703 struct vers_ts struct
764 typedef struct vers_ts Vers_TS; argument
H A Dserver.c4934 server_modtime (struct file_info *finfo, Vers_TS *vers_ts) in server_modtime() argument
4939 assert (vers_ts->vn_rcs != NULL); in server_modtime()
4944 if (RCS_getrevtime (finfo->rcs, vers_ts->vn_rcs, date, 0) == (time_t) -1) in server_modtime()
/dragonfly/gnu/usr.bin/cvs/cvs/
H A DMakefile24 update.c version.c vers_ts.c watch.c wrapper.c zlib.c