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

  /external/bison/lib/
fstat.c 28 # define stat _stati64
stat.c 33 # define stat _stati64
sys_stat.in.h 72 # define stat _stati64
345 /* Above, we define stat to _stati64. */
633 /* Above, we define stat to _stati64. */
634 # if defined __MINGW32__ && defined _stati64
636 /* The system headers define _stati64 to _stat64. */
640 # elif defined _MSC_VER && defined _stati64
642 /* The system headers define _stati64 to _stat32i64. */
646 /* The system headers define _stati64 to _stat64. */
651 # undef _stati64
652 # define _stati64(name, st) rpl_stat (name, st
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 79 # define OPJ_FSTAT(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff)
81 # define OPJ_STAT_STRUCT_T struct _stati64
82 # define OPJ_STAT(path,stat_buff) _stati64(path,/* struct _stati64 */ stat_buff)
  /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 732 #define _tstati64 _stati64
  /external/bison/darwin-lib/sys/
stat.h 384 # define stat _stati64
657 /* Above, we define stat to _stati64. */
945 /* Above, we define stat to _stati64. */
946 # if defined __MINGW32__ && defined _stati64
948 /* The system headers define _stati64 to _stat64. */
952 # elif defined _MSC_VER && defined _stati64
954 /* The system headers define _stati64 to _stat32i64. */
958 /* The system headers define _stati64 to _stat64. */
963 # undef _stati64 macro
964 # define _stati64(name, st) rpl_stat (name, st macro
    [all...]
  /external/bison/linux-lib/sys/
stat.h 384 # define stat _stati64
657 /* Above, we define stat to _stati64. */
945 /* Above, we define stat to _stati64. */
946 # if defined __MINGW32__ && defined _stati64
948 /* The system headers define _stati64 to _stat64. */
952 # elif defined _MSC_VER && defined _stati64
954 /* The system headers define _stati64 to _stat32i64. */
958 /* The system headers define _stati64 to _stat64. */
963 # undef _stati64
964 # define _stati64(name, st) rpl_stat (name, st
    [all...]
  /external/curl/lib/
curl_setup.h 370 # define stat(fname,stp) _stati64(fname, stp)
371 # define struct_stat struct _stati64
  /external/ImageMagick/MagickCore/
nt-base.h 236 # define stat _stati64
  /external/pdfium/third_party/libtiff/
tiffiop.h 296 #define _TIFF_fstat_f(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff)
298 /* #define _TIFF_stat_f(path,stat_buff) _stati64(path,/\* struct _stati64 *\/ stat_buff) */
299 #define _TIFF_stat_s struct _stati64
  /external/libevent/
evutil.c 87 #define stat _stati64
    [all...]

Completed in 1029 milliseconds