Searched refs: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 | 14-1.c | 41 struct stat stat_buff; in main() local 73 if (stat(tmpfname, &stat_buff) == -1) { in main() 79 ctime1 = stat_buff.st_ctime; in main() 80 mtime1 = stat_buff.st_mtime; in main() 95 if (stat(tmpfname, &stat_buff) == -1) { in main() 101 ctime2 = stat_buff.st_ctime; in main() 102 mtime2 = stat_buff.st_mtime; in main()
|
D | 13-1.c | 44 struct stat stat_buff, stat_buff2; in main() local 70 if (stat(tmpfname, &stat_buff) == -1) { in main() 76 atime1 = stat_buff.st_atime; in main() 111 if (stat(tmpfname, &stat_buff) == -1) { in main() 117 atime3 = stat_buff.st_atime; in main()
|
/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
|