|
_Check_return_ | _CRT_INSECURE_DEPRECATE_GLOBALS (_get_daylight) _ACRTIMP int *__cdecl __daylight(void) |
|
_Check_return_ | _CRT_INSECURE_DEPRECATE_GLOBALS (_get_dstbias) _ACRTIMP long *__cdecl __dstbias(void) |
|
_Check_return_ | _CRT_INSECURE_DEPRECATE_GLOBALS (_get_timezone) _ACRTIMP long *__cdecl __timezone(void) |
|
_Check_return_ _Deref_ret_z_ | _CRT_INSECURE_DEPRECATE_GLOBALS (_get_tzname) _ACRTIMP char **__cdecl __tzname(void) |
|
| _Success_ (_Daylight !=0) _ACRTIMP errno_t __cdecl _get_daylight(_Out_ int *_Daylight) |
|
| _Success_ (_DaylightSavingsBias !=0) _ACRTIMP errno_t __cdecl _get_dstbias(_Out_ long *_DaylightSavingsBias) |
|
| _Success_ (_TimeZone !=0) _ACRTIMP errno_t __cdecl _get_timezone(_Out_ long *_TimeZone) |
|
| _Success_ (return==0) _ACRTIMP errno_t __cdecl _get_tzname(_Out_ size_t *_ReturnValue |
| Deletes the virtual mapping and optionally gives back the page & dirty bit.
|
|
| _Out_writes_z_ (_SizeInBytes) char *_Buffer |
|
| _Success_ (return !=0) _Ret_writes_z_(26) _Check_return_ _CRT_INSECURE_DEPRECATE(asctime_s) _ACRTIMP char *__cdecl asctime(_In_ struct tm const *_Tm) |
|
| __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1 (errno_t, asctime_s, _Post_readable_size_(26) char, _Buffer, _In_ struct tm const *, _Time) _Check_return_ _ACRTIMP clock_t __cdecl clock(void) |
|
_Check_return_wat_ _ACRTIMP errno_t __cdecl | _ctime32_s (_Out_writes_(_SizeInBytes) _Post_readable_size_(26) char *_Buffer, _In_range_(>=, 26) size_t _SizeInBytes, _In_ __time32_t const *_Time) |
|
| __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1 (errno_t, _ctime32_s, _Post_readable_size_(26) char, _Buffer, _In_ __time32_t const *, _Time) _Ret_z_ _Success_(return !=0) _Check_return_ _CRT_INSECURE_DEPRECATE(_ctime64_s) _ACRTIMP char *__cdecl _ctime64(_In_ __time64_t const *_Time) |
|
_Check_return_wat_ _ACRTIMP errno_t __cdecl | _ctime64_s (_Out_writes_z_(_SizeInBytes) _Post_readable_size_(26) char *_Buffer, _In_range_(>=, 26) size_t _SizeInBytes, _In_ __time64_t const *_Time) |
|
| __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1 (errno_t, _ctime64_s, _Post_readable_size_(26) char, _Buffer, _In_ __time64_t const *, _Time) _Check_return_ _ACRTIMP double __cdecl _difftime32(_In_ __time32_t _Time1 |
|
_Check_return_ _ACRTIMP double __cdecl | _difftime64 (_In_ __time64_t _Time1, _In_ __time64_t _Time2) |
|
_Check_return_wat_ _ACRTIMP errno_t __cdecl | _gmtime32_s (_Out_ struct tm *_Tm, _In_ __time32_t const *_Time) |
|
_Check_return_wat_ _ACRTIMP errno_t __cdecl | _gmtime64_s (_Out_ struct tm *_Tm, _In_ __time64_t const *_Time) |
|
_Check_return_wat_ _ACRTIMP errno_t __cdecl | _localtime32_s (_Out_ struct tm *_Tm, _In_ __time32_t const *_Time) |
|
_Check_return_wat_ _ACRTIMP errno_t __cdecl | _localtime64_s (_Out_ struct tm *_Tm, _In_ __time64_t const *_Time) |
|
_Check_return_ _ACRTIMP __time32_t __cdecl | _mkgmtime32 (_Inout_ struct tm *_Tm) |
|
_Check_return_ _ACRTIMP __time64_t __cdecl | _mkgmtime64 (_Inout_ struct tm *_Tm) |
|
_Check_return_opt_ _ACRTIMP __time32_t __cdecl | _mktime32 (_Inout_ struct tm *_Tm) |
|
_Check_return_opt_ _ACRTIMP __time64_t __cdecl | _mktime64 (_Inout_ struct tm *_Tm) |
|
| _Success_ (return > 0) _Check_return_wat_ _ACRTIMP size_t __cdecl strftime(_Out_writes_z_(_SizeInBytes) char *_Buffer |
|
_Check_return_wat_ _ACRTIMP errno_t __cdecl | _strdate_s (_Out_writes_(_SizeInBytes) _When_(_SizeInBytes >=9, _Post_readable_size_(9)) char *_Buffer, _In_ size_t _SizeInBytes) |
|
| __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0 (errno_t, _strdate_s, _Post_readable_size_(9) char, _Buffer) __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_0(_Success_(return !=0) char * |
|
| _Out_writes_z_ (9) |
|
_Buffer _Check_return_wat_ _ACRTIMP errno_t __cdecl | _strtime_s (_Out_writes_(_SizeInBytes) _When_(_SizeInBytes >=9, _Post_readable_size_(9)) char *_Buffer, _In_ size_t _SizeInBytes) |
|
| __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0 (errno_t, _strtime_s, _Post_readable_size_(9) char, _Buffer) __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_0(char * |
|
_Buffer _ACRTIMP __time32_t __cdecl | _time32 (_Out_opt_ __time32_t *_Time) |
|
_ACRTIMP __time64_t __cdecl | _time64 (_Out_opt_ __time64_t *_Time) |
|
_Check_return_ | _CRT_INSECURE_DEPRECATE (ctime_s) static __inline char *__CRTDECL ctime(_In_ time_t const *const _Time) |
|
static _Check_return_ __inline double __CRTDECL | difftime (_In_ time_t const _Time1, _In_ time_t const _Time2) |
|
_Check_return_ | _CRT_INSECURE_DEPRECATE (gmtime_s) static __inline struct tm *__CRTDECL gmtime(_In_ time_t const *const _Time) |
|
static __inline struct tm *__CRTDECL | localtime (_In_ time_t const *const _Time) |
|
static _Check_return_ __inline time_t __CRTDECL | _mkgmtime (_Inout_ struct tm *const _Tm) |
|
static _Check_return_opt_ __inline time_t __CRTDECL | mktime (_Inout_ struct tm *const _Tm) |
|
static __inline time_t __CRTDECL | time (_Out_opt_ time_t *const _Time) |
|
static _Check_return_ __inline int __CRTDECL | timespec_get (_Out_ struct timespec *const _Ts, _In_ int const _Base) |
|