Home
last modified time | relevance | path

Searched refs:uflow (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/usr.sbin/sa/
H A Dpdb.c348 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 Dstreambuf96 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_stream49 virtual int_type uflow();
99 __stdinbuf<_CharT>::uflow()
H A Dfstream47 virtual int_type uflow();
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A Dreadlinebuf.h102 virtual int_type uflow() { in uflow() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstreambuf.tcc64 const int_type __c = this->uflow(); in xsgetn()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstreambuf.tcc64 const int_type __c = this->uflow(); in xsgetn()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dstreambuf318 * @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 Dfstream380 // 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 Dstreambuf320 * @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 Dfstream375 // 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 Dstdio_sync_filebuf.h138 uflow() in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h137 uflow() in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20032590 (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 DChangeLog-199896 underflow, uflow, xsgetn, showmany, sync: Ditto.
H A DChangeLog-19991058 * bits/fstream.tcc: Move uflow.
3393 * bits/std_fstream.h: Fix uflow.
3540 * bits/std_streambuf.h (uflow): Re-implement default.
H A DChangeLog-20002864 * config/c_io_libio.cc: Add specializations for pbackfail, uflow.
4046 * bits/streambuf.tcc (basic_streambuf::xsgetn): Fix uflow case.
H A DChangeLog-20022227 (basic_streambuf::uflow): Same.