Home
last modified time | relevance | path

Searched refs:showmanyc (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dostream_inserter_other.cc176 virtual std::streamsize showmanyc() { return std::distance(it, str.end()); } in showmanyc() function in test_buffer_2
191 virtual std::streamsize showmanyc() in showmanyc() function in test_buffer_3
214 virtual std::streamsize showmanyc() { in showmanyc() function in test_buffer_4
H A Dfilebuf_virtuals.cc756 { return showmanyc(); } in pub_showmanyc()
/openbsd/gnu/lib/libstdc++/libstdc++/config/io/
H A Dbasic_file_libio.h113 showmanyc() = 0;
243 showmanyc();
490 __basic_file<_CharT>::showmanyc() { return EOF; } in showmanyc() function
/openbsd/gnu/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h107 showmanyc();
H A Dbasic_file_stdio.cc336 __basic_file<char>::showmanyc() in showmanyc() function in __basic_file
/openbsd/gnu/llvm/libcxx/include/
H A Dstreambuf93 virtual streamsize showmanyc();
178 return showmanyc();
285 virtual streamsize showmanyc();
399 basic_streambuf<_CharT, _Traits>::showmanyc()
H A Dfstream45 virtual streamsize showmanyc();
/openbsd/gnu/lib/libreadline/examples/
H A Dreadlinebuf.h66 virtual int_type showmanyc() const { return high_ - low_; } in showmanyc() function
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_streambuf.h450 __ret = this->showmanyc(); in in_avail()
770 showmanyc() { return 0; } in showmanyc() function
H A Dstd_fstream.h213 showmanyc();
/openbsd/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_streambuf.h284 return __ret ? __ret : this->showmanyc(); in in_avail()
645 showmanyc() { return 0; } in showmanyc() function
H A Dstd_sstream.h172 showmanyc() in _GLIBCXX_BEGIN_NAMESPACE()
H A Dstd_fstream.h311 showmanyc(); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dfstream.tcc165 showmanyc() in showmanyc() function in basic_filebuf
183 __ret += _M_file.showmanyc() / _M_codecvt->max_length(); in showmanyc()
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dfstream.tcc159 showmanyc() in showmanyc() function in std::basic_filebuf
/openbsd/gnu/lib/libstdc++/libstdc++/libio/
H A Dwfileops.c750 JUMP_INIT(showmanyc, _IO_default_showmanyc),
H A Dfileops.c1031 JUMP_INIT(showmanyc, _IO_default_showmanyc),
H A DChangeLog284 * streambuf.cc (streambuf::showmanyc, streambuf::imbue): New
288 (struct streambuf): Add showmanyc and imbue members.
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20006234 (filebuf::showmanyc): Same.
9079 in_avail() and showmanyc() have streamsize as return types, so
9080 that showmanyc()'s return of eof won't underflow in_avail's return
9091 * testsuite/27/27stringbuf.cc: Add showmanyc case.
9095 (showmanyc): Add underflow component, to match the standard.
9123 * bits/basic_file.h: Add showmanyc, underflow. .
9126 * bits/std_fstream.h (showmanyc): Add bits to ping libio to see if more
H A DChangeLog762 (basic_filebuf<>::showmanyc): Use the information provided
764 a non-trivial showmanyc.
3273 * include/bits/fstream.tcc (filebuf::showmanyc): Simplify.
6852 (filebuf::showmanyc): Check for is_open.
H A DChangeLog-20011138 * include/bits/fstream.tcc (filebuf::showmanyc): Simplify.
1140 (test03): Modify showmanyc test.
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCHECKLIST5301 T virtual int showmanyc();
5753 X virtual streamsize showmanyc();
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCHECKLIST5301 T virtual int showmanyc();
5753 X virtual streamsize showmanyc();