Home
last modified time | relevance | path

Searched defs:stat_buff (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h80 # define OPJ_FSTAT(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) argument
83 # define OPJ_STAT(path,stat_buff) _stati64(path,/* struct _stati64 */ stat_buff) argument
86 # define OPJ_FSTAT(fildes,stat_buff) fstat(fildes,stat_buff) argument
89 # define OPJ_STAT(path,stat_buff) stat(path,stat_buff) argument
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D13-1.c44 struct stat stat_buff, stat_buff2; in main() local
D14-1.c41 struct stat stat_buff; in main() local
/external/pdfium/third_party/libtiff/
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