Searched refs:sgetn (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Dindstream.cc54 return get_stream()->sgetn(s, n);
H A Diostream.cc161 _gcount = _strbuf->sgetn(s, n);
/haiku/headers/cpp/
H A Dstreambuf.h390 streamsize sgetn(char* s, streamsize n) { return _IO_sgetn(this, s, n); } function in struct:streambuf

Completed in 36 milliseconds