Home
last modified time | relevance | path

Searched refs:xsputn (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/libstdc++/include/bits/
Dfstream.tcc455 __elen = _M_file.xsputn(reinterpret_cast<char*>(__ibuf), __ilen); in _M_convert_to_external()
483 __elen = _M_file.xsputn(__buf, __blen); in _M_convert_to_external()
497 __elen = _M_file.xsputn(__buf, __rlen); in _M_convert_to_external()
594 xsputn(const _CharT* __s, streamsize __n) in xsputn() function in basic_filebuf
631 __ret = __streambuf_type::xsputn(__s, __n); in xsputn()
634 __ret = __streambuf_type::xsputn(__s, __n); in xsputn()
797 const streamsize __elen = _M_file.xsputn(__buf, __ilen); in _M_terminate_output()
Dstreambuf.tcc84 xsputn(const char_type* __s, streamsize __n) in xsputn() function in basic_streambuf
/NextBSD/contrib/libstdc++/include/ext/
Dstdio_sync_filebuf.h152 xsputn(const char_type* __s, std::streamsize __n); in _GLIBCXX_BEGIN_NAMESPACE()
216 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n) in xsputn() function
259 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s, in xsputn() function
/NextBSD/contrib/libstdc++/config/io/
Dbasic_file_stdio.h91 xsputn(const char* __s, streamsize __n);
Dbasic_file_stdio.cc298 __basic_file<char>::xsputn(const char* __s, streamsize __n) in xsputn() function in __basic_file
/NextBSD/contrib/libc++/include/
Dstreambuf103 virtual streamsize xsputn(const char_type* s, streamsize n);
204 virtual streamsize xsputn(const char_type* __s, streamsize __n);
360 return xsputn(__s, __n);
535 basic_streambuf<_CharT, _Traits>::xsputn(const char_type* __s, streamsize __n)
D__std_stream236 virtual streamsize xsputn(const char_type* __s, streamsize __n);
313 __stdoutbuf<_CharT>::xsputn(const char_type* __s, streamsize __n)
/NextBSD/contrib/libstdc++/include/std/
Dstd_streambuf.h447 { return this->xsputn(__s, __n); } in sputn()
738 xsputn(const char_type* __s, streamsize __n);
Dstd_fstream.h376 xsputn(const char_type* __s, streamsize __n); in _GLIBCXX_BEGIN_NAMESPACE()
/NextBSD/contrib/libstdc++/
DChangeLog-1999579 (xsputn): Here. Also add checks for output valid.
713 * bits/streambuf.tcc (xsputn): Treat--size const char for long loops.
845 (xsputn): Tweak.
865 (streambuf::xsputn): Put in break.
954 * bits/streambuf.tcc (streambuf::xsputn): Tweak.
964 * bits/streambuf.tcc (streambuf::xsputn): Fix overflow accounting.
970 * bits/streambuf.tcc (basic_streambuf::xsputn): Add check for
1051 * bits/streambuf.tcc (streambuf::xsputn): Allow copies to continue
1454 (streambuf::xsputn): Adjust.
1474 (streambuf::xsputn): Optimize, fix for sstreams.
[all …]
DChangeLog-20033404 * include/std/std_fstream.h (xsputn): Declare only.
3405 * include/bits/fstream.tcc (xsputn): Define, optimize for the
3542 * include/std/std_fstream.h (xsputn): Don't call _M_destroy_pback:
3747 * include/std/std_fstream.h (xsputn): In the unbuffered case,
3748 provided always_noconv(), issue directly _M_file.xsputn.
4209 sputc, xsgetn, xsputn, __copy_streambufs): Likewise.
5228 (__basic_file::xsputn): Same.
5476 (basic_streambuf::xsputn): Likewise; change the type of some
6672 (basic_streambuf::xsputn): Replace _M_out_buf_size() with
7010 * config/io/basic_file_stdio.h (__basic_file<>::xsgetn, xsputn,
[all …]
DChangeLog-199895 snextc, sbumpc, sputbackc, sungetc, sputc, setg, xsputn,
DChangeLog-20041947 * include/bits/fstream.tcc (xsputn): Minor tweak, reorder a
3275 __basic_file::{xsgetn,xsputn,seekoff,xsputn_2}.
5308 (__basic_file<char>::xsputn): Update call.
5332 (__basic_file<char>::xsputn): Use it.
DChangeLog-2002325 streamsize), basic_streambuf::xsputn(const char_type*, streamsize)):
2233 (basic_streambuf::xsputn): Same.
DChangeLog-20015889 * include/bits/streambuf.tcc (xsputn): Remove outside if clause.
5894 * include/bits/streambuf.tcc (streambuf::xsputn): Just check for
DChangeLog-20004047 (basic_streambuf::xsputn): Make consistent.
5127 (xsputn): Same.
DChangeLog-20051839 * include/bits/streambuf.tcc (xsgetn, xsputn): Use streamsize