Searched refs:mbstowcs (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/testsuite/newlib.stdio/ |
D | swprintf.c | 23 mbstowcs(wcbuf2, cbuf, 512); in main()
|
/picolibc-latest/newlib/libc/stdlib/ |
D | mbstowcs.c | 51 mbstowcs (wchar_t *__restrict pwcs, in mbstowcs() function
|
D | stdlib.tex | 39 * Function mbstowcs:: Minimal multibyte string to wide string converter 147 @include stdlib/mbstowcs.def
|
D | CMakeLists.txt | 78 mbstowcs.c
|
D | meson.build | 128 'mbstowcs.c',
|
/picolibc-latest/newlib/libc/include/ssp/ |
D | stdlib.h | 10 __ssp_decl(size_t, mbstowcs, (wchar_t *__buf, const char *__src, size_t __n))
|
/picolibc-latest/newlib/libc/ssp/ |
D | ssp.tex | 51 mbstowcs wcstombs wctomb
|
/picolibc-latest/newlib/libc/include/ |
D | stdlib.h | 185 size_t mbstowcs (wchar_t *__restrict, const char *__restrict, size_t);
|
/picolibc-latest/newlib/libc/time/ |
D | strftime.c | 334 *len_ret = mbstowcs (buf, elem, CTLOCBUFLEN - 1); in __ctloc() 615 len = mbstowcs (NULL, alt_digits, 0); in get_alt_digits() 635 mbstowcs (adi->buffer, alt_digits, len + 1); in get_alt_digits()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 2195 libc/stdlib/mbstowcs.c, libc/stdlib/mbtowc.c, 2400 * libc/include/stdlib.h, libc/stdlib/mbstowcs.c, 13956 * libc/stdlib/mbstowcs.c, libc/stdlib/mbtowc.c: Ditto 16617 * libc/stdlib/mbstowcs.c: Reformat. 16916 * libc/stdlib/mbstowcs.c: Likewise. 21037 * libc/stdlib/mbstowcs.c: Ditto. 21478 mbstowcs.def, and wcstombs.def. 21509 about mblen, mbstowcs, and wcstombs. 22482 implements mbstowcs() with multibyte support for JIS, SJIS, and EUC-JP. 22497 * libc/stdlib/mbstowcs.c (mbstowcs): Added code to call _mbstowcs_r() [all …]
|
/picolibc-latest/ |
D | COPYING.picolibc | 3286 newlib/libc/stdlib/mbstowcs.c
|