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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 69 _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);
172 struct _stat32 st;
178 /* struct stat and struct _stat32
180 memcpy(_Stat, &st, sizeof(struct _stat32));
187 struct _stat32 st;
188 int ret=_stat32(_Filename,&st);
193 /* struct stat and struct _stat32
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 5 #define _stat32 _stat macro
19 struct _stat32 { struct
tchar.h 728 #define _tstat32 _stat32
wchar.h 385 _CRTIMP int __cdecl _wstat32(const wchar_t *_Name,struct _stat32 *_Stat);
    [all...]
  /external/bison/lib/
sys_stat.in.h 666 /* The system headers define stat to _stat32. */
667 # undef _stat32
668 # define _stat32(name, st) rpl_stat (name, st)
  /external/bison/darwin-lib/sys/
stat.h 978 /* The system headers define stat to _stat32. */
979 # undef _stat32 macro
980 # define _stat32(name, st) rpl_stat (name, st) macro
    [all...]
  /external/bison/linux-lib/sys/
stat.h 978 /* The system headers define stat to _stat32. */
979 # undef _stat32
980 # define _stat32(name, st) rpl_stat (name, st)
    [all...]

Completed in 181 milliseconds