Lines Matching refs:__wb
2485 void __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm,
2839 unique_ptr<char_type, void(*)(void*)>& __wb,
2881 unique_ptr<char_type, void(*)(void*)>& __wb,
2903 __wn = __wb.get();
3023 __double_or_nothing(__wb, __wn, __we);
3058 __double_or_nothing(__wb, __wn, __we);
3062 if (__wn == __wb.get())
3104 unique_ptr<char_type, void(*)(void*)> __wb(__wbuf, __do_nothing);
3111 __wb, __wn, __we))
3119 if (__wn - __wb.get() > __bz-2)
3121 __h.reset((char*)malloc(static_cast<size_t>(__wn - __wb.get() + 2)));
3128 for (const char_type* __w = __wb.get(); __w < __wn; ++__w, ++__nc)
3148 unique_ptr<char_type, void(*)(void*)> __wb(__wbuf, __do_nothing);
3155 __wb, __wn, __we))
3162 for (__w = __wb.get(); __w < __wn-1; ++__w)