ReactOS 0.4.16-dev-1041-g8b6907f
|
#include <corecrt.h>
#include <corecrt_internal.h>
#include <corecrt_internal_traits.h>
#include <io.h>
#include <sys/utime.h>
#include <time.h>
Go to the source code of this file.
Classes | |
struct | __crt_time_time_t_traits< __time32_t > |
struct | __crt_time_time_t_traits< __time64_t > |
struct | __crt_time_traits< TimeType, Character > |
union | __crt_filetime_union |
Macros | |
#define | _EPOCH_BIAS 116444736000000000ll |
#define | _DAY_SEC (24 * 60 * 60) |
#define | _YEAR_SEC (365 * _DAY_SEC) |
#define | _FOUR_YEAR_SEC (1461 * _DAY_SEC) |
#define | _BASE_YEAR 70 |
#define | _BASE_DOW 4 |
#define | _MAX_LOCAL_TIME (14 * 60 * 60) |
#define | _MIN_LOCAL_TIME (-12 * 60 * 60) |
#define | _TZ_STRINGS_SIZE 64 |
Functions | |
int __cdecl | _isindst (_In_ tm *_Time) |
void __cdecl | __tzset () |
tm *__cdecl | __getgmtimebuf () |
__time32_t __cdecl | __loctotime32_t (int, int, int, int, int, int, int) |
__time64_t __cdecl | __loctotime64_t (int, int, int, int, int, int, int) |
template<typename TimeType > | |
bool __cdecl | __crt_time_is_leap_year (TimeType const yr) throw () |
template<typename TimeType > | |
TimeType __cdecl | __crt_time_elapsed_leap_years (TimeType const yr) throw () |
bool __cdecl | __crt_time_is_day_valid (int const yr, int const mo, int const dy) throw () |
int | __crt_get_2digit_year (int const year) throw () |
int | __crt_get_century (int const year) throw () |
_Success_ (return > 0) size_t __cdecl _Wcsftime_l(_Out_writes_z_(max_size) wchar_t *string | |
_Check_return_ _Deref_ret_z_ wchar_t **__cdecl | __wide_tzname () |
Variables | |
char const | __dnames [] |
char const | __mnames [] |
int const | _days [] |
int const | _lpdays [] |
_In_ size_t | max_size |
_In_ size_t _In_z_ wchar_t const * | format |
_In_ size_t _In_z_ wchar_t const _In_ tm const * | timeptr |
_In_ size_t _In_z_ wchar_t const _In_ tm const _In_opt_ void * | lc_time_arg |
_In_ size_t _In_z_ wchar_t const _In_ tm const _In_opt_ void _In_opt_ _locale_t | locale |
#define _BASE_DOW 4 |
Definition at line 34 of file corecrt_internal_time.h.
#define _BASE_YEAR 70 |
Definition at line 33 of file corecrt_internal_time.h.
#define _DAY_SEC (24 * 60 * 60) |
Definition at line 30 of file corecrt_internal_time.h.
#define _EPOCH_BIAS 116444736000000000ll |
Definition at line 28 of file corecrt_internal_time.h.
Definition at line 32 of file corecrt_internal_time.h.
#define _MAX_LOCAL_TIME (14 * 60 * 60) |
Definition at line 37 of file corecrt_internal_time.h.
#define _MIN_LOCAL_TIME (-12 * 60 * 60) |
Definition at line 40 of file corecrt_internal_time.h.
#define _TZ_STRINGS_SIZE 64 |
Definition at line 42 of file corecrt_internal_time.h.
Definition at line 31 of file corecrt_internal_time.h.
Definition at line 194 of file corecrt_internal_time.h.
Referenced by expand_time(), and throw().
Definition at line 199 of file corecrt_internal_time.h.
Referenced by expand_time(), and throw().
TimeType __cdecl __crt_time_elapsed_leap_years | ( | TimeType const | yr | ) | |
throw | ( | ||||
) |
Definition at line 168 of file corecrt_internal_time.h.
Referenced by common_loctotime_t(), common_mktime(), compute_year(), and cvtdate().
Definition at line 178 of file corecrt_internal_time.h.
Referenced by common_loctotime_t(), and throw().
Definition at line 153 of file corecrt_internal_time.h.
Referenced by __crt_time_is_day_valid(), common_loctotime_t(), common_mktime(), compute_iso_week(), compute_iso_week_internal(), compute_year(), and cvtdate().
Definition at line 154 of file gmtime.cpp.
Referenced by _Success_().
Definition at line 93 of file loctotime.cpp.
Referenced by convert_system_time_to_time_t().
Definition at line 106 of file loctotime.cpp.
Referenced by convert_system_time_to_time_t().
Definition at line 392 of file tzset.cpp.
Referenced by common_ftime_s(), common_localtime_s(), common_loctotime_t(), common_mktime(), and expand_time().
_Check_return_ _Deref_ret_z_ wchar_t **__cdecl __wide_tzname | ( | ) |
Definition at line 185 of file timeset.cpp.
Referenced by expand_time(), tzset_from_environment_nolock(), and tzset_from_system_nolock().
Referenced by common_localtime_s(), and common_loctotime_t().
_Success_ | ( | return | , |
0 | |||
) |
Definition at line 151 of file timeset.cpp.
Referenced by throw().
Definition at line 157 of file timeset.cpp.
Referenced by throw().
Definition at line 14 of file days.cpp.
Referenced by __crt_time_is_day_valid(), common_gmtime_s(), common_loctotime_t(), common_mktime(), and cvtdate().
Definition at line 21 of file days.cpp.
Referenced by common_gmtime_s(), and cvtdate().
Definition at line 209 of file corecrt_internal_time.h.
Referenced by _Wcsftime(), and _Wcsftime_l().
Definition at line 210 of file corecrt_internal_time.h.
Definition at line 206 of file corecrt_internal_time.h.
Definition at line 208 of file corecrt_internal_time.h.
Referenced by _Wcsftime(), _wcsftime_l(), _Wcsftime_l(), expand_time(), and wcsftime().