Searched defs:futimes (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio2-posix.cpp51 # define futimes(filedes, timeval) futimesat(filedes, NULL, timeval) macro
191 if (futimes(RTFileToNative(hFile), aTimevals))
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h257 int futimes(int fd, const struct timeval *tv);
465 #define futimes __WINE_NOT_PORTABLE(futimes) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h257 int futimes(int fd, const struct timeval *tv);
465 #define futimes __WINE_NOT_PORTABLE(futimes) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h257 int futimes(int fd, const struct timeval *tv);
465 #define futimes __WINE_NOT_PORTABLE(futimes) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h257 int futimes(int fd, const struct timeval *tv);
465 #define futimes __WINE_NOT_PORTABLE(futimes) macro

Completed in 47 milliseconds