Searched refs:pathstore (Results 1 – 1 of 1) sorted by relevance
8862 getfullCVSname(char *CVSname, char **pathstore) in getfullCVSname() argument8869 *pathstore = xstrdup(CVSname); in getfullCVSname()8870 if ((c = strrchr(*pathstore, '/')) != NULL) { in getfullCVSname()8871 if (c - *pathstore >= alen) { in getfullCVSname()8883 if (!strncmp(*pathstore, current_parsed_root->directory, rootlen) && in getfullCVSname()8884 (*pathstore)[rootlen] == '/') in getfullCVSname()8885 CVSname = (*pathstore + rootlen + 1); in getfullCVSname()8887 CVSname = (*pathstore); in getfullCVSname()