HomeSort by relevance Sort by last modified time
    Searched defs:_stati64 (Results 1 - 2 of 2) 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
  /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...]

Completed in 53 milliseconds