Searched refs:_Time (Results 1 – 7 of 7) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | time.h | 134 _CRTIMP char *__cdecl _ctime32(const __time32_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 135 _SECIMP errno_t __cdecl _ctime32_s (char *_Buf,size_t _SizeInBytes,const __time32_t *_Time); 138 _CRTIMP struct tm *__cdecl _gmtime32(const __time32_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 139 _SECIMP errno_t __cdecl _gmtime32_s (struct tm *_Tm,const __time32_t *_Time); 140 …_CRTIMP struct tm *__cdecl _localtime32(const __time32_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WAR… 141 _SECIMP errno_t __cdecl _localtime32_s (struct tm *_Tm,const __time32_t *_Time); 148 _CRTIMP __time32_t __cdecl _time32(__time32_t *_Time); 163 _CRTIMP char *__cdecl _ctime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 164 _SECIMP errno_t __cdecl _ctime64_s (char *_Buf,size_t _SizeInBytes,const __time64_t *_Time); 165 _CRTIMP struct tm *__cdecl _gmtime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; [all …]
|
D | wchar.h | 1380 wchar_t *__cdecl _wctime32(const __time32_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 1381 _SECIMP errno_t __cdecl _wctime32_s (wchar_t *_Buf,size_t _SizeInWords,const __time32_t *_Time); 1388 _CRTIMP wchar_t *__cdecl _wctime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 1389 _SECIMP errno_t __cdecl _wctime64_s (wchar_t *_Buf,size_t _SizeInWords,const __time64_t *_Time); 1393 wchar_t *__cdecl _wctime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 1396 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); } in _wctime() argument 1398 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime32(_Time); } in _wctime() argument 1408 …har_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { return _wctime64_s (_Buffer,_SizeInWords… in _wctime_s() argument 1410 …har_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { return _wctime32_s (_Buffer,_SizeInWords… in _wctime_s() argument
|
/third_party/mingw-w64/mingw-w64-headers/crt/sys/ |
D | utime.h | 86 _CRTIMP int __cdecl _utime32(const char *_Filename,struct __utimbuf32 *_Time); 87 _CRTIMP int __cdecl _futime32(int _FileDes,struct __utimbuf32 *_Time); 88 _CRTIMP int __cdecl _wutime32(const wchar_t *_Filename,struct __utimbuf32 *_Time); 89 _CRTIMP int __cdecl _utime64(const char *_Filename,struct __utimbuf64 *_Time); 90 _CRTIMP int __cdecl _futime64(int _FileDes,struct __utimbuf64 *_Time); 91 _CRTIMP int __cdecl _wutime64(const wchar_t *_Filename,struct __utimbuf64 *_Time);
|
D | timeb.h | 78 _CRTIMP void __cdecl _ftime64(struct __timeb64 *_Time); 79 _CRTIMP void __cdecl _ftime32(struct __timeb32 *_Time);
|
/third_party/mingw-w64/mingw-w64-headers/crt/sec_api/sys/ |
D | timeb_s.h | 16 _CRTIMP errno_t __cdecl _ftime32_s(struct __timeb32 *_Time); 17 _CRTIMP errno_t __cdecl _ftime64_s(struct __timeb64 *_Time);
|
/third_party/mingw-w64/mingw-w64-headers/crt/sec_api/ |
D | wchar_s.h | 306 _SECIMP errno_t __cdecl _wctime32_s (wchar_t *_Buf,size_t _SizeInWords,const __time32_t *_Time); 309 _SECIMP errno_t __cdecl _wctime64_s (wchar_t *_Buf,size_t _SizeInWords,const __time64_t *_Time); 315 …har_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { return _wctime64_s(_Buffer,_SizeInWords,… in _wctime_s() argument
|
/third_party/gettext/gettext-tools/tests/ |
D | mm-viet.comp.po | 26232 msgid "_Time divisions:" 26728 msgid "_Time:"
|