Searched refs:lastpathp (Results 1 – 1 of 1) sorted by relevance
33 char *lastpathp; variable93 lastpathp = &path[sizeof pathbuf - 2];213 for (cp = path; cp <= lastpathp + 1 && (*cp++ = *cp1++); )314 lastpathp) {332 if (path + strlen(path) + strlen(strerr) + 1 > lastpathp)333 strcpy(lastpathp - strlen(strerr) - 1, ": ");621 if (pathp > lastpathp) in addpath()