HomeSort by relevance Sort by last modified time
    Searched defs:_stat64 (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 14 #define _stati64 _stat64
77 struct _stat64 { struct
91 #define __stat64 _stat64
92 #define stat64 _stat64 /* for POSIX */
  /external/bison/darwin-lib/sys/
stat.h 948 /* The system headers define _stati64 to _stat64. */
949 # undef _stat64 macro
950 # define _stat64(name, st) rpl_stat (name, st) macro
958 /* The system headers define _stati64 to _stat64. */
959 # undef _stat64 macro
960 # define _stat64(name, st) rpl_stat (name, st) macro
972 /* The system headers define stat to _stat64. */
973 # undef _stat64 macro
974 # define _stat64(name, st) rpl_stat (name, st) macro
    [all...]

Completed in 292 milliseconds