Home
last modified time | relevance | path

Searched refs:_TIFF_fstat_f (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtiffiop.h300 #define _TIFF_fstat_f(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) macro
310 #define _TIFF_fstat_f(fildes,stat_buff) fstat(fildes,stat_buff) macro
A Dtif_unix.c153 if (_TIFF_fstat_f(fdh.fd,&sb)<0) in _tiffSizeProc()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Draw2tiff.c378 if (_TIFF_fstat_f(fd, &filestat) == -1) { in guessSize()

Completed in 7 milliseconds