/reactos/sdk/lib/crt/time/ |
H A D | strtime.c | 19 GetTimeFormatA(LOCALE_NEUTRAL, 0, NULL, format, time, 9); in _strtime()
|
H A D | strftime.c | 58 ret = GetTimeFormatA(time_data->lcid, 0, &st, time_data->str.names.time, NULL, 0); in strftime_time() 60 ret = GetTimeFormatA(time_data->lcid, 0, &st, time_data->str.names.time, in strftime_time()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | locale.c | 504 ret = GetTimeFormatA(lcid, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatA() 510 ret = GetTimeFormatA(lcid, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatA() 533 ret = GetTimeFormatA(lcid, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatA() 539 ret = GetTimeFormatA(lcid, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatA() 544 ret = GetTimeFormatA(lcid, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatA() 560 ret = GetTimeFormatA(lcid, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatA() 566 ret = GetTimeFormatA(lcid, 0, &curtime, input, buffer, 0); in test_GetTimeFormatA() 572 ret = GetTimeFormatA(lcid, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatA() 577 ret = GetTimeFormatA(lcid, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatA() 583 ret = GetTimeFormatA(lcid, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatA() [all …]
|
/reactos/base/applications/extrac32/ |
H A D | extrac32.c | 72 GetTimeFormatA(0, 0, &st, "HH':'mm':'ss", time, sizeof time); in ExtCabCallback()
|
/reactos/modules/rostests/winetests/shlwapi/ |
H A D | ordinal.c | 1736 ret = GetTimeFormatA(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &st, NULL, buff2, sizeof(buff2)); in test_SHFormatDateTimeA() 1743 ret = GetTimeFormatA(LOCALE_USER_DEFAULT, 0, &st, NULL, buff2, sizeof(buff2)); in test_SHFormatDateTimeA() 1751 ret = GetTimeFormatA(LOCALE_USER_DEFAULT, 0, &st, NULL, buff2, sizeof(buff2)); in test_SHFormatDateTimeA() 1781 ret = GetTimeFormatA(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &st, NULL, buff3, sizeof(buff3)); in test_SHFormatDateTimeA() 1795 ret = GetTimeFormatA(LOCALE_USER_DEFAULT, 0, &st, NULL, buff3, sizeof(buff3)); in test_SHFormatDateTimeA() 1812 ret = GetTimeFormatA(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &st, NULL, buff3, sizeof(buff3)); in test_SHFormatDateTimeA() 1823 ret = GetTimeFormatA(LOCALE_USER_DEFAULT, 0, &st, NULL, buff3, sizeof(buff3)); in test_SHFormatDateTimeA()
|
/reactos/sdk/include/psdk/ |
H A D | winnls.h | 901 int WINAPI GetTimeFormatA(LCID,DWORD,const SYSTEMTIME*,LPCSTR,LPSTR,int); 1245 #define GetTimeFormat GetTimeFormatA
|
/reactos/dll/shellext/fontext/ |
H A D | CFontExt.cpp | 190 …GetTimeFormatA(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &time, NULL, &psd->str.cStr[ret], MAX_PATH - r… in GetDetailsOf()
|
/reactos/dll/win32/kernel32/winnls/string/ |
H A D | lcformat.c | 1044 INT WINAPI GetTimeFormatA(LCID lcid, DWORD dwFlags, const SYSTEMTIME* lpTime, in GetTimeFormatA() function
|
/reactos/dll/win32/kernel32/ |
H A D | kernel32.spec | 638 @ stdcall GetTimeFormatA(long long ptr str ptr long)
|
/reactos/dll/win32/wininet/ |
H A D | http.c | 2267 GetTimeFormatA(LOCALE_USER_DEFAULT, 0, &start, NULL, start_time, sizeof(start_time)); in HTTPREQ_QueryOption() 2269 GetTimeFormatA(LOCALE_USER_DEFAULT, 0, &expiry, NULL, expiry_time, sizeof(expiry_time)); in HTTPREQ_QueryOption()
|
/reactos/modules/rostests/winetests/wininet/ |
H A D | http.c | 6496 GetTimeFormatA(LOCALE_USER_DEFAULT, 0, &start, NULL, start_time, sizeof(start_time)); in test_cert_struct_string() 6498 GetTimeFormatA(LOCALE_USER_DEFAULT, 0, &expiry, NULL, expiry_time, sizeof(expiry_time)); in test_cert_struct_string()
|