HelenOS sources

seekoff_          206 uspace/lib/cpp/include/__bits/io/sstream.hpp                     return seekoff_(off, this->input_begin_, this->input_next_, this->input_end_, dir);
seekoff_          213 uspace/lib/cpp/include/__bits/io/sstream.hpp                     return seekoff_(off, this->output_begin_, this->output_next_, this->output_end_, dir);
seekoff_          221 uspace/lib/cpp/include/__bits/io/sstream.hpp                     seekoff_(off, this->input_begin_, this->input_next_, this->input_end_, dir);
seekoff_          222 uspace/lib/cpp/include/__bits/io/sstream.hpp                     return seekoff_(off, this->output_begin_, this->output_next_, this->output_end_, dir);
HelenOS homepage, sources at GitHub