fst               412 ext/zip/lib/zip_source_filep.c 		struct stat fst;
fst               416 ext/zip/lib/zip_source_filep.c 		    err = fstat(fileno(ctx->f), &fst);
fst               418 ext/zip/lib/zip_source_filep.c 		    err = stat(ctx->fname, &fst);
fst               428 ext/zip/lib/zip_source_filep.c 		st->mtime = fst.st_mtime;
fst               434 ext/zip/lib/zip_source_filep.c 		else if ((fst.st_mode&S_IFMT) == S_IFREG) {
fst               435 ext/zip/lib/zip_source_filep.c 		    st->size = (zip_uint64_t)fst.st_size;