Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/lib/libstdc++/libstdc++/config/io/
Dbasic_file_libio.cc71 __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
Dbasic_file_libio.h72 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/
Dstreambuf.tcc71 __ret = this->pbackfail(traits_type::to_int_type(__c)); in sputbackc()
92 __ret = this->pbackfail(); in sungetc()
Dsstream.tcc47 pbackfail(int_type __c) in pbackfail() function in std::basic_stringbuf
Dfstream.tcc180 pbackfail(int_type __i) in pbackfail() function in std::basic_filebuf
/openbsd/src/gnu/gcc/libstdc++-v3/include/std/
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())
Dstd_fstream.h322 pbackfail(int_type __c = _Traits::eof()); in _GLIBCXX_BEGIN_NAMESPACE()
Dstd_sstream.h187 pbackfail(int_type __c = traits_type::eof()); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/llvm/libcxx/include/
Dstreambuf99 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_stream50 virtual int_type pbackfail(int_type __c = traits_type::eof());
179 __stdinbuf<_CharT>::pbackfail(int_type __c)
Dstrstream46 virtual int_type pbackfail(int_type c = EOF);
180 int_type pbackfail(int_type __c = EOF) override;
Dsstream48 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/
Dreadlinebuf.h108 virtual int_type pbackfail( int_type c = eof ) {
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dsstream.tcc52 pbackfail(int_type __c) in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dstdio_sync_filebuf.h111 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
Dp811.C192 virtual int pbackfail(int c);
254 virtual int pbackfail(int c);
/openbsd/src/gnu/llvm/libcxx/src/
Dstrstream.cpp200 strstreambuf::pbackfail(int_type __c) in pbackfail() function in strstreambuf
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/
Dstd_sstream.h208 pbackfail(int_type __c = traits_type::eof());
Dstd_streambuf.h847 pbackfail(int_type /* __c */ = traits_type::eof())
Dstd_fstream.h244 pbackfail(int_type __c = _Traits::eof());
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dstrstream.cc188 strstreambuf::pbackfail(int_type c) in pbackfail() function in strstreambuf
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dstrstream.cc188 strstreambuf::pbackfail(int_type c) in pbackfail() function in std::strstreambuf
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
Dstreambuf_members.cc72 { return (this->pbackfail(__c)); } in pub_pbackfail()
/openbsd/src/gnu/gcc/libstdc++-v3/include/backward/
Dstrstream91 virtual int_type pbackfail(int_type __c = _Traits::eof());
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/backward/
Dstrstream91 virtual int_type pbackfail(int_type __c = _Traits::eof());

12