Searched defs:wstr (Results 1 – 12 of 12) 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()
54 char *wstr; /* Min width represented as a string. */ member
869 term_setwidth(struct termp * p,const char * wstr) term_setwidth() argument
338 static char* alloc_wstomb(wchar_t *wstr) in alloc_wstomb()
1119 static char *wide_to_asc(LPCWSTR wstr) in wide_to_asc()
1236 StreamWideCharsToMessage(const wchar_t * wstr,size_t length,Message * msg) StreamWideCharsToMessage() argument 1293 operator <<(const::std::wstring & wstr) operator <<() argument
5237 wchar_t* wstr = nullptr; TEST() local
14826 std::string StringMaker<std::wstring>::convert(const std::wstring& wstr) { in convert()