| /NextBSD/contrib/libstdc++/include/std/ |
| D | std_streambuf.h | 374 __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())
|
| D | std_sstream.h | 187 pbackfail(int_type __c = traits_type::eof()); in _GLIBCXX_BEGIN_NAMESPACE()
|
| D | std_fstream.h | 322 pbackfail(int_type __c = _Traits::eof()); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /NextBSD/contrib/libc++/include/ |
| D | streambuf | 100 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_stream | 49 virtual int_type pbackfail(int_type __c = traits_type::eof()); 178 __stdinbuf<_CharT>::pbackfail(int_type __c)
|
| D | strstream | 44 virtual int_type pbackfail(int_type c = EOF); 171 virtual int_type pbackfail(int_type __c = EOF);
|
| D | sstream | 46 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)
|
| D | fstream | 48 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)
|
| D | locale | 4061 virtual int_type pbackfail(int_type __c = traits_type::eof()); 4174 wbuffer_convert<_Codecvt, _Elem, _Tr>::pbackfail(int_type __c)
|
| /NextBSD/contrib/libreadline/examples/ |
| HD | readlinebuf.h | 108 virtual int_type pbackfail( int_type c = eof ) {
|
| /NextBSD/contrib/libstdc++/include/bits/ |
| D | sstream.tcc | 52 pbackfail(int_type __c) in _GLIBCXX_BEGIN_NAMESPACE()
|
| D | fstream.tcc | 340 pbackfail(int_type __i) in pbackfail() function in basic_filebuf
|
| /NextBSD/contrib/libstdc++/include/ext/ |
| D | stdio_sync_filebuf.h | 111 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_BEGIN_NAMESPACE()
|
| /NextBSD/contrib/libc++/src/ |
| D | strstream.cpp | 193 strstreambuf::pbackfail(int_type __c) in pbackfail() function in strstreambuf
|
| /NextBSD/contrib/libstdc++/src/ |
| D | strstream.cc | 188 strstreambuf::pbackfail(int_type c) in pbackfail() function in strstreambuf
|
| /NextBSD/contrib/libstdc++/include/backward/ |
| D | strstream | 91 virtual int_type pbackfail(int_type __c = _Traits::eof());
|
| /NextBSD/contrib/libstdc++/ |
| D | ChangeLog-2003 | 1902 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 …]
|
| D | ChangeLog-1999 | 412 * 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.
|
| D | ChangeLog-2004 | 1727 * 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.
|
| D | ChangeLog-2000 | 2864 * 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.
|
| D | ChangeLog-2002 | 478 "this->" to call to pbackfail.
|