fst               201 ext/zip/lib/zip_source_filep.c 		struct stat fst;
fst               205 ext/zip/lib/zip_source_filep.c 		    err = fstat(fileno(z->f), &fst);
fst               207 ext/zip/lib/zip_source_filep.c 		    err = stat(z->fname, &fst);
fst               218 ext/zip/lib/zip_source_filep.c 		st->mtime = fst.st_mtime;
fst               224 ext/zip/lib/zip_source_filep.c 		else if ((fst.st_mode&S_IFMT) == S_IFREG) {
fst               225 ext/zip/lib/zip_source_filep.c 		    st->size = (zip_uint64_t)fst.st_size;
fst               964 sapi/nsapi/nsapi.c 	struct stat *fst;
fst              1040 sapi/nsapi/nsapi.c 	fst = request_stat_path(SG(request_info).path_translated, rq);
fst              1041 sapi/nsapi/nsapi.c 	if (fst && S_ISREG(fst->st_mode)) {