/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | ostream_inserter_other.cc | 160 virtual int uflow() { return (it != str.end() ? *it++ : EOF); } in uflow() function in test_buffer_1 175 virtual int uflow() { return (it != str.end() ? *it++ : EOF); } in uflow() function in test_buffer_2 190 virtual int uflow() { return (it != str.end() ? *it++ : EOF); } in uflow() function in test_buffer_3 213 virtual int uflow() { return (it != str.end() ? *it++ : EOF); } in uflow() function in test_buffer_4
|
H A D | istream_exception.cc | 34 virtual int_type uflow () { in uflow() function
|
H A D | streambuf_members.cc | 64 { return (this->uflow()); } in pub_uflow() 483 int_type uflow() in uflow() function in Inbuf_2
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/ |
H A D | 980310-4.f | 178 * resabs,result,rlist,uflow 217 uflow = d1mach(1) 310 * epmach)*(dabs(a2)+0.1d+04*uflow)) ier = 3
|
/openbsd/usr.sbin/sa/ |
H A D | pdb.c | 325 int uflow; in print_ci() local 331 uflow = 1; in print_ci() 333 uflow = 0; in print_ci() 393 if (!uflow) in print_ci()
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/io/ |
H A D | basic_file_libio.cc | 66 __basic_file<char>::uflow() in uflow() function in std::__basic_file 146 __basic_file<wchar_t>::uflow() in uflow() function in std::__basic_file
|
H A D | basic_file_libio.h | 69 uflow() = 0; 178 uflow(); 263 __basic_file<char>::uflow(); 309 __basic_file<wchar_t>::uflow();
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | streambuf.tcc | 59 __ret = this->uflow(); in sbumpc() 139 int_type __c = this->uflow(); in xsgetn()
|
/openbsd/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_streambuf.h | 322 __ret = this->uflow(); in sbumpc() 696 uflow() in uflow() function 787 this->uflow(); in stossc()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | streambuf | 96 virtual int_type uflow(); 191 return uflow(); 288 virtual int_type uflow(); 422 else if ((__c = uflow()) != __eof) 443 basic_streambuf<_CharT, _Traits>::uflow()
|
H A D | __std_stream | 49 virtual int_type uflow(); 99 __stdinbuf<_CharT>::uflow()
|
H A D | fstream | 47 virtual int_type uflow();
|
/openbsd/gnu/lib/libreadline/examples/ |
H A D | readlinebuf.h | 102 virtual int_type uflow() { in uflow() function
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_fstream.h | 240 uflow(); 458 basic_filebuf<_CharT, _Traits>::uflow() in uflow() function
|
H A D | std_streambuf.h | 821 uflow() in uflow() function 914 this->uflow(); in stossc()
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | streambuf.tcc | 68 const int_type __c = this->uflow(); in _GLIBCXX_BEGIN_NAMESPACE()
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | stdio_sync_filebuf.h | 103 uflow() in _GLIBCXX_BEGIN_NAMESPACE()
|
/openbsd/gnu/lib/libstdc++/libstdc++/libio/ |
H A D | wfileops.c | 736 JUMP_INIT(uflow, (_IO_underflow_t) _IO_wdefault_uflow),
|
H A D | fileops.c | 1017 JUMP_INIT(uflow, _IO_default_uflow),
|
H A D | ChangeLog | 1166 * indstream.h, instream.cc (indirectbuf::uflow): New method. 1485 * streambuf.cc (streambuf::uflow), streambuf.h: New virtual. 2088 Preliminary support for new ANSI streambuf::uflow virtual.
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | ChangeLog-2000 | 2864 * config/c_io_libio.cc: Add specializations for pbackfail, uflow. 4046 * bits/streambuf.tcc (basic_streambuf::xsgetn): Fix uflow case. 6703 * bits/fstream.tcc: Move uflow. 9038 * bits/std_fstream.h: Fix uflow. 9185 * bits/std_streambuf.h (uflow): Re-implement default. 9285 underflow, uflow, xsgetn, showmany, sync: Ditto.
|
H A D | ChangeLog | 1326 __bump is true (uflow), always increment the read pointer 1701 * include/std/std_fstream.h (basic_filebuf::uflow): Declare. 3731 (basic_streambuf::uflow): Same.
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | CHECKLIST | 5304 T virtual int_type uflow(); 5755 X virtual int_type uflow();
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | CHECKLIST | 5304 T virtual int_type uflow(); 5755 X virtual int_type uflow();
|