Searched refs:sbumpc (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/src/
H A Distream.cc89 __sb->sbumpc();
175 __sb->sbumpc();
397 __sb->sbumpc();
469 __sb->sbumpc();
555 __sb->sbumpc();
626 __sb->sbumpc();
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstreambuf_iterator.h122 /// Advance the iterator. Calls streambuf.sbumpc().
131 _M_sbuf->sbumpc();
137 /// Advance the iterator. Calls streambuf.sbumpc().
148 __old._M_c = _M_sbuf->sbumpc();
/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_streambuf.h291 * Calls @c sbumpc(), and if that function returns
298 if (__builtin_expect(!traits_type::eq_int_type(this->sbumpc(),
313 sbumpc() function in class:basic_streambuf
654 * sequence, as if by @c sbumpc(). Stops when either @a n characters
H A Dstd_bitset.h1251 typename _Traits::int_type __c1 = __buf->sbumpc();

Completed in 509 milliseconds