Home | History | Annotate | Download | only in ftpd

Lines Matching defs:pdirstat

125 	struct stat	*pdirstat;	/* stat of path's parent dir */
228 struct stat sb, pdirstat;
238 if (stat(path, &pdirstat) == -1) {
243 if (! S_ISDIR(pdirstat.st_mode)) {
265 f.pdirstat = NULL; /* require stat of parent */
272 f.pdirstat = NULL;
274 f.pdirstat = &pdirstat; /* cache parent stat */
311 f.pdirstat = NULL;
626 pdir = fe->pdirstat;