Searched refs:pnend (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcompath.c55 char *pnend; local
178 pnend = strchr(pathname, '\0') - 1;
180 if ((pnlen > 1) && (*pnend == '/')) {
181 *pnend-- = '\0';
190 if ((pnlen > 2) && (*(pnend - 1) == '/') && (*pnend == '.'))
191 *--pnend = '\0';

Completed in 57 milliseconds