Searched refs:xbranch (Results 1 – 1 of 1) sorted by relevance
2920 char *xbranch, *xrev; local2955 xbranch = xmalloc (strlen (branch) + 1 + 1); /* +1 for the extra dot */2956 (void) strcpy (xbranch, branch);2957 (void) strcat (xbranch, ".");2959 if (strncmp (p->key, xbranch, strlen (xbranch)) == 0)2961 free (xbranch);