Searched refs:rootlen (Results 1 – 1 of 1) sorted by relevance
8865 int rootlen; in getfullCVSname() local8882 rootlen = strlen(current_parsed_root->directory); 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()