Home
last modified time | relevance | path

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

/picolibc-latest/test/libc-testsuite/
Dsscanf.c39 #define TEST_WS(s, x, m) ( \ macro
149 TEST_WS(aw, L"㌰ello,", L""); in test_sscanf()
150 TEST_WS(bw, L"✕orld", L""); in test_sscanf()
156 TEST_WS(aw, L"㌰ello,", L""); in test_sscanf()
157 TEST_WS(bw, L"✕orld", L""); in test_sscanf()
158 TEST_WS(cw, L"\n", L""); in test_sscanf()
161 TEST_WS(aw, L"㌰ell", L""); in test_sscanf()
162 TEST_WS(bw, L"o,", L""); in test_sscanf()
197 TEST_WS(aw, L"㌰ello,", L""); in test_sscanf()
198 TEST_WS(bw, L"✕orld", L""); in test_sscanf()
[all …]