Searched refs:wbuf (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/test/ |
D | printf-tests.c | 33 static wchar_t wbuf[PRINTF_BUF_SIZE]; variable 239 n = swprintf(wbuf, PRINTF_BUF_SIZE, fmt, iv1, iv2, dv); in testw() 243 n = swprintf(wbuf, PRINTF_BUF_SIZE, fmt, iv, dv); in testw() 247 n = swprintf(wbuf, PRINTF_BUF_SIZE, fmt, dv); in testw() 252 n = vswprintf(wbuf, PRINTF_BUF_SIZE, fmt, ap); in testw() 264 expect, wcslen(expect), wbuf, n); in testw() 268 if (wcscmp(wbuf, expect)) { in testw() 269 failmsgw(serial, L"expected \"%ls\", got \"%ls\"", expect, wbuf); in testw()
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | vfprintf.c | 509 #define wbuf (u.__wbuf) in vfprintf() macro 1053 wbuf[0] = va_arg (ap, wint_t); in vfprintf() 1054 wbuf[1] = L'\0'; in vfprintf() 1055 wstr = wbuf; in vfprintf()
|
/picolibc-latest/newlib/libc/stdio/ |
D | meson.build | 116 'wbuf.c',
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 4169 * libc/stdio/wbuf.c (__swbuf_r): Likewise. 7447 * libc/stdio/wbuf.c (__swbuf_r): Ditto. 9778 * libc/stdio/wbuf.c (__swbuf_r): Likewise. 10773 * libc/stdio/wbuf.c (__swbuf_r): Likewise. 11291 * libc/stdio/wbuf.c: Ditto.: Ditto. 11458 * libc/stdio/wbuf.c (__swbuf): Ditto. 11494 * libc/stdio/wbuf.c: Turn __swbuf into reentrant __swbuf_r. Change 13029 * libc/stdio/wbuf.c (__swbuf): Ditto. 14009 libc/stdio/vsscanf.c libc/stdio/wbuf.c, 26913 vsprintf.c wbuf.c wsetup.c local.h} [all …]
|
/picolibc-latest/ |
D | COPYING.picolibc | 4535 newlib/libc/stdio/wbuf.c
|