/openbsd/gnu/lib/libstdc++/libstdc++/src/ |
H A D | fstream.cc | 80 __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 D | readlinebuf.h | 68 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 D | stdio_sync_filebuf.h | 133 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 D | fstream.tcc | 215 __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 D | streambuf.tcc | 50 xsgetn(char_type* __s, streamsize __n) in _GLIBCXX_BEGIN_NAMESPACE()
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/io/ |
H A D | basic_file_libio.h | 78 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 D | basic_file_stdio.h | 95 xsgetn(char* __s, streamsize __n);
|
H A D | basic_file_stdio.cc | 190 __basic_file<char>::xsgetn(char* __s, streamsize __n) in xsgetn() function in std::__basic_file
|
/openbsd/gnu/gcc/libstdc++-v3/config/io/ |
H A D | basic_file_stdio.h | 98 xsgetn(char* __s, streamsize __n);
|
H A D | basic_file_stdio.cc | 288 __basic_file<char>::xsgetn(char* __s, streamsize __n) in xsgetn() function in __basic_file
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | streambuf | 94 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 D | std_fstream.h | 343 xsgetn(char_type* __s, streamsize __n) in xsgetn() function 359 __ret += __streambuf_type::xsgetn(__s, __n - __ret); in xsgetn()
|
H A D | std_streambuf.h | 509 { return this->xsgetn(__s, __n); } in sgetn() 786 xsgetn(char_type* __s, streamsize __n);
|
/openbsd/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_streambuf.h | 355 { return this->xsgetn(__s, __n); } in sgetn() 661 xsgetn(char_type* __s, streamsize __n);
|
H A D | std_fstream.h | 373 xsgetn(char_type* __s, streamsize __n); in _GLIBCXX_BEGIN_NAMESPACE()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | streambuf.tcc | 121 xsgetn(char_type* __s, streamsize __n) in xsgetn() function in std::basic_streambuf
|
/openbsd/gnu/lib/libstdc++/libstdc++/libio/ |
H A D | wfileops.c | 739 JUMP_INIT(xsgetn, _IO_file_xsgetn),
|
H A D | fileops.c | 1020 JUMP_INIT(xsgetn, _IO_file_xsgetn),
|
H A D | ChangeLog | 1596 * 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 D | ChangeLog-2000 | 4153 * 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 D | ChangeLog-2001 | 5890 (xsgetn): Same. Simplify.
|
H A D | ChangeLog | 3735 * include/bits/streambuf.tcc (basic_streambuf::xsgetn): Use
|
/openbsd/gnu/lib/libiberty/src/testsuite/ |
H A D | demangle-expected | 1703 streambuf::xsgetn(char *, int)
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | CHECKLIST | 5302 T virtual streamsize xsgetn(char_type* s, streamsize n);
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | CHECKLIST | 5302 T virtual streamsize xsgetn(char_type* s, streamsize n);
|