Home
last modified time | relevance | path

Searched refs:swprintf (Results 1 – 14 of 14) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dswprintf.c39 swprintf(wchar_t *s, size_t len, const wchar_t *fmt, ...) in swprintf() function
DCMakeLists.txt139 swprintf.c
Dmeson.build142 'swprintf.c',
/picolibc-latest/newlib/testsuite/newlib.stdio/
Dswprintf.c22 swprintf(wcbuf, 512, L"%.*f", 3, val); in main()
Dmeson.build39 tests += ['swprintf']
/picolibc-latest/test/
Dprintf-tests.c239 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/
Dswprintf.c551 swprintf (wchar_t *__restrict str, in swprintf() function
Dstdio.tex106 * Function swprintf:: Write formatted wide character output
310 @include stdio/swprintf.def
Dmeson.build208 'swprintf.c',
Dvfwscanf.c1562 swprintf (exp_start, MAX_LONG_LEN, L"e%ld", new_exp); in _SVFWSCANF()
/picolibc-latest/newlib/libc/include/
Dwchar.h154 int swprintf (wchar_t *__restrict, size_t,
/picolibc-latest/newlib/libc/time/
Dstrftime.c318 # define t_snprintf swprintf /* wide-char equivalent function name */
/picolibc-latest/newlib/
DChangeLog-2015183 * 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/
DCOPYING.picolibc839 newlib/libc/tinystdio/swprintf.c
3588 newlib/testsuite/newlib.stdio/swprintf.c
4561 newlib/libc/stdio/swprintf.c