Searched refs:pubseekoff (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A DSFile.cc79 if (rdbuf()->pubseekoff(i * sz, ios::beg) == EOF)
H A Dfilebuf.cc119 if (pubseekoff(0, ios::end) == EOF) {
132 if (pubseekoff(0, ios::end) == EOF)
H A Diostream.cc206 streampos pos = _strbuf->pubseekoff(0, ios::cur, ios::in);
945 streampos pos = _strbuf->pubseekoff(0, ios::cur, ios::out);
/haiku/headers/cpp/
H A Dstreambuf.h361 streampos pubseekoff(streamoff o, _seek_dir d, int mode=ios::in|ios::out) function in struct:streambuf

Completed in 45 milliseconds