Searched refs:__utimbuf32 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dutime.h44 struct __utimbuf32 struct
60 int __cdecl _futime32(int,struct __utimbuf32*);
62 int __cdecl _utime32(const char*,struct __utimbuf32*);
64 int __cdecl _wutime32(const wchar_t*,struct __utimbuf32*);
68 static inline int _futime(int fd, struct _utimbuf *buf) { return _futime32(fd, (struct __utimbuf32*)buf); }
69 static inline int _utime(const char *s, struct _utimbuf *buf) { return _utime32(s, (struct __utimbuf32*)buf); }
70 static inline int _wutime(const wchar_t *s, struct _utimbuf *buf) { return _wutime32(s, (struct __utimbuf32*)buf); }
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/
H A Dutime.h44 struct __utimbuf32 struct
60 int __cdecl _futime32(int,struct __utimbuf32*);
62 int __cdecl _utime32(const char*,struct __utimbuf32*);
64 int __cdecl _wutime32(const wchar_t*,struct __utimbuf32*);
68 static inline int _futime(int fd, struct _utimbuf *buf) { return _futime32(fd, (struct __utimbuf32*)buf); }
69 static inline int _utime(const char *s, struct _utimbuf *buf) { return _utime32(s, (struct __utimbuf32*)buf); }
70 static inline int _wutime(const wchar_t *s, struct _utimbuf *buf) { return _wutime32(s, (struct __utimbuf32*)buf); }

Completed in 1252 milliseconds