Searched refs:wcsrtombs (Results 1 – 11 of 11) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | fputws.c | 117 nbytes = wcsrtombs(buf, &ws, sizeof (buf), &fp->_mbstate); in fputws() 139 nbytes = wcsrtombs (buf, &ws, sizeof (buf), &fp->_mbstate); in fputws()
|
D | vfprintf.c | 1235 if ((size = (int)wcsrtombs ( in VFPRINTF() 1259 if ((int)wcsrtombs (cp, &wcp, size, &ps) in VFPRINTF()
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | wcsrtombs.c | 12 wcsrtombs (char *__restrict dst, in wcsrtombs() function
|
D | CMakeLists.txt | 102 wcsrtombs.c
|
D | stdlib.tex | 53 * wcsrtombs:: Convert a wide-character string to a character string
|
D | meson.build | 152 'wcsrtombs.c',
|
/picolibc-3.7.0-3.6.0/newlib/libc/ssp/ |
D | ssp.tex | 38 fgetws wcrtomb wcsrtombs
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ssp/ |
D | wchar.h | 65 __ssp_redirect_raw(size_t, wcsrtombs, \
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | wchar.h | 116 size_t wcsrtombs (char *__restrict, const wchar_t **__restrict,
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 2224 *libc/stdlib/wcsrtombs.c (wcsrtombs): ditto. 7137 names for mbsrtowcs, wcsrtombs. 7179 and wcsnrtombs. Document wcsrtombs and wcsnrtombs. 7180 * libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Just call _wcsnrtombs_r. 7181 (wcsrtombs): Ditto. 8238 * libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Optimize condition 8249 * libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Fix condition for 13958 * libc/stdlib/wcsrtombs.c, libc/stdlib/wcstombs.c: Ditto 14428 * libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Call _wcrtomb_r instead 14501 * libc/stdlib/wcsrtombs.c: Ditto. [all …]
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 2902 newlib/libc/stdlib/wcsrtombs.c
|