Searched refs:newrevnum (Results 1 – 1 of 1) sorted by relevance
4710 char *branchpoint, *newrevnum; local4742 newrevnum = (char *) xmalloc (strlen (branch) + 3);4743 strcpy (newrevnum, branch);4744 strcat (newrevnum, ".2");4750 newrevnum = increment_revnum (max);4756 newrevnum = xstrdup (branch);4788 newrevnum = (char *) xrealloc (newrevnum, strlen (newrevnum) + 3);4789 strcat (newrevnum, ".1");4795 bp->key = xstrdup (newrevnum);4808 return newrevnum;