Searched refs:mbsrtowcs (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dmultibyte_sb.c165 mbsrtowcs( function
213 return mbsrtowcs(pwcs, &s, n, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvswprintf.c81 nwc = mbsrtowcs(s, (const char **)&mbp, n, &mbs);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwchar.h139 size_t mbsrtowcs (wchar_t * __restrict dst,
1480 The mbsrtowcs function converts a sequence of multibyte characters that begins in the
1498 the mbsrtowcs function stores the value of the macro EILSEQ in
1504 size_t mbsrtowcs(wchar_t * __restrict dst, const char ** __restrict src, size_t len, mbstate_t * __restrict ps);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dwchar.h404 size_t __cdecl mbsrtowcs(wchar_t*,const char**,size_t,mbstate_t*);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dwchar.h467 size_t __cdecl mbsrtowcs(wchar_t*,const char**,size_t,mbstate_t*);

Completed in 240 milliseconds