Searched refs:_TIFF_fstat_f (Results 1 – 3 of 3) sorted by relevance
300 #define _TIFF_fstat_f(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) macro310 #define _TIFF_fstat_f(fildes,stat_buff) fstat(fildes,stat_buff) macro
153 if (_TIFF_fstat_f(fdh.fd,&sb)<0) in _tiffSizeProc()
378 if (_TIFF_fstat_f(fd, &filestat) == -1) { in guessSize()
Completed in 7 milliseconds