Searched defs:stat_buff (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_includes.h | 80 # 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/ |
D | 13-1.c | 44 struct stat stat_buff, stat_buff2; in main() local
|
D | 14-1.c | 41 struct stat stat_buff; in main() local
|
/external/pdfium/third_party/libtiff/ |
D | tiffiop.h | 300 #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
|