Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c107 static char *gpath, *gpathp, *lastgpathp; variable
137 lastgpathp = &gpath[sizeof (agpath) - 2]; in glob()
613 if (gpathp >= lastgpathp) in addpath()
759 if (!pp || home + strlen(pp->pw_dir) >= lastgpathp) in gethdir()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c34 tchar *gpath, *gpathp, *lastgpathp; variable
69 lastgpathp = &gpath[BUFSIZ - 2]; in glob()
597 if (gpathp >= lastgpathp) in addpath()