Searched defs:wstr (Results 1 – 11 of 11) sorted by relevance
48 struct wstr { struct64 struct wstr wdata; argument
102 winwstr(WINDOW *win, wchar_t *wstr) in winwstr()
104 wins_nwstr(WINDOW *win, const wchar_t *wstr, int n) in wins_nwstr()
58 static int process_glob(WCHAR *wstr, int wlen) in process_glob()
37 my_wcstombs(const wchar_t *wstr) in my_wcstombs()
926 term_setwidth(struct termp *p, const char *wstr) in term_setwidth()
338 static char* alloc_wstomb(wchar_t *wstr) in alloc_wstomb() argument
1119 static char *wide_to_asc(LPCWSTR wstr) in wide_to_asc()
1262 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length, in StreamWideCharsToMessage()1319 Message& Message::operator<<(const ::std::wstring& wstr) { in operator <<()
5241 wchar_t* wstr = nullptr; in TEST() local
14826 std::string StringMaker<std::wstring>::convert(const std::wstring& wstr) { in convert()