ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <corecrt_internal_time.h>
Go to the source code of this file.
Functions | |
static int __cdecl | compute_year (__time32_t &caltim, bool &is_leap_year) throw () |
static int __cdecl | compute_year (__time64_t &caltim, bool &is_leap_year) throw () |
template<typename TimeType > | |
static errno_t __cdecl | common_gmtime_s (tm *const ptm, TimeType const *const timp) throw () |
errno_t __cdecl | _gmtime32_s (tm *const result, __time32_t const *const time_value) |
errno_t __cdecl | _gmtime64_s (tm *const result, __time64_t const *const time_value) |
tm *__cdecl | __getgmtimebuf () |
template<typename TimeType > | |
_Success_ (return !=0) static tm *__cdecl common_gmtime(TimeType const *const time_value) throw () | |
tm *__cdecl | _gmtime32 (__time32_t const *const time_value) |
tm *__cdecl | _gmtime64 (__time64_t const *const time_value) |
Definition at line 154 of file gmtime.cpp.
Referenced by _Success_().
tm *__cdecl _gmtime32 | ( | __time32_t const *const | time_value | ) |
Definition at line 196 of file gmtime.cpp.
Definition at line 140 of file gmtime.cpp.
tm *__cdecl _gmtime64 | ( | __time64_t const *const | time_value | ) |
Definition at line 201 of file gmtime.cpp.
Definition at line 145 of file gmtime.cpp.
Definition at line 183 of file gmtime.cpp.
|
static |
Definition at line 87 of file gmtime.cpp.
Referenced by _gmtime32_s(), _gmtime64_s(), and _Success_().
|
static |
Definition at line 15 of file gmtime.cpp.
Referenced by common_gmtime_s().
|
static |
Definition at line 54 of file gmtime.cpp.