Searched refs:seekpos (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/
H A Dunwind2.C78 pos_type seekpos (pos_type, ios_base::openmode = ios_base::in | ios_base::out);
83 basic_filebuf <_CharT, _Traits>::seekpos (pos_type __pos, ios_base::openmode) function in class:std::basic_filebuf
/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dnewfs_udf.c129 struct wrsect *pos, *seekpos; local
133 TAILQ_FOREACH_REVERSE(seekpos, &write_queue, wrsect_list, next) {
134 if (seekpos->sectornr <= location)
137 if ((seekpos == NULL) || (seekpos->sectornr != location)) {
147 if (seekpos) {
148 TAILQ_INSERT_AFTER(&write_queue, seekpos, pos, next);
153 pos = seekpos;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_streambuf.h252 { return this->seekpos(__sp, __mode); }
597 seekpos(pos_type, function in class:std::basic_streambuf
H A Dstd_fstream.h337 seekpos(pos_type __pos,
340 // Common code for seekoff and seekpos
H A Dstd_sstream.h227 seekpos(pos_type __sp,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h185 seekpos(std::streampos __pos, function in class:stdio_sync_filebuf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_io.h177 seekpos(pos_type, std::ios_base::openmode) function in struct:__gnu_test::fail_buf
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h181 seekpos(std::streampos __pos, function in class:__gnu_cxx::stdio_sync_filebuf
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/
H A Dtestsuite_io.h186 seekpos(pos_type, std::ios_base::openmode) function in struct:__gnu_test::fail_buf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dstrstream.cc293 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) function in class:strstreambuf
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dstrstream.cc298 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) function in class:std::strstreambuf
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C177 virtual streampos seekpos(streampos pos, int mode = ios::in|ios::out);
H A Dp784.C509 virtual streampos seekpos(streampos pos, int mode = ios::in|ios::out);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C177 virtual streampos seekpos(streampos pos, int mode = ios::in|ios::out);
H A Dp784.C509 virtual streampos seekpos(streampos pos, int mode = ios::in|ios::out);

Completed in 318 milliseconds