HomeSort by relevance Sort by last modified time
    Searched defs:lastgpathp (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
144 lastgpathp = &gpath[sizeof agpath - 2];
542 if (gpathp >= lastgpathp)
659 if (!pp || home + strlen(pp->pw_dir) >= lastgpathp)
662 (void) strlcpy(home, root ? (root + 2) : pp->pw_dir, lastgpathp - home);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
glob.c 109 static char *gpath, *gpathp, *lastgpathp; variable
139 lastgpathp = &gpath[sizeof (agpath) - 2];
615 if (gpathp >= lastgpathp)
761 if (!pp || home + strlen(pp->pw_dir) >= lastgpathp)
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.glob.c 32 tchar *gpath, *gpathp, *lastgpathp; variable
66 lastgpathp = &gpath[BUFSIZ - 2];
594 if (gpathp >= lastgpathp)

Completed in 60 milliseconds