Lines Matching refs:__wb
2111 void __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, char __fmt, char __mod) const;
2440 unique_ptr<char_type, void (*)(void*)>& __wb,
2480 unique_ptr<char_type, void (*)(void*)>& __wb,
2505 __wn = __wb.get();
2585 std::__double_or_nothing(__wb, __wn, __we);
2612 std::__double_or_nothing(__wb, __wn, __we);
2616 if (__wn == __wb.get()) {
2647 unique_ptr<char_type, void (*)(void*)> __wb(__wbuf, __do_nothing);
2653 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct, __wb, __wn, __we)) {
2660 if (__wn - __wb.get() > __bz - 2) {
2661 __h.reset((char*)malloc(static_cast<size_t>(__wn - __wb.get() + 2)));
2668 for (const char_type* __w = __wb.get(); __w < __wn; ++__w, ++__nc)
2684 unique_ptr<char_type, void (*)(void*)> __wb(__wbuf, __do_nothing);
2690 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct, __wb, __wn, __we)) {
2696 for (__w = __wb.get(); __w < __wn - 1; ++__w)