Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.c99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)), in xsputn()
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)), in _M_xsputnc()
156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { in overflow() function
D_sstream.h82 virtual int_type overflow(int_type __c);
84 int_type overflow() {return overflow(_Traits::eof());} in overflow() function
D_streambuf.h194 virtual int_type overflow(int_type = traits_type::eof());
200 : this->overflow(_Traits::to_int_type(__c))); in sputc()
D_fstream.c85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()), in close()
208 basic_filebuf<_CharT, _Traits>::overflow(int_type __c) { in overflow() function
404 return traits_type::eq_int_type(this->overflow(traits_type::eof()), in sync()
707 bool __ok = !traits_type::eq_int_type(this->overflow(traits_type::eof()), in _M_seek_init()
D_strstream.h74 virtual int_type overflow(int_type __c = _Traits::eof());
D_sstream.c142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c) in overflow() function
D_fstream.h204 virtual int_type overflow(int_type = traits_type::eof());
/ndk/tests/device/test-gnustl-full/unit/
Dfull_streambuf.h26 int_type overflow(int_type c) { in overflow() function
/ndk/tests/device/test-stlport/unit/
Dfull_streambuf.h26 int_type overflow(int_type c) { in overflow() function
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.h92 int_type overflow(int_type c = traits_type::eof());
Dstdio_streambuf.cpp203 stdio_ostreambuf::int_type stdio_ostreambuf::overflow(int_type c) { in overflow() function in stdio_ostreambuf
Dstrstream.cpp116 strstreambuf::int_type strstreambuf::overflow(int_type c) { in overflow() function in strstreambuf
/ndk/sources/host-tools/nawk-20071023/
DFIXES91 prevent overflow of -f array in main, head off potential error in
101 fixed a couple of overflow problems with ridiculous field numbers:
466 in run.c; added overflow tests to some previously unchecked cases.
584 the state arrays can still overflow.
651 overflow in penter. thanks to mark larsen.
/ndk/sources/host-tools/sed-4.2.1/po/
Del.po659 #~ msgid "internal error: code overflow"
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Duniq.good841 those back references that we can. In this case there need not be overflow
Duniq.inp1738 those back references that we can. In this case there need not be overflow
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info1484 easily overflow internal buffers.
Dsed-in.texi1953 this script might easily overflow internal buffers.
Dsed.texi2028 this script might easily overflow internal buffers.
/ndk/sources/host-tools/make-3.81/
DChangeLog296 incrementing it, as it is only 8-bit wide, and could overflow if