Home
last modified time | relevance | path

Searched refs:wptr (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/reactos/libs/libmpg123/
H A Dcompat.h192 int win32_wide_utf8(const wchar_t * const wptr, char **mbptr, size_t * buflen);
206 int win32_utf8_wide(const char *const mbptr, wchar_t **wptr, size_t *buflen);
/reactos/sdk/lib/3rdparty/libmpg123/compat/
H A Dcompat.c270 int win32_wide_utf8(const wchar_t * const wptr, char **mbptr, size_t * buflen) in win32_wide_utf8() argument
276 …len = WideCharToMultiByte(CP_UTF8, 0, wptr, -1, NULL, 0, NULL, NULL); /* Get utf-8 string length */ in win32_wide_utf8()
281 …if (len != 0) ret = WideCharToMultiByte(CP_UTF8, 0, wptr, -1, buf, len, NULL, NULL); /*Do actual c… in win32_wide_utf8()
289 int win32_utf8_wide(const char *const mbptr, wchar_t **wptr, size_t *buflen) in win32_utf8_wide() argument
303 *wptr = buf; /* Set string pointer to allocated buffer */ in win32_utf8_wide()
/reactos/modules/rostests/winetests/msvcrt/
H A Dfile.c744 WCHAR *mytextW = NULL, *aptr, *wptr; in test_fgetwc() local
773 wptr = wtextW; in test_fgetwc()
776 diff_found |= (*aptr != *wptr); in test_fgetwc()
824 wptr = wtextW; in test_fgetwc()
827 ok(*aptr == *wptr, "Char %d expected %04hx got %04hx\n", i, *aptr, *wptr); in test_fgetwc()
828 diff_found |= (*aptr != *wptr); in test_fgetwc()
839 wptr = wtextW; in test_fgetwc()
842 ok(*aptr == *wptr, "Char %d expected %04hx got %04hx\n", i, *aptr, *wptr); in test_fgetwc()
843 diff_found |= (*aptr != *wptr); in test_fgetwc()
1122 wptr = wtextW; in test_file_put_get()
[all …]
/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c3438 WCHAR *wptr, *wstr; in ConvertSecurityDescriptorToStringSecurityDescriptorW() local
3461 wstr = wptr = LocalAlloc(0, (len + 1)*sizeof(WCHAR)); in ConvertSecurityDescriptorToStringSecurityDescriptorW()
3468 if (!DumpOwner(SecurityDescriptor, &wptr, NULL)) { in ConvertSecurityDescriptorToStringSecurityDescriptorW()
3473 if (!DumpGroup(SecurityDescriptor, &wptr, NULL)) { in ConvertSecurityDescriptorToStringSecurityDescriptorW()
3478 if (!DumpDacl(SecurityDescriptor, &wptr, NULL)) { in ConvertSecurityDescriptorToStringSecurityDescriptorW()
3483 if (!DumpSacl(SecurityDescriptor, &wptr, NULL)) { in ConvertSecurityDescriptorToStringSecurityDescriptorW()
3487 *wptr = 0; in ConvertSecurityDescriptorToStringSecurityDescriptorW()