Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A 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
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D14-1.c43 struct stat stat_buff; in main() local
H A D13-1.c46 struct stat stat_buff, stat_buff2; in main() local
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtiffiop.h342 #define _TIFF_fstat_f(fildes, stat_buff) \ argument
354 #define _TIFF_fstat_f(fildes, stat_buff) fstat(fildes, stat_buff) argument