Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c134 gpath = agpath; in glob()
135 gpathp = gpath; in glob()
216 if (gethdir(gpath + 1)) in expand()
218 (void) strcpy(gpath, gpath + 1); in expand()
221 gpathp = strend(gpath); in expand()
227 Gcat(gpath, ""); in expand()
229 Gcat(gpath, ""); in expand()
263 if (*gpath == (char)0) { in matchdir()
266 dirp = opendir(gpath); in matchdir()
282 Gcat(gpath, dp->d_name); in matchdir()
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c68 gpath = agpath; gpathp = gpath; *gpathp = 0; in glob()
189 if (gpathp != gpath + 1) { in expand()
191 if (gethdir(gpath + 1)) in expand()
196 (void) strcpy_(gpath, gpath + 1); in expand()
198 (void) strcpy_(gpath, in expand()
200 gpathp = strend(gpath); in expand()
206 Gcat(gpath, S_ /* "" */); in expand()
247 if (*gpath == '\0') in matchdir_()
250 dirp = opendir_(gpath); in matchdir_()
269 Gcat(gpath, curdir_); in matchdir_()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/cores/scripts/
H A Dcoretests.ksh67 typeset gpath="$4"
87 if ! gcore -o "$gpath" -c "$cont" $pid >/dev/null; then