Searched refs:_utime (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dutime.h69 static inline int _utime(const char *s, struct _utimbuf *buf) { return _utime32(s, (struct __utimbuf32*)buf); } function
73 static inline int _utime(const char *s, struct _utimbuf *buf) { return _utime64(s, (struct __utimbuf64*)buf); } function
84 static inline int utime(const char* path, struct _utimbuf* buf) { return _utime(path, buf); }
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/
H A Dutime.h69 static inline int _utime(const char *s, struct _utimbuf *buf) { return _utime32(s, (struct __utimbuf32*)buf); } function
73 static inline int _utime(const char *s, struct _utimbuf *buf) { return _utime64(s, (struct __utimbuf64*)buf); } function
84 static inline int utime(const char* path, struct _utimbuf* buf) { return _utime(path, buf); }
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h216 #define _tutime WINE_tchar_routine(utime, _utime, _wutime)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h216 #define _tutime WINE_tchar_routine(utime, _utime, _wutime)
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h622 #define utime _utime

Completed in 276 milliseconds