Searched refs:wstr (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dregcomp.c44 tre_char_t *wstr = wregex; local
47 *(wstr++) = *(str++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregextest.cpp168 const wxWCharBuffer wstr = wxConvUTF8.cMB2WC(str); local
169 const wxWC2WXbuf buf = wxConvCurrent->cWC2WX(wstr);
171 if (!buf || wxWcscmp(wxConvCurrent->cWX2WC(buf), wstr) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp470 wchar_t wstr[ERR_STRING_MAX]; local
471 memset(wstr, 0, sizeof(wstr));
473 wstr, ERR_STRING_MAX-1);
474 MessageBox(hWndDlgMain, wstr, L"Error Message", MB_OK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dclipbrd.cpp260 const wchar_t *wstr = (const wchar_t *)d;
261 size_t len = wxConvCurrent->WC2MB(NULL, wstr, 0);
269 wxConvCurrent->WC2MB(str, wstr, len + 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dretest.c47 static wchar_t wstr[MAXSTRSIZE]; variable
340 int wlen = mbntowc(wstr, data, len, woffs);
347 wstr[wlen] = L'\0';
350 #define data wstr
414 int wlen = mbntowc(wstr, str, len, woffs);
421 wstr[wlen] = L'\0';
424 #define str wstr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_capi.c1065 static char *wide_to_asc(LPCWSTR wstr) argument
1070 if (!wstr)
1072 len_0 = (int)wcslen(wstr) + 1; /* WideCharToMultiByte expects int */
1073 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL);
1083 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_capi.c1065 static char *wide_to_asc(LPCWSTR wstr) argument
1070 if (!wstr)
1072 len_0 = (int)wcslen(wstr) + 1; /* WideCharToMultiByte expects int */
1073 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL);
1083 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) {

Completed in 84 milliseconds