| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| D | p811.C | 305 ostream& seekp(streampos); 306 ostream& seekp(streamoff, _seek_dir); 466 ostream& seekp(streampos pos) { return ((ostream*)this)->seekp(pos); } in seekp() function 467 ostream& seekp(streamoff off, _seek_dir dir) in seekp() function 468 { return ((ostream*)this)->seekp(off, dir); } in seekp()
|
| D | p784.C | 630 ostream& seekp(streampos); 631 ostream& seekp(streamoff, _seek_dir); 774 ostream& seekp(streampos pos) { return ((ostream*)this)->seekp(pos); } in seekp() function 775 ostream& seekp(streamoff off, _seek_dir dir) in seekp() function 776 { return ((ostream*)this)->seekp(off, dir); } in seekp()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| D | virtual3.C | 35 seekp(0); in eval()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| D | ostream_inserter_other.cc | 120 out.seekp(0,ios_base::beg); in test03() 124 out.seekp(0,ios_base::end); in test03()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/std/ |
| D | std_ostream.h | 350 seekp(pos_type); in _GLIBCXX_BEGIN_NAMESPACE() 362 seekp(off_type, ios_base::seekdir); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | ostream.tcc | 233 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/std/ |
| D | std_ostream.h | 336 seekp(pos_type); 348 seekp(off_type, ios_base::seekdir);
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | ostream | 69 basic_ostream& seekp(pos_type); 70 basic_ostream& seekp(off_type, ios_base::seekdir); 273 basic_ostream& seekp(pos_type __pos); 275 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir); 1009 basic_ostream<_CharT, _Traits>::seekp(pos_type __pos) 1022 basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir)
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | ostream.tcc | 428 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/lib/libstdc++/libstdc++/ |
| D | ChangeLog-2001 | 1166 * bits/ostream.tcc (seekp): Scope use as ios_base::failbit. 3210 * include/bits/ostream.tcc (ostream::seekp): Add error checking as
|
| D | ChangeLog-2000 | 5907 * bits/ostream.tcc (seekp): Same. 8498 * bits/std_ostream.h: Fix sentry objects, implement seekp, tellp,
|
| D | ChangeLog | 269 (basic_istream::seekp): Same.
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| D | CHECKLIST | 5512 S basic_ostream<charT,traits>& seekp(pos_type); 5513 S basic_ostream<charT,traits>& seekp(off_type, ios_base::seekdir);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | CHECKLIST | 5512 S basic_ostream<charT,traits>& seekp(pos_type); 5513 S basic_ostream<charT,traits>& seekp(off_type, ios_base::seekdir);
|