Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/include/
H A Dstreambuf100 virtual int_type pbackfail(int_type c = traits_type::eof());
208 return pbackfail(traits_type::to_int_type(__c));
215 return pbackfail();
289 virtual int_type pbackfail(int_type __c = traits_type::eof());
450 basic_streambuf<_CharT, _Traits>::pbackfail(int_type)
H A D__std_stream51 virtual int_type pbackfail(int_type __c = traits_type::eof());
180 __stdinbuf<_CharT>::pbackfail(int_type __c)
H A Dstrstream44 virtual int_type pbackfail(int_type c = EOF);
171 virtual int_type pbackfail(int_type __c = EOF);
H A Dsstream46 virtual int_type pbackfail(int_type c = traits_type::eof());
232 virtual int_type pbackfail(int_type __c = traits_type::eof());
503 basic_stringbuf<_CharT, _Traits, _Allocator>::pbackfail(int_type __c)
H A Dfstream49 virtual int_type pbackfail(int_type c = traits_type::eof());
256 virtual int_type pbackfail(int_type __c = traits_type::eof());
782 basic_filebuf<_CharT, _Traits>::pbackfail(int_type __c)
H A Dlocale3952 virtual int_type pbackfail(int_type __c = traits_type::eof());
4069 wbuffer_convert<_Codecvt, _Elem, _Tr>::pbackfail(int_type __c)
/freebsd-12.1/contrib/libstdc++/include/std/
H A 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())
H A Dstd_fstream.h322 pbackfail(int_type __c = _Traits::eof()); in _GLIBCXX_BEGIN_NAMESPACE()
H A Dstd_sstream.h187 pbackfail(int_type __c = traits_type::eof()); in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dsstream.tcc52 pbackfail(int_type __c) in _GLIBCXX_BEGIN_NAMESPACE()
H A Dfstream.tcc340 pbackfail(int_type __i) in pbackfail() function in basic_filebuf
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h111 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-12.1/contrib/libc++/src/
H A Dstrstream.cpp198 strstreambuf::pbackfail(int_type __c) in pbackfail() function in strstreambuf
/freebsd-12.1/contrib/libstdc++/src/
H A Dstrstream.cc188 strstreambuf::pbackfail(int_type c) in pbackfail() function in strstreambuf
/freebsd-12.1/contrib/libstdc++/include/backward/
H A Dstrstream91 virtual int_type pbackfail(int_type __c = _Traits::eof());
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20032029 * src/strstream.cc (pbackfail): Fix to use to_int_type.
2592 (stdio_sync_filebuf::pbackfail): If argument is eof(), pass
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
5818 * include/bits/fstream.tcc (pbackfail, imbue): Here.
5826 * include/bits/sstream.tcc (pbackfail, overflow):
5844 * include/bits/sstream.tcc (pbackfail): Remove redundant
[all …]
H A 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.
H A 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.
H A 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.
H A DChangeLog-2002478 "this->" to call to pbackfail.