Home
last modified time | relevance | path

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

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