Searched defs:_Time (Results 1 – 7 of 7) sorted by relevance
/reactos/sdk/include/ucrt/sys/ |
H A D | utime.h | 101 … static __inline int __CRTDECL _utime(char const* const _FileName, struct _utimbuf* const _Time) in _utime() 107 static __inline int __CRTDECL _futime(int const _FileHandle, struct _utimbuf* const _Time) in _futime() 113 …static __inline int __CRTDECL _wutime(wchar_t const* const _FileName, struct _utimbuf* const _Time) in _wutime() 120 … static __inline int __CRTDECL _utime(char const* const _FileName, struct _utimbuf* const _Time) in _utime() 126 static __inline int __CRTDECL _futime(int const _FileHandle, struct _utimbuf* const _Time) in _futime() 132 …static __inline int __CRTDECL _wutime(wchar_t const* const _FileName, struct _utimbuf* const _Time) in _wutime() 143 … static __inline int __CRTDECL utime(char const* const _FileName, struct utimbuf* const _Time) in utime() 151 … static __inline int __CRTDECL utime(char const* const _FileName, struct utimbuf* const _Time) in utime()
|
/reactos/sdk/include/ucrt/ |
H A D | time.h | 425 _Out_opt_ time_t* const _Time in time() 454 _In_ time_t const* const _Time, in gmtime_s() 467 _In_ time_t const* const _Time, in localtime_s() 481 _In_ time_t const* const _Time in gmtime_s() 490 _In_ time_t const* const _Time in localtime_s() 549 _Out_opt_ time_t* const _Time in time() 578 _In_ time_t const* const _Time, in gmtime_s() 591 _In_ time_t const* const _Time, in localtime_s() 605 _In_ time_t const* const _Time in gmtime_s() 614 _In_ time_t const* const _Time in localtime_s()
|
H A D | corecrt_wtime.h | 168 _In_ time_t const* const _Time in _wctime() 178 _In_ time_t const* const _Time) in _wctime_s()
|
/reactos/sdk/include/crt/ |
H A D | time.h | 382 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime32(_Time); } in _wctime() 384 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); } in _wctime() 414 __CRT_INLINE char *__cdecl ctime(const time_t *_Time) { return _ctime64(_Time); } in ctime() 415 __CRT_INLINE struct tm *__cdecl gmtime(const time_t *_Time) { return _gmtime64(_Time); } in gmtime() 416 __CRT_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime64(_Time); } in localtime() 417 __CRT_INLINE errno_t __cdecl localtime_s(struct tm *_Tm,const time_t *_Time) { return _localtime64_… in localtime_s() 420 __CRT_INLINE time_t __cdecl time(time_t *_Time) { return _time64(_Time); } in time()
|
H A D | wchar.h | 2434 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime32(_Time); } in _wctime() 2436 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); } in _wctime()
|
/reactos/sdk/include/crt/sec_api/ |
H A D | time_s.h | 127 __CRT_INLINE errno_t __cdecl _wctime_s(wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { … in _wctime_s() 135 __CRT_INLINE errno_t __cdecl localtime_s(struct tm *_Tm,const time_t *_Time) { return _localtime32_… in localtime_s() 137 __CRT_INLINE errno_t __cdecl localtime_s(struct tm *_Tm,const time_t *_Time) { return _localtime64_… in localtime_s()
|
H A D | wchar_s.h | 667 __CRT_INLINE errno_t __cdecl _wctime_s(wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { … in _wctime_s()
|