Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/shlwapi/
H A Dordinal.c1783 ok(lstrcmpA(buff3, buff + lstrlenA(buff) - lstrlenA(buff3)) == 0, in test_SHFormatDateTimeA()
1785 buff3, buff + lstrlenA(buff) - lstrlenA(buff3)); in test_SHFormatDateTimeA()
1795 ret = GetTimeFormatA(LOCALE_USER_DEFAULT, 0, &st, NULL, buff3, sizeof(buff3)); in test_SHFormatDateTimeA()
1797 ok(lstrcmpA(buff3, buff + lstrlenA(buff) - lstrlenA(buff3)) == 0, in test_SHFormatDateTimeA()
1799 buff3, buff + lstrlenA(buff) - lstrlenA(buff3)); in test_SHFormatDateTimeA()
1814 strcat(buff2, buff3); in test_SHFormatDateTimeA()
1823 ret = GetTimeFormatA(LOCALE_USER_DEFAULT, 0, &st, NULL, buff3, sizeof(buff3)); in test_SHFormatDateTimeA()
1825 strcat(buff2, buff3); in test_SHFormatDateTimeA()
1946 ok(ret == lstrlenW(buff3)+1, "expected %d, got %d\n", lstrlenW(buff3)+1, ret); in test_SHFormatDateTimeW()
1947 ok(lstrcmpW(buff3, buff + lstrlenW(buff) - lstrlenW(buff3)) == 0, in test_SHFormatDateTimeW()
[all …]