Searched refs:swprintf (Results 1 – 14 of 14) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | swprintf.c | 39 swprintf(wchar_t *s, size_t len, const wchar_t *fmt, ...) in swprintf() function
|
D | CMakeLists.txt | 139 swprintf.c
|
D | meson.build | 142 'swprintf.c',
|
/picolibc-latest/newlib/testsuite/newlib.stdio/ |
D | swprintf.c | 22 swprintf(wcbuf, 512, L"%.*f", 3, val); in main()
|
D | meson.build | 39 tests += ['swprintf']
|
/picolibc-latest/test/ |
D | printf-tests.c | 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()
|
/picolibc-latest/newlib/libc/stdio/ |
D | swprintf.c | 551 swprintf (wchar_t *__restrict str, in swprintf() function
|
D | stdio.tex | 106 * Function swprintf:: Write formatted wide character output 310 @include stdio/swprintf.def
|
D | meson.build | 208 'swprintf.c',
|
D | vfwscanf.c | 1562 swprintf (exp_start, MAX_LONG_LEN, L"e%ld", new_exp); in _SVFWSCANF()
|
/picolibc-latest/newlib/libc/include/ |
D | wchar.h | 154 int swprintf (wchar_t *__restrict, size_t,
|
/picolibc-latest/newlib/libc/time/ |
D | strftime.c | 318 # define t_snprintf swprintf /* wide-char equivalent function name */
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 183 * libc/stdio/swprintf.c: Ditto. 957 * testsuite/newlib.stdio/swprintf.c (main): Change size of value 2208 *libc/stdio/swprintf.c (swprintf): ditto. 3859 * libc/stdio/swprintf.c: Ditto. 4120 * testsuite/newlib.stdio/swprintf.c: Likewise. 6971 * libc/stdio/swprintf.c (_swprintf_r, swprintf): 6979 not work correctly: work properly with swprintf returns that are 6983 enhancements to match those done to swprintf.c. 7059 (fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, wprintf): Declare. 7070 * libc/stdio/swprintf.c: New file.
|
/picolibc-latest/ |
D | COPYING.picolibc | 839 newlib/libc/tinystdio/swprintf.c 3588 newlib/testsuite/newlib.stdio/swprintf.c 4561 newlib/libc/stdio/swprintf.c
|