| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/io/ |
| D | basic_file_libio.cc | 71 __basic_file<char>::pbackfail(int __c) in pbackfail() function in std::__basic_file 151 __basic_file<wchar_t>::pbackfail(int __c) in pbackfail() function in std::__basic_file
|
| D | basic_file_libio.h | 72 pbackfail(int __c) = 0; 181 pbackfail(int __c); 267 __basic_file<char>::pbackfail(int __c); 313 __basic_file<wchar_t>::pbackfail(int __c);
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | streambuf.tcc | 71 __ret = this->pbackfail(traits_type::to_int_type(__c)); in sputbackc() 92 __ret = this->pbackfail(); in sungetc()
|
| D | sstream.tcc | 47 pbackfail(int_type __c) in pbackfail() function in std::basic_stringbuf
|
| D | fstream.tcc | 180 pbackfail(int_type __i) in pbackfail() function in std::basic_filebuf
|
| /openbsd/src/gnu/gcc/libstdc++-v3/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_fstream.h | 322 pbackfail(int_type __c = _Traits::eof()); in _GLIBCXX_BEGIN_NAMESPACE()
|
| D | std_sstream.h | 187 pbackfail(int_type __c = traits_type::eof()); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | streambuf | 99 virtual int_type pbackfail(int_type c = traits_type::eof()); 210 return pbackfail(traits_type::to_int_type(__c)); 217 return pbackfail(); 291 virtual int_type pbackfail(int_type __c = traits_type::eof()); 452 basic_streambuf<_CharT, _Traits>::pbackfail(int_type)
|
| D | __std_stream | 50 virtual int_type pbackfail(int_type __c = traits_type::eof()); 179 __stdinbuf<_CharT>::pbackfail(int_type __c)
|
| D | strstream | 46 virtual int_type pbackfail(int_type c = EOF); 180 int_type pbackfail(int_type __c = EOF) override;
|
| D | sstream | 48 virtual int_type pbackfail(int_type c = traits_type::eof()); 259 int_type pbackfail(int_type __c = traits_type::eof()) override; 511 basic_stringbuf<_CharT, _Traits, _Allocator>::pbackfail(int_type __c)
|
| /openbsd/src/gnu/lib/libreadline/examples/ |
| D | readlinebuf.h | 108 virtual int_type pbackfail( int_type c = eof ) {
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | sstream.tcc | 52 pbackfail(int_type __c) in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | stdio_sync_filebuf.h | 111 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| D | p811.C | 192 virtual int pbackfail(int c); 254 virtual int pbackfail(int c);
|
| /openbsd/src/gnu/llvm/libcxx/src/ |
| D | strstream.cpp | 200 strstreambuf::pbackfail(int_type __c) in pbackfail() function in strstreambuf
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/ |
| D | std_sstream.h | 208 pbackfail(int_type __c = traits_type::eof());
|
| D | std_streambuf.h | 847 pbackfail(int_type /* __c */ = traits_type::eof())
|
| D | std_fstream.h | 244 pbackfail(int_type __c = _Traits::eof());
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | strstream.cc | 188 strstreambuf::pbackfail(int_type c) in pbackfail() function in strstreambuf
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/src/ |
| D | strstream.cc | 188 strstreambuf::pbackfail(int_type c) in pbackfail() function in std::strstreambuf
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| D | streambuf_members.cc | 72 { return (this->pbackfail(__c)); } in pub_pbackfail()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/backward/ |
| D | strstream | 91 virtual int_type pbackfail(int_type __c = _Traits::eof());
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/backward/ |
| D | strstream | 91 virtual int_type pbackfail(int_type __c = _Traits::eof());
|