Searched refs:swprintf (Results 1 – 14 of 14) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/ |
D | swprintf.c | 43 swprintf(wchar_t *s, size_t len, const wchar_t *fmt, ...) in swprintf() function
|
D | CMakeLists.txt | 120 swprintf.c
|
D | meson.build | 123 'swprintf.c',
|
/picolibc-3.5.0-3.4.0/newlib/testsuite/newlib.stdio/ |
D | swprintf.c | 23 swprintf(wcbuf, 512, L"%.*f", 3, val); in main()
|
D | meson.build | 39 tests += ['swprintf']
|
/picolibc-3.5.0-3.4.0/test/ |
D | printf-tests.c | 182 n = swprintf(wbuf, 1024, fmt, iv1, iv2, printf_float(dv)); in testw() 186 n = swprintf(wbuf, 1024, fmt, iv, printf_float(dv)); in testw() 190 n = swprintf(wbuf, 1024, fmt, printf_float(dv)); in testw()
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/ |
D | swprintf.c | 552 swprintf (wchar_t *__restrict str, in swprintf() function
|
D | stdio.tex | 106 * swprintf:: Write formatted wide character output 310 @include stdio/swprintf.def
|
D | meson.build | 196 'swprintf.c',
|
D | vfwscanf.c | 1553 swprintf (exp_start, MAX_LONG_LEN, L"e%ld", new_exp); in _SVFWSCANF()
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | wchar.h | 251 int swprintf (wchar_t *__restrict, size_t,
|
/picolibc-3.5.0-3.4.0/newlib/libc/time/ |
D | strftime.c | 319 # define t_snprintf swprintf /* wide-char equivalent function name */
|
/picolibc-3.5.0-3.4.0/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-3.5.0-3.4.0/ |
D | COPYING.picolibc | 855 newlib/libc/tinystdio/swprintf.c 3367 newlib/testsuite/newlib.stdio/swprintf.c 4341 newlib/libc/stdio/swprintf.c
|