Home
last modified time | relevance | path

Searched defs:seekp (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dostream.tcc233 seekp(pos_type __pos) in seekp() function in basic_ostream
260 seekp(off_type __off, ios_base::seekdir __dir) in seekp() function in basic_ostream
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dostream.tcc428 basic_ostream<_CharT, _Traits>::seekp(pos_type __pos) in seekp() function in std::basic_ostream
454 seekp(off_type __off, ios_base::seekdir __dir) in seekp() function in std::basic_ostream
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C466 ostream& seekp(streampos pos) { return ((ostream*)this)->seekp(pos); } in seekp() function
467 ostream& seekp(streamoff off, _seek_dir dir) in seekp() function
H A Dp784.C774 ostream& seekp(streampos pos) { return ((ostream*)this)->seekp(pos); } in seekp() function
775 ostream& seekp(streamoff off, _seek_dir dir) in seekp() function