Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/cvs/src/
Drcs.c4932 char *branchpoint, *newrevnum; local
4966 newrevnum = (char *) xmalloc (strlen (branch) + 3);
4967 strcpy (newrevnum, branch);
4968 strcat (newrevnum, ".2");
4974 newrevnum = increment_revnum (max);
4980 newrevnum = xstrdup (branch);
5012 newrevnum = (char *) xrealloc (newrevnum, strlen (newrevnum) + 3);
5013 strcat (newrevnum, ".1");
5019 bp->key = xstrdup (newrevnum);
5032 return newrevnum;