Lines Matching refs:date
36 Entnode_Create(type, user, vn, ts, options, tag, date, ts_conflict) in Entnode_Create() argument
43 const char *date;
56 ent->date = xstrdup (date);
77 if (ent->date)
78 free (ent->date);
210 Register (list, fname, vn, ts, options, tag, date, ts_conflict) in Register() argument
217 char *date;
226 server_register (fname, vn, ts, options, tag, date, ts_conflict);
236 options, tag ? tag : "", date ? date : "");
239 entnode = Entnode_Create (ENT_FILE, fname, vn, ts, options, tag, date,
278 if (sdtp->date)
279 free (sdtp->date);
298 char *tag_or_date, *tag, *date, *ts_conflict; local
360 date = (char *) NULL;
364 date = tag_or_date + 1;
397 ent = Entnode_Create (type, user, vn, ts, options, tag, date,
439 else if (p->date)
441 if (fprintf (fp, "D%s\n", p->date) < 0)
487 sdtp->date = xstrdup (dirdate);
640 WriteTag (dir, tag, date, nonbranch, update_dir, repository) in WriteTag() argument
643 char *date;
662 if (tag || date)
680 if (fprintf (fout, "D%s\n", date) < 0)
692 server_set_sticky (update_dir, repository, tag, date, nonbranch);