Home | History | Annotate | Download | only in include

Lines Matching defs:__time32_t

32   typedef long __time32_t;
43 typedef __time32_t time_t;
114 char *__cdecl _ctime32(const __time32_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
115 _CRTIMP errno_t __cdecl _ctime32_s (char *_Buf,size_t _SizeInBytes,const __time32_t *_Time);
117 double __cdecl _difftime32(__time32_t _Time1,__time32_t _Time2);
118 struct tm *__cdecl _gmtime32(const __time32_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
119 _CRTIMP errno_t __cdecl _gmtime32_s (struct tm *_Tm,const __time32_t *_Time);
120 struct tm *__cdecl _localtime32(const __time32_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
121 _CRTIMP errno_t __cdecl _localtime32_s (struct tm *_Tm,const __time32_t *_Time);
128 __time32_t __cdecl _time32(__time32_t *_Time);
129 __time32_t __cdecl _mktime32(struct tm *_Tm);
130 __time32_t __cdecl _mkgmtime32(struct tm *_Tm);
155 wchar_t *__cdecl _wctime32(const __time32_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
156 _CRTIMP errno_t __cdecl _wctime32_s (wchar_t *_Buf,size_t _SizeInWords,const __time32_t *_Time);