Lines Matching refs:__wb
2600 void __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm,
2954 unique_ptr<char_type, void(*)(void*)>& __wb,
2996 unique_ptr<char_type, void(*)(void*)>& __wb,
3018 __wn = __wb.get();
3138 __double_or_nothing(__wb, __wn, __we);
3173 __double_or_nothing(__wb, __wn, __we);
3177 if (__wn == __wb.get())
3219 unique_ptr<char_type, void(*)(void*)> __wb(__wbuf, __do_nothing);
3226 __wb, __wn, __we))
3234 if (__wn - __wb.get() > __bz-2)
3236 __h.reset((char*)malloc(static_cast<size_t>(__wn - __wb.get() + 2)));
3243 for (const char_type* __w = __wb.get(); __w < __wn; ++__w, ++__nc)
3263 unique_ptr<char_type, void(*)(void*)> __wb(__wbuf, __do_nothing);
3270 __wb, __wn, __we))
3277 for (__w = __wb.get(); __w < __wn-1; ++__w)