| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | streambuf | 99 virtual int_type pbackfail(int_type c = traits_type::eof()); 207 return pbackfail(traits_type::to_int_type(__c)); 214 return pbackfail(); 288 virtual int_type pbackfail(int_type __c = traits_type::eof()); 449 basic_streambuf<_CharT, _Traits>::pbackfail(int_type)
|
| H A D | __std_stream | 50 virtual int_type pbackfail(int_type __c = traits_type::eof()); 179 __stdinbuf<_CharT>::pbackfail(int_type __c)
|
| H A D | strstream | 46 virtual int_type pbackfail(int_type c = EOF); 178 virtual int_type pbackfail(int_type __c = EOF);
|
| H A D | sstream | 47 virtual int_type pbackfail(int_type c = traits_type::eof()); 257 virtual int_type pbackfail(int_type __c = traits_type::eof()); 509 basic_stringbuf<_CharT, _Traits, _Allocator>::pbackfail(int_type __c)
|
| H A D | fstream | 48 virtual int_type pbackfail(int_type c = traits_type::eof()); 263 virtual int_type pbackfail(int_type __c = traits_type::eof()); 789 basic_filebuf<_CharT, _Traits>::pbackfail(int_type __c)
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/ |
| H A D | readlinebuf.h | 108 virtual int_type pbackfail( int_type c = eof ) {
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| H A D | stdio_sync_filebuf.h | 146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
| H A D | strstream.cpp | 197 strstreambuf::pbackfail(int_type __c) in pbackfail() function in strstreambuf
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | sstream.tcc | 46 pbackfail(int_type __c) in pbackfail() function in std::basic_stringbuf
|
| H A D | fstream.tcc | 483 pbackfail(int_type __i) in pbackfail() function in std::basic_filebuf
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | sstream.tcc | 46 pbackfail(int_type __c) in pbackfail() function in std::basic_stringbuf
|
| H A D | fstream.tcc | 483 pbackfail(int_type __i) in pbackfail() function in std::basic_filebuf
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| H A D | stdio_sync_filebuf.h | 145 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | streambuf | 383 __ret = this->pbackfail(traits_type::to_int_type(__c)); 398 * calls and returns pbackfail(). The effect is to @a unget 411 __ret = this->pbackfail(); 729 pbackfail(int_type __c _IsUnused = traits_type::eof())
|
| H A D | sstream | 359 pbackfail(int_type __c = traits_type::eof());
|
| H A D | fstream | 388 pbackfail(int_type __c = _Traits::eof());
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | streambuf | 385 __ret = this->pbackfail(traits_type::to_int_type(__c)); 400 * calls and returns pbackfail(). The effect is to @a unget 413 __ret = this->pbackfail(); 731 pbackfail(int_type __c _IsUnused = traits_type::eof())
|
| H A D | sstream | 238 pbackfail(int_type __c = traits_type::eof());
|
| H A D | fstream | 383 pbackfail(int_type __c = _Traits::eof());
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| H A D | strstream.cc | 185 strstreambuf::pbackfail(int_type c) in pbackfail() function in std::strstreambuf
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| H A D | strstream.cc | 185 strstreambuf::pbackfail(int_type c) in pbackfail() function in std::strstreambuf
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/ |
| H A D | strstream | 123 virtual int_type pbackfail(int_type __c = _Traits::eof());
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/ |
| H A D | strstream | 123 virtual int_type pbackfail(int_type __c = _Traits::eof());
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A 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 …]
|
| H A D | ChangeLog-1999 | 412 * bits/sstream.tcc (stringbuf::pbackfail): Fix. 774 * bits/streambuf.tcc (pbackfail, overflow): Move back inline. 841 (pbackfail): Conform to default behavior. 3198 * bits/std_fstream.h (pbackfail): Correct.
|