Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dtestcases.c809 result |= testw(__LINE__, L"foo", L"%.3ls", L"foobar");
811 result |= testw(__LINE__, L"foo", L"%.3s", "foobar");
817 result |= testw(__LINE__, wb, L"%lc", wc);
821 result |= testw(__LINE__, wb, L"%c", wc);
825 result |= testw(__LINE__, wb, L"%s", "㌰");
Dprintf-tests.c203 static int testw(int serial, wchar_t *expect, wchar_t *fmt, ...) { in testw() function