HomeSort by relevance Sort by last modified time
    Searched refs:_stati64 (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 8 #define _stat32i64 _stati64
14 #define _stati64 _stat64 macro
tchar.h 746 #define _tstati64 _stati64
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 80 # define OPJ_FSTAT(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff)
82 # define OPJ_STAT_STRUCT_T struct _stati64
83 # define OPJ_STAT(path,stat_buff) _stati64(path,/* struct _stati64 */ stat_buff)
  /external/curl/lib/
curl_setup.h 361 # define stat(fname,stp) _stati64(fname, stp)
362 # define struct_stat struct _stati64
  /external/ImageMagick/MagickCore/
nt-base.h 236 # define stat _stati64
  /external/pdfium/third_party/libtiff/
tiffiop.h 300 #define _TIFF_fstat_f(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff)
302 /* #define _TIFF_stat_f(path,stat_buff) _stati64(path,/\* struct _stati64 *\/ stat_buff) */
303 #define _TIFF_stat_s struct _stati64
  /external/libevent/
evutil.c 99 #define stat _stati64
    [all...]

Completed in 595 milliseconds