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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 8 #define _stat32i64 _stati64 macro
49 struct _stat32i64 { struct
tchar.h 729 #define _tstat32i64 _stat32i64
wchar.h 386 _CRTIMP int __cdecl _wstat32i64(const wchar_t *_Name,struct _stat32i64 *_Stat);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 72 _CRTIMP int __cdecl _fstat32i64(int _FileDes,struct _stat32i64 *_Stat);
98 _CRTIMP int __cdecl _stat32i64(const char *_Name,struct _stat32i64 *_Stat);
127 _CRTIMP int __cdecl _wstat32i64(const wchar_t *_Name,struct _stat32i64 *_Stat);
255 #define stat _stat32i64
  /external/bison/lib/
sys_stat.in.h 642 /* The system headers define _stati64 to _stat32i64. */
643 # undef _stat32i64
644 # define _stat32i64(name, st) rpl_stat (name, st)
656 /* The system headers define stat to _stat32i64. */
657 # undef _stat32i64
658 # define _stat32i64(name, st) rpl_stat (name, st)
  /external/bison/darwin-lib/sys/
stat.h 954 /* The system headers define _stati64 to _stat32i64. */
955 # undef _stat32i64 macro
956 # define _stat32i64(name, st) rpl_stat (name, st) macro
968 /* The system headers define stat to _stat32i64. */
969 # undef _stat32i64 macro
970 # define _stat32i64(name, st) rpl_stat (name, st) macro
    [all...]
  /external/bison/linux-lib/sys/
stat.h 954 /* The system headers define _stati64 to _stat32i64. */
955 # undef _stat32i64
956 # define _stat32i64(name, st) rpl_stat (name, st)
968 /* The system headers define stat to _stat32i64. */
969 # undef _stat32i64
970 # define _stat32i64(name, st) rpl_stat (name, st)
    [all...]

Completed in 198 milliseconds