Home
last modified time | relevance | path

Searched refs:sgetc (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/src/
Distream.cc53 int_type __c = __sb->sgetc(); in _GLIBCXX_BEGIN_NAMESPACE()
74 __c = __sb->sgetc(); in _GLIBCXX_BEGIN_NAMESPACE()
126 int_type __c = __sb->sgetc(); in ignore()
147 __c = __sb->sgetc(); in ignore()
213 __int_type __c = __sb->sgetc(); in operator >>()
234 __c = __sb->sgetc(); in operator >>()
289 __int_type __c = __sb->sgetc(); in operator >>()
308 __c = __sb->sgetc(); in operator >>()
363 __int_type __c = __sb->sgetc(); in getline()
382 __c = __sb->sgetc(); in getline()
[all …]
Dcompatibility.cc75 int_type __c = __sb->sgetc(); in _GLIBCXX_BEGIN_NAMESPACE()
91 __c = __sb->sgetc(); in _GLIBCXX_BEGIN_NAMESPACE()
141 int_type __c = __sb->sgetc(); in ignore()
156 __c = __sb->sgetc(); in ignore()
Dstreambuf.cc46 traits_type::int_type __c = __sbin->sgetc(); in _GLIBCXX_BEGIN_NAMESPACE()
86 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
/freebsd-12-stable/contrib/libstdc++/include/bits/
Distream.tcc64 __int_type __c = __sb->sgetc(); in _GLIBCXX_BEGIN_NAMESPACE()
257 int_type __c = __sb->sgetc(); in get()
299 int_type __c = __this_sb->sgetc(); in get()
338 int_type __c = __sb->sgetc(); in getline()
420 int_type __c = __sb->sgetc(); in ignore()
476 int_type __c = __sb->sgetc(); in ignore()
533 __c = this->rdbuf()->sgetc(); in peek()
812 int_type __c = __sb->sgetc(); in operator >>()
854 __int_type __c = __sb->sgetc(); in ws()
895 __int_type __c = __sb->sgetc(); in operator >>()
[all …]
Dstreambuf_iterator.h176 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()), in _GLIBCXX_BEGIN_NAMESPACE()
336 int_type __c = __sb->sgetc(); in __copy_aux()
372 int_type __c = __sb->sgetc(); in find()
384 __c = __sb->sgetc(); in find()
Dstreambuf.tcc126 typename _Traits::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/__iterator/
Distreambuf_iterator.h65 if (__sbuf_ && traits_type::eq_int_type(__sbuf_->sgetc(), traits_type::eof())) in __test_for_eof()
79 {return static_cast<char_type>(__sbuf_->sgetc());}
/freebsd-12-stable/contrib/libstdc++/include/std/
Dstd_streambuf.h300 __ret = this->sgetc(); in snextc()
335 sgetc() in sgetc() function
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Distream540 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
700 typename traits_type::int_type __i = this->rdbuf()->sgetc();
792 int_type __i = this->rdbuf()->sgetc();
852 typename traits_type::int_type __i = this->rdbuf()->sgetc();
896 typename traits_type::int_type __i = this->rdbuf()->sgetc();
1017 __r = this->rdbuf()->sgetc();
1344 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
1465 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
1597 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
Dstreambuf49 int_type sgetc();
182 return sgetc();
193 int_type sgetc() {
/freebsd-12-stable/contrib/libstdc++/include/ext/
Dvstring.tcc579 __int_type __c = __sb->sgetc(); in _GLIBCXX_BEGIN_NAMESPACE()
646 __int_type __c = __sb->sgetc(); in getline()
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20032386 * include/bits/istream.tcc (peek): Set eofbit if sgetc
3968 * testsuite/27_io/basic_streambuf/sgetc/char/1.cc: Likewise.
4129 * include/std/std_streambuf.h (snextc, sbumpc, sgetc,
4188 * testsuite/27_io/basic_filebuf/sgetc/char/1-io.cc: Ditto.
4189 * testsuite/27_io/basic_filebuf/sgetc/char/1-out.cc: Ditto.
4210 * include/std/std_streambuf.h (in_avail, sgetc, uflow, stossc):
4733 * testsuite/27_io/basic_filebuf/sgetc/char/1.cc: Split into...
4734 * testsuite/27_io/basic_filebuf/sgetc/char/1-in.cc: New.
4735 * testsuite/27_io/basic_filebuf/sgetc/char/1-io.cc: New.
4736 * testsuite/27_io/basic_filebuf/sgetc/char/1-out.cc: New.
[all …]
DChangeLog-2004893 (_M_get()): Always save the return value of _M_sbuf->sgetc() into
2374 * testsuite/27_io/basic_stringbuf/sgetc/char/1.cc: Ditto.
2375 * testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc: Ditto.
2699 * testsuite/27_io/basic_streambuf/sgetc/wchar_t/1.cc: Likewise.
2737 * testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc: Likewise.
3739 basic_string<>&, _CharT)): Change to use sgetc()/snextc() instead
DChangeLog-1999582 (sgetc): Set _M_in_end to _M_buf + _M_buf_end.