Home
last modified time | relevance | path

Searched refs:pbackfail (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/libstdc++/include/std/
Dstd_streambuf.h374 __ret = this->pbackfail(traits_type::to_int_type(__c)); in sputbackc()
402 __ret = this->pbackfail(); in sungetc()
720 pbackfail(int_type /* __c */ = traits_type::eof())
Dstd_sstream.h187 pbackfail(int_type __c = traits_type::eof()); in _GLIBCXX_BEGIN_NAMESPACE()
Dstd_fstream.h322 pbackfail(int_type __c = _Traits::eof()); in _GLIBCXX_BEGIN_NAMESPACE()
/NextBSD/contrib/libc++/include/
Dstreambuf100 virtual int_type pbackfail(int_type c = traits_type::eof());
201 virtual int_type pbackfail(int_type __c = traits_type::eof());
330 return pbackfail(traits_type::to_int_type(__c));
340 return pbackfail();
528 basic_streambuf<_CharT, _Traits>::pbackfail(int_type)
D__std_stream49 virtual int_type pbackfail(int_type __c = traits_type::eof());
178 __stdinbuf<_CharT>::pbackfail(int_type __c)
Dstrstream44 virtual int_type pbackfail(int_type c = EOF);
171 virtual int_type pbackfail(int_type __c = EOF);
Dsstream46 virtual int_type pbackfail(int_type c = traits_type::eof());
230 virtual int_type pbackfail(int_type __c = traits_type::eof());
494 basic_stringbuf<_CharT, _Traits, _Allocator>::pbackfail(int_type __c)
Dfstream48 virtual int_type pbackfail(int_type c = traits_type::eof());
218 virtual int_type pbackfail(int_type __c = traits_type::eof());
647 basic_filebuf<_CharT, _Traits>::pbackfail(int_type __c)
Dlocale4061 virtual int_type pbackfail(int_type __c = traits_type::eof());
4174 wbuffer_convert<_Codecvt, _Elem, _Tr>::pbackfail(int_type __c)
/NextBSD/contrib/libreadline/examples/
HDreadlinebuf.h108 virtual int_type pbackfail( int_type c = eof ) {
/NextBSD/contrib/libstdc++/include/bits/
Dsstream.tcc52 pbackfail(int_type __c) in _GLIBCXX_BEGIN_NAMESPACE()
Dfstream.tcc340 pbackfail(int_type __i) in pbackfail() function in basic_filebuf
/NextBSD/contrib/libstdc++/include/ext/
Dstdio_sync_filebuf.h111 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_BEGIN_NAMESPACE()
/NextBSD/contrib/libc++/src/
Dstrstream.cpp193 strstreambuf::pbackfail(int_type __c) in pbackfail() function in strstreambuf
/NextBSD/contrib/libstdc++/src/
Dstrstream.cc188 strstreambuf::pbackfail(int_type c) in pbackfail() function in strstreambuf
/NextBSD/contrib/libstdc++/include/backward/
Dstrstream91 virtual int_type pbackfail(int_type __c = _Traits::eof());
/NextBSD/contrib/libstdc++/
DChangeLog-20031902 basic_filebuf::pbackfail): Don't use < or >= to compare pos_type
2029 * src/strstream.cc (pbackfail): Fix to use to_int_type.
2592 (stdio_sync_filebuf::pbackfail): If argument is eof(), pass
4165 (pbackfail): Set _M_reading to true on pback creation, tweak.
4258 * include/bits/sstream.tcc (pbackfail, overflow, seekoff,
4822 * include/bits/fstream.tcc (pbackfail): Make a rarely taken
4835 * include/bits/sstream.tcc (pbackfail): Minor clean up and
4836 reformatting, consistent with basic_filebuf::pbackfail.
4848 * include/bits/fstream.tcc (pbackfail): If the pback buffer
4850 * testsuite/27_io/basic_filebuf/pbackfail/char/9761.cc: New.
[all …]
DChangeLog-1999412 * bits/sstream.tcc (stringbuf::pbackfail): Fix.
775 * bits/streambuf.tcc (pbackfail, overflow): Move back inline.
842 (pbackfail): Conform to default behavior.
3199 * bits/std_fstream.h (pbackfail): Correct.
DChangeLog-20041727 * include/bits/sstream.tcc (pbackfail): Implement correctly
1730 * testsuite/27_io/basic_stringbuf/pbackfail/char/1.cc: New.
1731 * testsuite/27_io/basic_stringbuf/pbackfail/char/2.cc: Likewise.
1732 * testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/1.cc: Likewise.
1733 * testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/2.cc: Likewise.
DChangeLog-20002864 * config/c_io_libio.cc: Add specializations for pbackfail, uflow.
3078 * testsuite/27_io/filebuf-3.tst: Correct for pbackfail bits.
3128 * bits/sstream.tcc (stringbuf::pbackfail): Simplify.
DChangeLog-2002478 "this->" to call to pbackfail.