Searched refs:sputn (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/libstdc++/src/
H A Dstreambuf.cc52 const streamsize __wrote = __sbout->sputn(__sbin->gptr(), __n);
92 const streamsize __wrote = __sbout->sputn(__sbin->gptr(), __n);
/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dostream_insert.h52 const streamsize __put = __out.rdbuf()->sputn(__s, __n);
H A Dstreambuf_iterator.h273 && __builtin_expect(this->_M_sbuf->sputn(__ws, __len) != __len,
/freebsd-11.0-release/contrib/libstdc++/include/std/
H A Dstd_ostream.h293 const streamsize __put = this->rdbuf()->sputn(__s, __n);
H A Dstd_streambuf.h446 sputn(const char_type* __s, streamsize __n) function in class:basic_streambuf

Completed in 112 milliseconds