HomeSort by relevance Sort by last modified time
    Searched defs:gpath (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
glob.c 102 static char *gpath, *gpathp, *lastgpathp; variable
141 gpath = agpath;
142 gpathp = gpath;
144 lastgpathp = &gpath[sizeof agpath - 2];
180 gpathp = gpath;
216 if (*cs == '~' && gpathp == gpath) {
221 if (gpathp != gpath + 1) {
223 if (gethdir(gpath + 1))
226 (void) memmove(gpath, gpath + 1, strlen(gpath + 1) + 1)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
glob.c 109 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 + 1)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.glob.c 32 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, gpath + 1)
    [all...]

Completed in 120 milliseconds