Searched defs:_stat (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dstat.h2 * _stat() definitions
58 struct _stat { struct
161 int __cdecl _fstat(int,struct _stat*);
162 int __cdecl _stat(const char*,struct _stat*);
173 int __cdecl _wstat(const wchar_t*,struct _stat*);
192 static inline int fstat(int fd, struct stat* ptr) { return _fstat(fd, (struct _stat*)ptr); }
193 static inline int stat(const char* path, struct stat* ptr) { return _stat(path, (struct _stat*)ptr); }
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/
H A Dstat.h2 * _stat() definitions
68 struct _stat { struct
129 int __cdecl _fstat(int,struct _stat*);
130 int __cdecl _stat(const char*,struct _stat*);
139 int __cdecl _wstat(const wchar_t*,struct _stat*);
157 static inline int fstat(int fd, struct stat* ptr) { return _fstat(fd, (struct _stat*)ptr); }
158 static inline int stat(const char* path, struct stat* ptr) { return _stat(path, (struct _stat*)ptr); }
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dwchar.h123 struct _stat { struct
308 int __cdecl _wstat(const wchar_t*,struct _stat*);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dwchar.h133 struct _stat { struct
276 int __cdecl _wstat(const wchar_t*,struct _stat*);

Completed in 35 milliseconds