17__crt_state_management::dual_state_global<long>
_timezone;
18__crt_state_management::dual_state_global<int>
_daylight;
19__crt_state_management::dual_state_global<long>
_dstbias;
23#define _PST_STRING "PST"
24#define _PDT_STRING "PDT"
26#define L_PST_STRING L"PST"
27#define L_PDT_STRING L"PDT"
35#ifdef _CRT_GLOBAL_STATE_ISOLATION
43static char*
tzname_states[__crt_state_management::state_index_count][2] =
46 #ifdef _CRT_GLOBAL_STATE_ISOLATION
47 { tzstd_os, tzdst_os }
54 #ifdef _CRT_GLOBAL_STATE_ISOLATION
55 { w_tzstd_os, w_tzdst_os }
59static __crt_state_management::dual_state_global<char **>
_tzname;
60static __crt_state_management::dual_state_global<wchar_t **>
w_tzname;
71 char***
const first_state =
_tzname.dangerous_get_state_array();
72 for (
unsigned i = 0;
i != __crt_state_management::state_index_count; ++
i)
77 wchar_t***
const w_first_state =
w_tzname.dangerous_get_state_array();
78 for (
unsigned i = 0;
i != __crt_state_management::state_index_count; ++
i)
119 size_t const size_in_bytes,
123 (
buffer !=
nullptr && size_in_bytes > 0) ||
124 (
buffer ==
nullptr && size_in_bytes == 0),
142 if (*
length > size_in_bytes)
153 "SunMonTueWedThuFriSat"
159 "JanFebMarAprMayJunJulAugSepOctNovDec"
ACPI_SIZE strlen(const char *String)
#define _CRT_LINKER_FORCE_INCLUDE(name)
GLuint GLsizei GLsizei * length
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
#define _VALIDATE_RETURN_ERRCODE(expr, errorcode)
#define strcpy_s(d, l, s)
static wchar_t w_tzstd_program[_TZ_STRINGS_SIZE]
errno_t __cdecl _get_dstbias(long *result)
__crt_state_management::dual_state_global< long > _dstbias
static __crt_state_management::dual_state_global< char ** > _tzname
__crt_state_management::dual_state_global< int > _daylight
static wchar_t * w_tzname_states[__crt_state_management::state_index_count][2]
static char tzdst_program[_TZ_STRINGS_SIZE]
errno_t __cdecl _get_timezone(long *result)
static char * tzname_states[__crt_state_management::state_index_count][2]
static wchar_t w_tzdst_program[_TZ_STRINGS_SIZE]
errno_t __cdecl _get_daylight(int *const result)
int __cdecl __acrt_initialize_timeset()
int *__cdecl __daylight()
long *__cdecl __dstbias()
static char tzstd_program[_TZ_STRINGS_SIZE]
char **__cdecl __tzname()
static __crt_state_management::dual_state_global< wchar_t ** > w_tzname
wchar_t **__cdecl __wide_tzname()
errno_t __cdecl _get_tzname(size_t *const length, char *const buffer, size_t const size_in_bytes, int const index)
long *__cdecl __timezone()
__crt_state_management::dual_state_global< long > _timezone