/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | ostream_inserter_other.cc | 176 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 D | filebuf_virtuals.cc | 756 { return showmanyc(); } in pub_showmanyc()
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/io/ |
H A D | basic_file_libio.h | 113 showmanyc() = 0; 243 showmanyc(); 490 __basic_file<_CharT>::showmanyc() { return EOF; } in showmanyc() function
|
/openbsd/gnu/gcc/libstdc++-v3/config/io/ |
H A D | basic_file_stdio.h | 107 showmanyc();
|
H A D | basic_file_stdio.cc | 336 __basic_file<char>::showmanyc() in showmanyc() function in __basic_file
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | streambuf | 93 virtual streamsize showmanyc(); 178 return showmanyc(); 285 virtual streamsize showmanyc(); 399 basic_streambuf<_CharT, _Traits>::showmanyc()
|
H A D | fstream | 45 virtual streamsize showmanyc();
|
/openbsd/gnu/lib/libreadline/examples/ |
H A D | readlinebuf.h | 66 virtual int_type showmanyc() const { return high_ - low_; } in showmanyc() function
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_streambuf.h | 450 __ret = this->showmanyc(); in in_avail() 770 showmanyc() { return 0; } in showmanyc() function
|
H A D | std_fstream.h | 213 showmanyc();
|
/openbsd/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_streambuf.h | 284 return __ret ? __ret : this->showmanyc(); in in_avail() 645 showmanyc() { return 0; } in showmanyc() function
|
H A D | std_sstream.h | 172 showmanyc() in _GLIBCXX_BEGIN_NAMESPACE()
|
H A D | std_fstream.h | 311 showmanyc(); in _GLIBCXX_BEGIN_NAMESPACE()
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | fstream.tcc | 165 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 D | fstream.tcc | 159 showmanyc() in showmanyc() function in std::basic_filebuf
|
/openbsd/gnu/lib/libstdc++/libstdc++/libio/ |
H A D | wfileops.c | 750 JUMP_INIT(showmanyc, _IO_default_showmanyc),
|
H A D | fileops.c | 1031 JUMP_INIT(showmanyc, _IO_default_showmanyc),
|
H A D | ChangeLog | 284 * streambuf.cc (streambuf::showmanyc, streambuf::imbue): New 288 (struct streambuf): Add showmanyc and imbue members.
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | ChangeLog-2000 | 6234 (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 D | ChangeLog | 762 (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 D | ChangeLog-2001 | 1138 * include/bits/fstream.tcc (filebuf::showmanyc): Simplify. 1140 (test03): Modify showmanyc test.
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | CHECKLIST | 5301 T virtual int showmanyc(); 5753 X virtual streamsize showmanyc();
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | CHECKLIST | 5301 T virtual int showmanyc(); 5753 X virtual streamsize showmanyc();
|