Home
last modified time | relevance | path

Searched refs:in_avail (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dfilebuf_virtuals.cc141 strmof_1 = fb_01.in_avail(); in test05()
142 strmof_2 = fb_02.in_avail(); in test05()
145 strmof_1 = fb_03.in_avail(); in test05()
150 strmof_1 = fb_01.in_avail(); in test05()
151 strmof_2 = fb_02.in_avail(); in test05()
207 strmsz_1 = fb_01.in_avail(); in test05()
208 strmsz_2 = fb_02.in_avail(); in test05()
223 strmsz_1 = fb_01.in_avail(); in test05()
228 strmsz_1 = fb_01.in_avail(); in test05()
232 strmsz_1 = fb_02.in_avail(); in test05()
[all …]
H A Dstringbuf_members.cc109 strmof_1 = strb_01.in_avail(); in test04()
110 strmof_2 = strb_02.in_avail(); in test04()
114 strmof_1 = strb_03.in_avail(); in test04()
161 strmsz_1 = strb_01.in_avail(); in test04()
162 strmsz_2 = strb_02.in_avail(); in test04()
180 strmsz_1 = strb_02.in_avail(); in test04()
238 strmsz_1 = strb_01.in_avail(); in test04()
249 strmsz_1 = strb_01.in_avail(); in test04()
261 strmsz_1 = strb_01.in_avail(); in test04()
273 strmsz_2 = strb_03.in_avail(); in test04()
[all …]
H A Diostream_members.cc39 std::cout << std::cin.rdbuf()->in_avail() << std::endl; in test07()
H A Dstreambuf_members.cc114 VERIFY( i01 == buf01.in_avail() ); in test01()
125 VERIFY( i01 == buf01.in_avail() ); in test01()
H A Distream_unformatted.cc581 size_t i = iss.rdbuf()->in_avail(); in test12()
605 size_t i = ifs.rdbuf()->in_avail(); in test13()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C195 int in_avail() { return _egptr - _gptr; } in in_avail() function
353 if (_tie && (need == 0 || rdbuf()->in_avail() < need)) _tie->flush(); in ipfx()
365 if (_tie && rdbuf()->in_avail() == 0) _tie->flush(); in ipfx1()
H A Dp784.C526 int in_avail() { return _egptr - _gptr; } in in_avail() function
677 if (_tie && (need == 0 || rdbuf()->in_avail())) ; //??? THIS LINE IS QUESTIONABLE */ in ipfx()
689 if (_tie && rdbuf()->in_avail() == 0) _tie->flush(); in ipfx1()
/openbsd/gnu/llvm/libcxx/include/
H A Dstreambuf46 streamsize in_avail();
175 streamsize in_avail() {
H A Distream1089 streamsize __c = this->rdbuf()->in_avail();
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_streambuf.h435 in_avail() in in_avail() function
/openbsd/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_streambuf.h281 in_avail() in in_avail() function
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Distream.tcc582 const streamsize __num = this->rdbuf()->in_avail(); in readsome()
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Distream.tcc736 streamsize __num = this->rdbuf()->in_avail(); in readsome()
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20002160 test for _M_gcount < in_avail(), as in_avail() only reports info
3074 in_avail, etc can use them.
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
9180 * testsuite/27/27stringbuf.cc: Change license, fix in_avail tests.
9283 in_avail(): Complete default implementation.
H A DChangeLog2463 __sbin->in_avail() returns 0, or where __sbin doesn't set gptr().
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCHECKLIST5264 T streamsize in_avail();
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCHECKLIST5264 T streamsize in_avail();