Lines Matching refs:date
200 char *date; local
243 ParseTag (&tag, &date, &nonbranch);
248 Create_Admin (p, argv[i], rcsdir, tag, date,
260 if (date)
261 free (date);
584 vers->tag, vers->date, vers->ts_conflict);
681 char *tag, *date; local
699 ParseTag (&tag, &date, &nonbranch);
738 + (date == NULL ? 0 : strlen (date) + 80));
746 if (date)
749 (void) strcat (message, date);
810 Create_Admin (".", finfo->fullname, rcsdir, tag, date, nonbranch, 0, 1);
813 if (date)
814 free (date);