Searched refs:filestat (Results 1 – 4 of 4) sorted by relevance
113 struct stat filestat; in fun_read() local132 fstat(handle, &filestat); in fun_read()133 if (filestat.st_size < exSize) in fun_read()138 filestat.st_size); in fun_read()
41 struct stat filestat; in ffsb_get_filesize() local44 struct stat64 filestat; in ffsb_get_filesize()47 STAT(name, &filestat); in ffsb_get_filesize()48 return (uint64_t) filestat.st_size; in ffsb_get_filesize()
529 struct stat filestat; in main() local531 fstat(fd, &filestat); in main()533 void *fontbuf = mmap(NULL, filestat.st_size, PROT_READ, in main()
142 + struct stat filestat;147 + if (stat(filename, &filestat) != 0) break;