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

  /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);
218 /* struct stat and struct _stat64i32
    [all...]
  /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
tchar.h 745 #define _tstat64i32 _stat64i32
wchar.h 391 int __cdecl _wstat64i32(const wchar_t *_Name,struct _stat64i32 *_Stat);
    [all...]

Completed in 260 milliseconds