Home
last modified time | relevance | path

Searched refs:rootlen (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcs.c8865 int rootlen; in getfullCVSname() local
8882 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()