Searched defs:stat_buff (Results 1 – 1 of 1) sorted by relevance
300 #define _TIFF_fstat_f(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) argument310 #define _TIFF_fstat_f(fildes,stat_buff) fstat(fildes,stat_buff) argument
Completed in 4 milliseconds