Lines Matching refs:__wb
2394 void __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm,
2748 unique_ptr<char_type, void(*)(void*)>& __wb,
2790 unique_ptr<char_type, void(*)(void*)>& __wb,
2812 __wn = __wb.get();
2932 __double_or_nothing(__wb, __wn, __we);
2967 __double_or_nothing(__wb, __wn, __we);
2971 if (__wn == __wb.get())
3013 unique_ptr<char_type, void(*)(void*)> __wb(__wbuf, __do_nothing);
3020 __wb, __wn, __we))
3028 if (__wn - __wb.get() > __bz-2)
3030 __h.reset((char*)malloc(static_cast<size_t>(__wn - __wb.get() + 2)));
3037 for (const char_type* __w = __wb.get(); __w < __wn; ++__w, ++__nc)
3057 unique_ptr<char_type, void(*)(void*)> __wb(__wbuf, __do_nothing);
3064 __wb, __wn, __we))
3071 for (__w = __wb.get(); __w < __wn-1; ++__w)