ReactOS 0.4.15-dev-6703-g6528ab8
|
#include <crtdefs.h>
Go to the source code of this file.
Classes | |
struct | tm |
Typedefs | |
typedef long | __time32_t |
typedef __time64_t | time_t |
typedef long | clock_t |
typedef unsigned int | size_t |
#define _TIME32_T_DEFINED |
#define CLK_TCK CLOCKS_PER_SEC |
typedef long __time32_t |
_CRT_OBSOLETE | ( | GetLocalTime | ) |
_CRTDATA | ( | extern char * | _tzname[2] | ) |
_CRTDATA | ( | extern int | _daylight | ) |
_CRTDATA | ( | extern long | _dstbias | ) |
_CRTIMP double __cdecl _difftime32 | ( | _In_ __time32_t | _Time1, |
_In_ __time32_t | _Time2 | ||
) |
_CRTIMP errno_t __cdecl _get_tzname | ( | _Out_ size_t * | _ReturnValue, |
_Out_writes_z_(_SizeInBytes) char * | _Buffer, | ||
_In_ size_t | _SizeInBytes, | ||
_In_ int | _Index | ||
) |
Referenced by _Strftime().
_Check_return_ _CRTIMP struct tm *__cdecl _gmtime32 | ( | _In_ const __time32_t * | _Time | ) |
_Check_return_wat_ _CRTIMP errno_t __cdecl _gmtime32_s | ( | _In_ struct tm * | _Tm, |
_In_ const __time32_t * | _Time | ||
) |
Definition at line 419 of file time.h.
Referenced by _tzset().
_CRTIMP char *__cdecl _strdate | ( | _Out_writes_z_(9) char * | _Buffer | ) |
Referenced by test_strdate().
_Check_return_wat_ _CRTIMP errno_t __cdecl _strdate_s | ( | _Out_writes_(_SizeInBytes) _Post_readable_size_(9) char * | _Buf, |
_In_range_(>=, 9) size_t | _SizeInBytes | ||
) |
_CRTIMP char *__cdecl _strtime | ( | _Out_writes_z_(9) char * | _Buffer | ) |
Referenced by test_strtime().
_Check_return_wat_ _CRTIMP errno_t __cdecl _strtime_s | ( | _Out_writes_(_SizeInBytes) _Post_readable_size_(9) char * | _Buf, |
_In_range_(>=, 9) size_t | _SizeInBytes | ||
) |
_Success_ | ( | return | , |
0 | |||
) |
_Success_ | ( | return | = = 0 | ) |
_CRTIMP __time32_t __cdecl _time32 | ( | _Out_opt_ __time32_t * | _Time | ) |
Definition at line 92 of file timezone.c.
Referenced by _Strftime(), gettimeofday(), localtime(), and test__tzset().
_CRTIMP errno_t __cdecl _wasctime_s | ( | _Out_writes_(_SizeInWords) _Post_readable_size_(26) wchar_t * | _Buf, |
_In_range_(>=, 26) size_t | _SizeInWords, | ||
_In_ const struct tm * | _Tm | ||
) |
_CRTIMP wchar_t *__cdecl _wstrdate | ( | _Out_writes_z_(9) wchar_t * | _Buffer | ) |
Referenced by test_wstrdate().
_CRTIMP errno_t __cdecl _wstrdate_s | ( | _Out_writes_(_SizeInWords) _Post_readable_size_(9) wchar_t * | _Buf, |
_In_ size_t | _SizeInWords | ||
) |
_CRTIMP wchar_t *__cdecl _wstrtime | ( | _Out_writes_z_(9) wchar_t * | _Buffer | ) |
Referenced by test_wstrtime().
_CRTIMP errno_t __cdecl _wstrtime_s | ( | _Out_writes_(_SizeInWords) _Post_readable_size_(9) wchar_t * | _Buf, |
_In_range_(>=, 9) size_t | _SizeInWords | ||
) |
Referenced by ConvertTimeString(), DaytimeHandler(), kbd_c(), kbd_h(), and Test_asctime().
_Check_return_wat_ _CRTIMP errno_t __cdecl asctime_s | ( | _Out_writes_(_SizeInBytes) _Post_readable_size_(26) char * | _Buf, |
_In_range_(>=, 26) size_t | _SizeInBytes, | ||
_In_ const struct tm * | _Tm | ||
) |
_Check_return_ _CRTIMP clock_t __cdecl clock | ( | void | ) |
Definition at line 23 of file clock.c.
Referenced by BaseRendererImpl_SetSyncSource(), CKsClockForwarder_Constructor(), DMUSIC_CreateReferenceClockImpl(), get_time(), IDirectMusic8Impl_SetExternalMasterClock(), LIBXML_ATTR_FORMAT(), master_clock_create(), MediaStreamFilterImpl_GetSyncSource(), MediaStreamFilterImpl_SetSyncSource(), midi_IDirectMusicPort_GetLatencyClock(), QualityControlRender_SetClock(), startTimer(), SynthPortImpl_IDirectMusicPort_GetLatencyClock(), test_query_interface(), and test_wmreader_interfaces().
Definition at line 415 of file time.h.
Referenced by getit(), GetUTCOffset(), GmTimeStr(), HTTP_HttpQueryInfoW(), iso9660_date(), iso9660_ldate(), localtime(), rdp_send_logon_info(), time_to_filetime(), and write_client_lease().
Definition at line 416 of file time.h.
Referenced by _tctime(), add_special_defines(), CCabinet::ConvertDateAndTime(), DaytimeHandler(), DoOutput(), file_stat(), FormatDateTime(), get_fattime(), get_test_year(), GetStartSpoolDate(), init(), InitLsMonths(), iso9660_date(), iso9660_ldate(), LANStatusUiDetailsDlg(), logMess(), LsDate(), main(), NcFTPConfirmResumeDownloadProc(), NcFTPConfirmResumeUploadProc(), rdp_send_logon_info(), setup_tables(), SpoolName(), stime_arg1(), stime_arg2(), test_localtime(), test_mktime(), timeToStr(), Trace(), UnDate(), UnLslR(), UnMDTMDate(), write_volume_label(), and xmlMemDisplay().
Definition at line 418 of file time.h.
Referenced by __write_formatted_timeT(), ConvertTimeString(), get_ldate(), GetStartSpoolDate(), GetUTCOffset(), main(), rdp_send_logon_info(), stime_arg1(), stime_arg2(), test_mktime(), UnDate(), UnDosLine(), UnLslRLine(), and UnMDTMDate().
Referenced by init_client().
Definition at line 147 of file time.h.
Referenced by swprintf(), and vswprintf().
Definition at line 309 of file time.h.
Referenced by swprintf(), and vswprintf().
_In_ size_t _In_ const __time32_t * _Time |
Definition at line 192 of file time.h.
Referenced by _wctime(), ctime(), gmtime(), localtime(), localtime_s(), and time().
Definition at line 148 of file time.h.
Referenced by _mkgmtime(), localtime_s(), and mktime().