Searched defs:lastgpathp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c32 tchar *gpath, *gpathp, *lastgpathp; variable
66 lastgpathp = &gpath[BUFSIZ - 2];
594 if (gpathp >= lastgpathp)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c109 static char *gpath, *gpathp, *lastgpathp; variable
139 lastgpathp = &gpath[sizeof (agpath) - 2];
615 if (gpathp >= lastgpathp)
761 if (!pp || home + strlen(pp->pw_dir) >= lastgpathp)

Completed in 46 milliseconds