Searched refs:__status (Results 1 – 4 of 4) sorted by relevance
226 typename _Codecvt::result __status in overflow() local229 if (__status == _Codecvt::noconv) { in overflow()240 else if (__status != _Codecvt::error && in overflow()355 typename _Codecvt::result __status in seekoff() local364 _STLP_ASSERT(__status == _Codecvt::ok) in seekoff()534 typename _Codecvt::result __status in _M_underflow_aux() local547 if (__status == _Codecvt::noconv) in _M_underflow_aux()549 else if (__status == _Codecvt::error || in _M_underflow_aux()595 typename _Codecvt::result __status; in _M_unshift() local598 __status = _M_codecvt->unshift(_M_state, in _M_unshift()[all …]
586 ios_base::iostate __status = 0; in __read_unbuffered() local594 __status |= ios_base::failbit; in __read_unbuffered()601 __status |= ios_base::eofbit; in __read_unbuffered()607 __status |= ios_base::failbit; in __read_unbuffered()624 if (__status) in __read_unbuffered()625 __that->setstate(__status); // This might throw. in __read_unbuffered()641 ios_base::iostate __status = 0; in __read_buffered() local677 __status |= ios_base::eofbit; in __read_buffered()680 __status |= ios_base::failbit; in __read_buffered()689 __status |= ios_base::eofbit; in __read_buffered()[all …]
176 cv_status __status = __gate1_.wait_until(__lk, __abs_time);179 if (__status == cv_status::timeout)188 cv_status __status = __gate2_.wait_until(__lk, __abs_time);191 if (__status == cv_status::timeout)
440 unsigned char* __status = __statbuf;444 __status = (unsigned char*)malloc(__nkw);445 if (__status == 0)447 __stat_hold.reset(__status);452 unsigned char* __st = __status;478 __st = __status;512 __st = __status;528 for (__st = __status; __kb != __ke; ++__kb, ++__st)