Home
last modified time | relevance | path

Searched refs:_mkgmtime64 (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/crt/time/
H A Dmktime.c142 _mkgmtime64(struct tm *ptm) in _mkgmtime64() function
/reactos/sdk/lib/ucrt/time/
H A Dmktime.cpp198 extern "C" __time64_t __cdecl _mkgmtime64(tm* const tb) in _mkgmtime64() function
/reactos/sdk/include/crt/
H A Dtime.h257 _CRTIMP __time64_t __cdecl _mkgmtime64(_Inout_ struct tm *_Tm);
419 __CRT_INLINE time_t __cdecl _mkgmtime(struct tm *_Tm) { return _mkgmtime64(_Tm); } in _mkgmtime()
/reactos/sdk/include/ucrt/
H A Dtime.h252 _ACRTIMP __time64_t __cdecl _mkgmtime64(
537 return _mkgmtime64(_Tm); in _mkgmtime()
/reactos/modules/rostests/apitests/crt/
H A Dmsvcrt_crt_apitest.cmake611 # _mkgmtime64.c
/reactos/dll/win32/msvcrt/
H A Dmsvcrt.spec878 @ cdecl _mkgmtime64(ptr)