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()
120 if ( (@filestat = stat(OUTPUT)) && S_ISREG($filestat[2]) ) {121 $len = $filestat[7] >> 9;122 } elsif ( $is_linux && S_ISBLK($filestat[2]) ) {
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()