Searched defs:_stat64i32 (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A D_mingw_stat64.h13 #define _stat _stat64i32
63 struct _stat64i32 { struct
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A D_mingw_stat64.h13 #define _stat _stat64i32
63 struct _stat64i32 { struct
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/sys/
H A Dstat.h73 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...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
H A Dstat.h73 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...]

Completed in 102 milliseconds