Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dstreambuf99 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_stream50 virtual int_type pbackfail(int_type __c = traits_type::eof());
179 __stdinbuf<_CharT>::pbackfail(int_type __c)
H A Dstrstream46 virtual int_type pbackfail(int_type c = EOF);
178 virtual int_type pbackfail(int_type __c = EOF);
H A Dsstream47 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 Dfstream48 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 Dreadlinebuf.h108 virtual int_type pbackfail( int_type c = eof ) {
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dstrstream.cpp197 strstreambuf::pbackfail(int_type __c) in pbackfail() function in strstreambuf
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dsstream.tcc46 pbackfail(int_type __c) in pbackfail() function in std::basic_stringbuf
H A Dfstream.tcc483 pbackfail(int_type __i) in pbackfail() function in std::basic_filebuf
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dsstream.tcc46 pbackfail(int_type __c) in pbackfail() function in std::basic_stringbuf
H A Dfstream.tcc483 pbackfail(int_type __i) in pbackfail() function in std::basic_filebuf
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h145 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dstreambuf383 __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 Dsstream359 pbackfail(int_type __c = traits_type::eof());
H A Dfstream388 pbackfail(int_type __c = _Traits::eof());
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dstreambuf385 __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 Dsstream238 pbackfail(int_type __c = traits_type::eof());
H A Dfstream383 pbackfail(int_type __c = _Traits::eof());
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dstrstream.cc185 strstreambuf::pbackfail(int_type c) in pbackfail() function in std::strstreambuf
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dstrstream.cc185 strstreambuf::pbackfail(int_type c) in pbackfail() function in std::strstreambuf
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dstrstream123 virtual int_type pbackfail(int_type __c = _Traits::eof());
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dstrstream123 virtual int_type pbackfail(int_type __c = _Traits::eof());
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A 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 …]
H A DChangeLog-1999412 * 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.

12