Home
last modified time | relevance | path

Searched refs:GetTimeFormatA (Results 1 – 11 of 11) sorted by relevance

/reactos/sdk/lib/crt/time/
H A Dstrtime.c19 GetTimeFormatA(LOCALE_NEUTRAL, 0, NULL, format, time, 9); in _strtime()
H A Dstrftime.c58 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 Dlocale.c504 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 Dextrac32.c72 GetTimeFormatA(0, 0, &st, "HH':'mm':'ss", time, sizeof time); in ExtCabCallback()
/reactos/modules/rostests/winetests/shlwapi/
H A Dordinal.c1736 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 Dwinnls.h901 int WINAPI GetTimeFormatA(LCID,DWORD,const SYSTEMTIME*,LPCSTR,LPSTR,int);
1245 #define GetTimeFormat GetTimeFormatA
/reactos/dll/shellext/fontext/
H A DCFontExt.cpp190GetTimeFormatA(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &time, NULL, &psd->str.cStr[ret], MAX_PATH - r… in GetDetailsOf()
/reactos/dll/win32/kernel32/winnls/string/
H A Dlcformat.c1044 INT WINAPI GetTimeFormatA(LCID lcid, DWORD dwFlags, const SYSTEMTIME* lpTime, in GetTimeFormatA() function
/reactos/dll/win32/kernel32/
H A Dkernel32.spec638 @ stdcall GetTimeFormatA(long long ptr str ptr long)
/reactos/dll/win32/wininet/
H A Dhttp.c2267 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 Dhttp.c6496 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()