Searched refs:gpath (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c109 static char *gpath, *gpathp, *lastgpathp; variable
136 gpath = agpath;
137 gpathp = gpath;
139 lastgpathp = &gpath[sizeof (agpath) - 2];
178 gpathp = gpath; *gpathp = 0; globbed = 0;
210 if (*cs == '~' && gpathp == gpath) {
216 if (gpathp != gpath + 1) {
218 if (gethdir(gpath + 1))
220 (void) strcpy(gpath, gpath
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c32 tchar *gpath, *gpathp, *lastgpathp; variable
65 gpath = agpath; gpathp = gpath; *gpathp = 0;
66 lastgpathp = &gpath[BUFSIZ - 2];
148 gpathp = gpath; *gpathp = 0; globbed = 0;
181 if (*cs == '~' && gpathp == gpath) {
186 if (gpathp != gpath + 1) {
188 if (gethdir(gpath + 1))
192 error("Unknown user: %t", gpath + 1);
193 (void) strcpy_(gpath, gpat
[all...]

Completed in 57 milliseconds