Home
last modified time | relevance | path

Searched refs:xsgetn (Results 1 – 25 of 25) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/src/
H A Dfstream.cc80 __elen = _M_file.xsgetn(reinterpret_cast<char*>(_M_in_beg), in _M_underflow_common()
154 __elen = _M_file.xsgetn(reinterpret_cast<char*>(_M_in_beg), in _M_underflow_common()
161 __elen = _M_file.xsgetn(__buf, _M_buf_size); in _M_underflow_common()
/openbsd/gnu/lib/libreadline/examples/
H A Dreadlinebuf.h68 virtual streamsize xsgetn( char_type* buf, streamsize n ) { in xsgetn() function
80 rd += xsgetn( buf + rd, n - rd ); in xsgetn()
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h133 xsgetn(char_type* __s, std::streamsize __n); in _GLIBCXX_BEGIN_NAMESPACE()
204 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n) in xsgetn() function
237 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) in xsgetn() function
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dfstream.tcc215 __ilen = _M_file.xsgetn(reinterpret_cast<char*>(this->eback()), in underflow()
274 streamsize __elen = _M_file.xsgetn(_M_ext_end, __rlen); in underflow()
511 xsgetn(_CharT* __s, streamsize __n) in xsgetn() function in basic_filebuf
555 __len = _M_file.xsgetn(reinterpret_cast<char*>(__s), in xsgetn()
586 __ret += __streambuf_type::xsgetn(__s, __n); in xsgetn()
H A Dstreambuf.tcc50 xsgetn(char_type* __s, streamsize __n) in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/gnu/lib/libstdc++/libstdc++/config/io/
H A Dbasic_file_libio.h78 xsgetn(_CharT* __s, streamsize __n) = 0;
193 xsgetn(_CharT* __s, streamsize __n);
454 __basic_file<_CharT>::xsgetn(_CharT* __s, streamsize __n) in xsgetn() function
H A Dbasic_file_stdio.h95 xsgetn(char* __s, streamsize __n);
H A Dbasic_file_stdio.cc190 __basic_file<char>::xsgetn(char* __s, streamsize __n) in xsgetn() function in std::__basic_file
/openbsd/gnu/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h98 xsgetn(char* __s, streamsize __n);
H A Dbasic_file_stdio.cc288 __basic_file<char>::xsgetn(char* __s, streamsize __n) in xsgetn() function in __basic_file
/openbsd/gnu/llvm/libcxx/include/
H A Dstreambuf94 virtual streamsize xsgetn(char_type* s, streamsize n);
204 { return xsgetn(__s, __n); }
286 virtual streamsize xsgetn(char_type* __s, streamsize __n);
406 basic_streambuf<_CharT, _Traits>::xsgetn(char_type* __s, streamsize __n)
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_fstream.h343 xsgetn(char_type* __s, streamsize __n) in xsgetn() function
359 __ret += __streambuf_type::xsgetn(__s, __n - __ret); in xsgetn()
H A Dstd_streambuf.h509 { return this->xsgetn(__s, __n); } in sgetn()
786 xsgetn(char_type* __s, streamsize __n);
/openbsd/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_streambuf.h355 { return this->xsgetn(__s, __n); } in sgetn()
661 xsgetn(char_type* __s, streamsize __n);
H A Dstd_fstream.h373 xsgetn(char_type* __s, streamsize __n); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstreambuf.tcc121 xsgetn(char_type* __s, streamsize __n) in xsgetn() function in std::basic_streambuf
/openbsd/gnu/lib/libstdc++/libstdc++/libio/
H A Dwfileops.c739 JUMP_INIT(xsgetn, _IO_file_xsgetn),
H A Dfileops.c1020 JUMP_INIT(xsgetn, _IO_file_xsgetn),
H A DChangeLog1596 * indstream.*: Fix prototypes of xsputn and xsgetn.
2057 * stdiostream.h, stdiostream.cc (stdiobuf::xsgetn): Removed.
2059 filebuf::xsgetn (or rather _IO_file_xsgetn).
2063 * streamstream.cc (stdiobuf::xsgetn, stdiobuf::xsputn):
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20004153 * bits/streambuf.tcc (streambuf::xsgetn): Tweak.
5126 * bits/streambuf.tcc (xsgetn): Don't test for valid mode.
5738 * bits/streambuf.tcc (xsgetn): Tweaks.
6224 (xsgetn): Add checks for input valid.
6358 (xsgetn): Same.
6490 (xsgetn): Tweak.
6508 * bits/streambuf.tcc (streambuf::xsgetn): Rewrite.
7085 * bits/streambuf.tcc (streambuf::xsgetn): Aaaaaah. Fix final
7119 (streambuf::xsgetn): Same.
8700 together. Change from sys_read to xsgetn and from sys_write to
[all …]
H A DChangeLog-20015890 (xsgetn): Same. Simplify.
H A DChangeLog3735 * include/bits/streambuf.tcc (basic_streambuf::xsgetn): Use
/openbsd/gnu/lib/libiberty/src/testsuite/
H A Ddemangle-expected1703 streambuf::xsgetn(char *, int)
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCHECKLIST5302 T virtual streamsize xsgetn(char_type* s, streamsize n);
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCHECKLIST5302 T virtual streamsize xsgetn(char_type* s, streamsize n);