Searched defs:_utime (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/ |
H A D | utime.h | 69 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 D | utime.h | 69 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); }
|
Completed in 264 milliseconds