Home
last modified time | relevance | path

Searched refs:sputn (Results 1 – 4 of 4) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Disgetsb.cc48 int written = sb.sputn(isb->_IO_read_ptr, len); in get()
H A Dindstream.cc49 return put_stream()->sputn(s, n); in xsputn()
H A Deditbuf.cc707 dst_file.sputn(new_str, src_len); in assign()
/haiku/headers/cpp/
H A Dstreambuf.h388 streamsize sputn(const char* s, streamsize n) { return xsputn(s, n); } in sputn() function