ReactOS 0.4.16-dev-927-g467dec4
|
Go to the source code of this file.
Functions | |
template<typename TimeType , typename Character , typename TimeBufferType > | |
static int __cdecl | common_utime (Character const *const file_name, TimeBufferType *const times) throw () |
int __cdecl | _utime32 (char const *const file_name, __utimbuf32 *const times) |
int __cdecl | _wutime32 (wchar_t const *const file_name, __utimbuf32 *const times) |
int __cdecl | _utime64 (char const *const file_name, __utimbuf64 *const times) |
int __cdecl | _wutime64 (wchar_t const *const file_name, __utimbuf64 *const times) |
template<typename TimeType , typename TimeBufferType > | |
static int __cdecl | common_futime (int const fh, TimeBufferType *times) throw () |
int __cdecl | _futime32 (int const fh, __utimbuf32 *const times) |
int __cdecl | _futime64 (int const fh, __utimbuf64 *const times) |
Definition at line 75 of file utime.cpp.
|
static |
Definition at line 17 of file utime.cpp.