ReactOS 0.4.16-dev-1067-ge98bba2
|
#include <corecrt_internal_time.h>
Go to the source code of this file.
Macros | |
#define | _PST_STRING "PST" |
#define | _PDT_STRING "PDT" |
#define | L_PST_STRING L"PST" |
#define | L_PDT_STRING L"PDT" |
Functions | |
_CRT_LINKER_FORCE_INCLUDE (__acrt_timeset_initializer) | |
int __cdecl | __acrt_initialize_timeset () |
errno_t __cdecl | _get_daylight (int *const result) |
errno_t __cdecl | _get_dstbias (long *result) |
errno_t __cdecl | _get_timezone (long *result) |
errno_t __cdecl | _get_tzname (size_t *const length, char *const buffer, size_t const size_in_bytes, int const index) |
int *__cdecl | __daylight () |
long *__cdecl | __dstbias () |
long *__cdecl | __timezone () |
char **__cdecl | __tzname () |
wchar_t **__cdecl | __wide_tzname () |
Variables | |
__crt_state_management::dual_state_global< long > | _timezone |
__crt_state_management::dual_state_global< int > | _daylight |
__crt_state_management::dual_state_global< long > | _dstbias |
static char | tzstd_program [_TZ_STRINGS_SIZE] = { _PST_STRING } |
static char | tzdst_program [_TZ_STRINGS_SIZE] = { _PDT_STRING } |
static wchar_t | w_tzstd_program [_TZ_STRINGS_SIZE] = { L_PST_STRING } |
static wchar_t | w_tzdst_program [_TZ_STRINGS_SIZE] = { L_PDT_STRING } |
static char * | tzname_states [__crt_state_management::state_index_count][2] |
static wchar_t * | w_tzname_states [__crt_state_management::state_index_count][2] |
static __crt_state_management::dual_state_global< char ** > | _tzname |
static __crt_state_management::dual_state_global< wchar_t ** > | w_tzname |
const char | __dnames [] |
const char | __mnames [] |
#define _PDT_STRING "PDT" |
Definition at line 24 of file timeset.cpp.
#define _PST_STRING "PST" |
Definition at line 23 of file timeset.cpp.
#define L_PDT_STRING L"PDT" |
Definition at line 27 of file timeset.cpp.
#define L_PST_STRING L"PST" |
Definition at line 26 of file timeset.cpp.
Definition at line 65 of file timeset.cpp.
Definition at line 165 of file timeset.cpp.
Definition at line 170 of file timeset.cpp.
Definition at line 175 of file timeset.cpp.
Definition at line 180 of file timeset.cpp.
Definition at line 185 of file timeset.cpp.
Referenced by expand_time(), tzset_from_environment_nolock(), and tzset_from_system_nolock().
_CRT_LINKER_FORCE_INCLUDE | ( | __acrt_timeset_initializer | ) |
Definition at line 86 of file timeset.cpp.
Definition at line 96 of file timeset.cpp.
Definition at line 106 of file timeset.cpp.
errno_t __cdecl _get_tzname | ( | size_t *const | length, |
char *const | buffer, | ||
size_t const | size_in_bytes, | ||
int const | index | ||
) |
Definition at line 116 of file timeset.cpp.
Definition at line 151 of file timeset.cpp.
Referenced by throw().
Definition at line 157 of file timeset.cpp.
Referenced by throw().
__crt_state_management::dual_state_global<int> _daylight |
Definition at line 18 of file timeset.cpp.
Referenced by __acrt_initialize_timeset(), __daylight(), and _get_daylight().
__crt_state_management::dual_state_global<long> _dstbias |
Definition at line 19 of file timeset.cpp.
Referenced by __acrt_initialize_timeset(), __dstbias(), and _get_dstbias().
__crt_state_management::dual_state_global<long> _timezone |
Definition at line 17 of file timeset.cpp.
Referenced by __acrt_initialize_timeset(), __timezone(), and _get_timezone().
|
static |
Definition at line 59 of file timeset.cpp.
Referenced by __acrt_initialize_timeset(), __tzname(), and _get_tzname().
|
static |
Definition at line 30 of file timeset.cpp.
|
static |
Definition at line 43 of file timeset.cpp.
Referenced by __acrt_initialize_timeset().
|
static |
Definition at line 29 of file timeset.cpp.
|
static |
Definition at line 33 of file timeset.cpp.
|
static |
Definition at line 60 of file timeset.cpp.
Referenced by __acrt_initialize_timeset(), and __wide_tzname().
|
static |
Definition at line 51 of file timeset.cpp.
Referenced by __acrt_initialize_timeset().
|
static |
Definition at line 32 of file timeset.cpp.