| /NextBSD/contrib/libstdc++/include/bits/ |
| D | fstream.tcc | 455 __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()
|
| D | streambuf.tcc | 84 xsputn(const char_type* __s, streamsize __n) in xsputn() function in basic_streambuf
|
| /NextBSD/contrib/libstdc++/include/ext/ |
| D | stdio_sync_filebuf.h | 152 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/ |
| D | basic_file_stdio.h | 91 xsputn(const char* __s, streamsize __n);
|
| D | basic_file_stdio.cc | 298 __basic_file<char>::xsputn(const char* __s, streamsize __n) in xsputn() function in __basic_file
|
| /NextBSD/contrib/libc++/include/ |
| D | streambuf | 103 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_stream | 236 virtual streamsize xsputn(const char_type* __s, streamsize __n); 313 __stdoutbuf<_CharT>::xsputn(const char_type* __s, streamsize __n)
|
| /NextBSD/contrib/libstdc++/include/std/ |
| D | std_streambuf.h | 447 { return this->xsputn(__s, __n); } in sputn() 738 xsputn(const char_type* __s, streamsize __n);
|
| D | std_fstream.h | 376 xsputn(const char_type* __s, streamsize __n); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /NextBSD/contrib/libstdc++/ |
| D | ChangeLog-1999 | 579 (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 …]
|
| D | ChangeLog-2003 | 3404 * 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 …]
|
| D | ChangeLog-1998 | 95 snextc, sbumpc, sputbackc, sungetc, sputc, setg, xsputn,
|
| D | ChangeLog-2004 | 1947 * 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.
|
| D | ChangeLog-2002 | 325 streamsize), basic_streambuf::xsputn(const char_type*, streamsize)): 2233 (basic_streambuf::xsputn): Same.
|
| D | ChangeLog-2001 | 5889 * include/bits/streambuf.tcc (xsputn): Remove outside if clause. 5894 * include/bits/streambuf.tcc (streambuf::xsputn): Just check for
|
| D | ChangeLog-2000 | 4047 (basic_streambuf::xsputn): Make consistent. 5127 (xsputn): Same.
|
| D | ChangeLog-2005 | 1839 * include/bits/streambuf.tcc (xsgetn, xsputn): Use streamsize
|