Searched defs:pwcs (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dmultibyte_sb.c166 wchar_t *pwcs,
174 /* pwcs may be NULL */
182 if (pwcs != NULL) {
184 if ((*pwcs++ = (wchar_t) *(*s)++) == 0) {
204 wchar_t *pwcs,
210 /* pwcs may be NULL */
213 return mbsrtowcs(pwcs, &s, n, NULL);
220 const wchar_t **pwcs,
228 /* pwcs may be NULL */
231 if (pwcs
165 mbsrtowcs( wchar_t *pwcs, const char **s, size_t n, mbstate_t *ps ) argument
203 mbstowcs( wchar_t *pwcs, const char *s, size_t n ) argument
218 wcsrtombs( char *s, const wchar_t **pwcs, size_t n, mbstate_t *ps ) argument
254 wcstombs( char *s, const wchar_t *pwcs, size_t n ) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDriver.cpp134 VOID _wcsncpy(WCHAR *pwcd, WCHAR *pwcs, ULONG dstsize) argument
138 while (*pwcs!=*L"")
145 *pwcd = *pwcs;
147 pwcs++;

Completed in 35 milliseconds