Searched refs:_stat32 (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/sys/
H A Dstat.h69 _CRTIMP int __cdecl _fstat32(int _FileDes,struct _stat32 *_Stat);
70 _CRTIMP int __cdecl _stat32(const char *_Name,struct _stat32 *_Stat);
126 _CRTIMP int __cdecl _wstat32(const wchar_t *_Name,struct _stat32 *_Stat);
182 struct _stat32 st;
188 /* struct stat and struct _stat32
190 memcpy(_Stat, &st, sizeof(struct _stat32));
197 struct _stat32 st;
198 int ret=_stat32(_Filename,&st);
203 /* struct stat and struct _stat32
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
H A Dstat.h69 _CRTIMP int __cdecl _fstat32(int _FileDes,struct _stat32 *_Stat);
70 _CRTIMP int __cdecl _stat32(const char *_Name,struct _stat32 *_Stat);
126 _CRTIMP int __cdecl _wstat32(const wchar_t *_Name,struct _stat32 *_Stat);
182 struct _stat32 st;
188 /* struct stat and struct _stat32
190 memcpy(_Stat, &st, sizeof(struct _stat32));
197 struct _stat32 st;
198 int ret=_stat32(_Filename,&st);
203 /* struct stat and struct _stat32
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A D_mingw_stat64.h5 #define _stat32 _stat macro
19 struct _stat32 { struct
H A Dtchar.h742 #define _tstat32 _stat32
H A Dwchar.h389 _CRTIMP int __cdecl _wstat32(const wchar_t *_Name,struct _stat32 *_Stat);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A D_mingw_stat64.h5 #define _stat32 _stat macro
19 struct _stat32 { struct
H A Dtchar.h742 #define _tstat32 _stat32
H A Dwchar.h389 _CRTIMP int __cdecl _wstat32(const wchar_t *_Name,struct _stat32 *_Stat);

Completed in 148 milliseconds