Searched refs:pbackfail (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_streambuf.h374 __ret = this->pbackfail(traits_type::to_int_type(__c));
389 * returns pbackfail(). The effect is to "unget" the last character
402 __ret = this->pbackfail();
720 pbackfail(int_type /* __c */ = traits_type::eof()) function in class:basic_streambuf
H A Dstd_fstream.h322 pbackfail(int_type __c = _Traits::eof());
H A Dstd_sstream.h187 pbackfail(int_type __c = traits_type::eof());
/freebsd-11-stable/contrib/libreadline/examples/
H A Dreadlinebuf.h108 virtual int_type pbackfail( int_type c = eof ) { function in class:readlinebuf
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h65 // Last character gotten. This is used when pbackfail is
111 pbackfail(int_type __c = traits_type::eof()) function in class:stdio_sync_filebuf
/freebsd-11-stable/contrib/libstdc++/src/
H A Dstrstream.cc188 strstreambuf::pbackfail(int_type c) function in class:strstreambuf
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp197 strstreambuf::pbackfail(int_type __c) function in class:strstreambuf

Completed in 338 milliseconds