HomeSort by relevance Sort by last modified time
    Searched defs:_stat64i32 (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 13 #define _stat _stat64i32
63 struct _stat64i32 { struct
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 73 int __cdecl _fstat64i32(int _FileDes,struct _stat64i32 *_Stat);
75 __CRT_INLINE int __cdecl _fstat64i32(int _FileDes,struct _stat64i32 *_Stat)
80 memset(_Stat,0,sizeof(struct _stat64i32));
99 int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat);
101 __CRT_INLINE int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat) function
106 memset(_Stat,0,sizeof(struct _stat64i32));
128 int __cdecl _wstat64i32(const wchar_t *_Name,struct _stat64i32 *_Stat);
208 /* struct stat and struct _stat64i32
    [all...]
  /external/bison/darwin-lib/sys/
stat.h 982 /* The system headers define stat to _stat64i32. */
983 # undef _stat64i32 macro
984 # define _stat64i32(name, st) rpl_stat (name, st) macro
    [all...]

Completed in 72 milliseconds