| rcs.c | 2469 char *xrev, *test_branch, *local_branch_num; local 2471 xrev = xmalloc (strlen (rev) + 14); /* enough for .0.number */ 2472 check_rev = xrev; 2490 (void) sprintf (xrev, "%s.%d", rev, rev_num); 2491 test_branch = RCS_getbranch (rcs, xrev, 1); 2499 (void) sprintf (xrev, "%s.%d.%d", rev, RCS_MAGIC_BRANCH, rev_num); 2506 return xrev; 3019 char *xbranch, *xrev; local 3024 xrev = xstrdup (branch); 3025 cp = strrchr (xrev, '.') 5946 char *xrev = NULL; local 6039 char *xrev = NULL; local [all...] |