Home
last modified time | relevance | path

Searched defs:stat_buff (Results 1 – 1 of 1) 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) argument
310 #define _TIFF_fstat_f(fildes,stat_buff) fstat(fildes,stat_buff) argument

Completed in 5 milliseconds