Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dstreambuf102 virtual streamsize xsputn(const char_type* s, streamsize n);
219 return xsputn(__s, __n);
276 virtual streamsize xsputn(const char_type* __s, streamsize __n);
399 streamsize basic_streambuf<_CharT, _Traits>::xsputn(const char_type* __s, streamsize __n) {
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h254 virtual streamsize xsputn(const char_type* __s, streamsize __n);
345 streamsize __stdoutbuf<_CharT>::xsputn(const char_type* __s, streamsize __n) { in xsputn() function