Home
last modified time | relevance | path

Searched refs:__status (Results 1 – 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
D_fstream.c226 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.c586 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 …]
/external/bison/lib/
Derror.h43 extern void error (int __status, int __errnum, const char *__format, ...)
46 extern void error_at_line (int __status, int __errnum, const char *__fname,
/external/valgrind/main/perf/
Dtest_input_for_tinycc.c457 long int __status; member
729 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
737 extern void exit (int __status) __attribute__ ((__nothrow__)) __attribute__ ((__noreturn__));