Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c32 char *lastpathp; variable
92 lastpathp = &path[sizeof pathbuf - 2];
212 for (cp = path; cp <= lastpathp + 1 && (*cp++ = *cp1++); )
313 lastpathp) {
331 if (path + strlen(path) + strlen(strerr) + 1 > lastpathp)
332 strcpy(lastpathp - strlen(strerr) - 1, ": ");
620 if (pathp > lastpathp) in addpath()