Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c33 char *lastpathp; variable
93 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()