Searched refs:__status (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | error.h | 42 extern void error (int __status, int __errnum, const char *__format, ...) 45 extern void error_at_line (int __status, int __errnum, const char *__fname,
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _fstream.c | 226 typename _Codecvt::result __status in overflow() local 229 if (__status == _Codecvt::noconv) { in overflow() 240 else if (__status != _Codecvt::error && in overflow() 355 typename _Codecvt::result __status in seekoff() local 364 _STLP_ASSERT(__status == _Codecvt::ok) in seekoff() 534 typename _Codecvt::result __status in _M_underflow_aux() local 547 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() local 598 __status = _M_codecvt->unshift(_M_state, in _M_unshift() [all …]
|
D | _istream.c | 586 ios_base::iostate __status = 0; in __read_unbuffered() local 594 __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() local 677 __status |= ios_base::eofbit; in __read_buffered() 680 __status |= ios_base::failbit; in __read_buffered() 689 __status |= ios_base::eofbit; in __read_buffered() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | shared_mutex | 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)
|
D | locale | 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)
|