Searched refs:swscanf (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/test/libc-testsuite/ |
D | sscanf.c | 170 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/ |
D | swscanf.c | 33 swscanf(const wchar_t *s, const wchar_t *fmt, ...) in swscanf() function
|
D | CMakeLists.txt | 140 swscanf.c
|
D | meson.build | 143 'swscanf.c',
|
/picolibc-latest/newlib/libc/stdio/ |
D | swscanf.c | 415 swscanf (const wchar_t *__restrict str, const wchar_t *__restrict fmt, ...) in swscanf() function
|
D | stdio.tex | 107 * Function swscanf:: Scan and format wide character input 313 @include stdio/swscanf.def
|
D | meson.build | 209 'swscanf.c',
|
/picolibc-latest/test/ |
D | printf_scanf.c | 323 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/ |
D | wchar.h | 156 int swscanf (const wchar_t *__restrict,
|
/picolibc-latest/ |
D | COPYING.picolibc | 2015 newlib/libc/tinystdio/swscanf.c 4515 newlib/libc/stdio/swscanf.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 188 * 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.
|