HomeSort by relevance Sort by last modified time
    Searched defs:gpathp (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
142 gpathp = gpath;
143 *gpathp = 0;
180 gpathp = gpath;
181 *gpathp = 0;
214 sgpathp = gpathp;
216 if (*cs == '~' && gpathp == gpath) {
221 if (gpathp != gpath + 1) {
222 *gpathp = 0;
230 gpathp = strend(gpath)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
glob.c 109 static char *gpath, *gpathp, *lastgpathp; variable
137 gpathp = gpath;
138 *gpathp = 0;
178 gpathp = gpath; *gpathp = 0; globbed = 0;
208 sgpathp = gpathp;
210 if (*cs == '~' && gpathp == gpath) {
216 if (gpathp != gpath + 1) {
217 *gpathp = 0;
223 gpathp = strend(gpath)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.glob.c 32 tchar *gpath, *gpathp, *lastgpathp; variable
65 gpath = agpath; gpathp = gpath; *gpathp = 0;
148 gpathp = gpath; *gpathp = 0; globbed = 0;
179 sgpathp = gpathp;
181 if (*cs == '~' && gpathp == gpath) {
186 if (gpathp != gpath + 1) {
187 *gpathp = 0;
197 gpathp = strend(gpath)
    [all...]

Completed in 1859 milliseconds