Home
last modified time | relevance | path

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

/picolibc-latest/test/libc-testsuite/
Dsscanf.c170 TEST(i, swscanf(L"hello, world\n", L"%s %s", a, b), 2, "only %d fields, expected %d"); in test_sscanf()
174 TEST(i, swscanf(L"㌰ello, ✕orld\n", L"%s %s", a, b), 2, "only %d fields, expected %d"); in test_sscanf()
181 TEST(i, swscanf(L"hello, world\n", L"%6c %5c%c", a, b, c), 3, "only %d fields, expected %d"); in test_sscanf()
189 … TEST(i, swscanf(L"㌰ello, ✕orld\n", L"%6c %5c%c", a, b, c), 3, "only %d fields, expected %d"); in test_sscanf()
196 TEST(i, swscanf(L"㌰ello, ✕orld\n", L"%ls %ls", aw, bw), 2, "only %d fields, expected %d"); in test_sscanf()
203 …TEST(i, swscanf(L"㌰ello, ✕orld\n", L"%6lc %5lc%lc", aw, bw, cw), 3, "only %d fields, expected %d"); in test_sscanf()
/picolibc-latest/newlib/libc/tinystdio/
Dswscanf.c33 swscanf(const wchar_t *s, const wchar_t *fmt, ...) in swscanf() function
DCMakeLists.txt140 swscanf.c
Dmeson.build143 'swscanf.c',
/picolibc-latest/newlib/libc/stdio/
Dswscanf.c415 swscanf (const wchar_t *__restrict str, const wchar_t *__restrict fmt, ...) in swscanf() function
Dstdio.tex107 * Function swscanf:: Scan and format wide character input
313 @include stdio/swscanf.def
Dmeson.build209 'swscanf.c',
/picolibc-latest/test/
Dprintf_scanf.c323 int wtr = swscanf(wtest[wt].str, wtest[wt].fmt, &extra); in main()
341 i = swscanf(wtest_val, L"%c", c_mb); in main()
/picolibc-latest/newlib/libc/include/
Dwchar.h156 int swscanf (const wchar_t *__restrict,
/picolibc-latest/
DCOPYING.picolibc2015 newlib/libc/tinystdio/swscanf.c
4515 newlib/libc/stdio/swscanf.c
/picolibc-latest/newlib/
DChangeLog-2015188 * libc/stdio/swscanf.c: Ditto.
2209 *libc/stdio/swscanf.c (swscanf): ditto.
6967 * libc/stdio/swscanf.c: Some documentation corrections.
6996 * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf,
7006 * libc/stdio/swscanf.c: New file.