Searched refs:_stat64 (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/
H A Dstat.h110 struct _stat64 { struct
133 int __cdecl _fstat64(int,struct _stat64*);
134 int __cdecl _stat64(const char*,struct _stat64*);
141 int __cdecl _wstat64(const wchar_t*,struct _stat64*);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dstat.h142 struct _stat64 { struct
167 int __cdecl _fstat64(int,struct _stat64*);
168 int __cdecl _stat64(const char*,struct _stat64*);
176 int __cdecl _wstat64(const wchar_t*,struct _stat64*);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dwchar.h175 struct _stat64 { struct
278 int __cdecl _wstat64(const wchar_t*,struct _stat64*);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dwchar.h207 struct _stat64 { struct
311 int __cdecl _wstat64(const wchar_t*,struct _stat64*);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c2618 PRInt32 rv = _md_iovector._stat64(fn, &sb);
2766 _md_iovector._stat64 = (_MD_Stat64)PR_FindSymbol(lib, "stat64");
2775 _md_iovector._stat64 = _MD_solaris25_stat64;
2782 _md_iovector._stat64 = stat;
2792 _md_iovector._stat64 = stat64;
2799 _md_iovector._stat64 = stat_forwarder;
2802 _md_iovector._stat64 = stat;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_unixos.h635 _MD_Stat64 _stat64; member in struct:_MD_IOVector

Completed in 1061 milliseconds