Searched refs:history_name (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dcheckout.c107 static char *history_name; variable
134 history_name = NULL;
377 history_name = tag;
379 history_name = date;
382 history_name = xmalloc (strlen (tag) + strlen (date) + 2);
383 sprintf (history_name, "%s:%s", tag, date);
398 if (history_name != tag && history_name != date && history_name != NULL)
399 free (history_name);
[all...]

Completed in 54 milliseconds