Searched refs:uflow (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/usr.sbin/sa/ |
H A D | pdb.c | 348 int uflow; in print_ci() local 354 uflow = 1; in print_ci() 356 uflow = 0; in print_ci() 416 if (!uflow) in print_ci()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | streambuf | 96 virtual int_type uflow(); 188 return uflow(); 285 virtual int_type uflow(); 419 else if ((__c = uflow()) != __eof) 440 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();
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/ |
H A D | readlinebuf.h | 102 virtual int_type uflow() { in uflow() function
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | streambuf.tcc | 64 const int_type __c = this->uflow(); in xsgetn()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | streambuf.tcc | 64 const int_type __c = this->uflow(); in xsgetn()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | streambuf | 318 * @c uflow(). 330 __ret = this->uflow(); 644 * uflow() will fail.</em> [27.5.2.4.3]/1 648 * calls [to underflow or uflow] will not return @c eof() but 705 uflow() 794 this->uflow();
|
H A D | fstream | 380 // underflow() and uflow() functions are called to get the next 455 * __off == egptr() - eback() upon underflow/uflow (@b read mode);
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | streambuf | 320 * @c uflow(). 332 __ret = this->uflow(); 646 * uflow() will fail.</em> [27.5.2.4.3]/1 650 * calls [to underflow or uflow] will not return @c eof() but 707 uflow() 796 this->uflow();
|
H A D | fstream | 375 // underflow() and uflow() functions are called to get the next 450 * __off == egptr() - eback() upon underflow/uflow (@b read mode);
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | stdio_sync_filebuf.h | 138 uflow() in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | stdio_sync_filebuf.h | 137 uflow() in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2003 | 2590 (stdio_sync_filebuf::uflow): Store the returned character in 3975 (uflow): Remove, inherited from streambuf. 3981 (uflow): Remove, inherited from streambuf. 4005 * include/std/std_streambuf.h (uflow): According to 4210 * include/std/std_streambuf.h (in_avail, sgetc, uflow, stossc): 4244 upon overflow, underflow, uflow, seekoff/pos. 4246 stringbuf::underflow and uflow. 4256 (uflow): Dispatch to _M_underflow(true). 5210 basic_file::uflow, basic_file::_M_underflow): Remove 5212 of underflow and uflow. [all …]
|
H A D | ChangeLog-1998 | 96 underflow, uflow, xsgetn, showmany, sync: Ditto.
|
H A D | ChangeLog-1999 | 1058 * bits/fstream.tcc: Move uflow. 3393 * bits/std_fstream.h: Fix uflow. 3540 * bits/std_streambuf.h (uflow): Re-implement default.
|
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.
|
H A D | ChangeLog-2002 | 2227 (basic_streambuf::uflow): Same.
|