Searched refs:seekoff (Results 1 - 25 of 34) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWreturn-3.C11 fpos seekoff(int b, int c) function
/haiku-buildtools/legacy/gcc/libio/
H A Dindstream.cc75 streampos indirectbuf::seekoff(streamoff off, _seek_dir dir, int mode) function in class:indirectbuf
82 ret_val = gbuf->seekoff(off, dir, mode);
85 ret_val = gbuf->seekoff(off, dir, ios::in);
87 ret_val = pbuf->seekoff(off, dir, ios::out);
H A Dbuiltinbuf.cc51 streampos builtinbuf::seekoff(streamoff off, _seek_dir dir, int mode) function in class:builtinbuf
H A Dbuiltinbuf.h50 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
H A Dindstream.h70 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
H A Dparsestream.h73 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
93 // streampos seekoff(streamoff, _seek_dir, int);
H A Dstreambuf.cc120 return seekoff(pos, ios::beg, mode);
155 return ((streambuf*)fp)->seekoff(pos, (ios::seek_dir)dir, mode);
195 JUMP_INIT(seekoff, _IO_sb_seekoff),
229 streambuf::seekoff(streamoff, _seek_dir, int /*=ios::in|ios::out*/) function in class:streambuf
H A Dstrstream.cc107 streampos strstreambuf::seekoff(streamoff off, _seek_dir dir, function in class:strstreambuf
H A Dparsestream.cc48 if (seekoff(-1, ios::cur) == EOF)
55 streampos parsebuf::seekoff(streamoff offset, _seek_dir dir, int) function in class:parsebuf
312 int new_pos = seekoff(pos_at_line_start + i, ios::beg);
H A Deditbuf.h87 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
H A Dfilebuf.cc176 streampos filebuf::seekoff(streamoff offset, _seek_dir dir, int mode) function in class:filebuf
H A Diopopen.c238 JUMP_INIT(seekoff, _IO_file_seekoff),
H A Dstrstream.h74 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
H A Dstrops.c293 JUMP_INIT(seekoff, _IO_str_seekoff),
/haiku-buildtools/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h118 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
H A Dbasic_file_stdio.cc319 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) throw () function in class:__basic_file
/haiku-buildtools/gcc/zlib/contrib/iostream/
H A Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
H A Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { function in class:gzfilebuf
/haiku-buildtools/legacy/gcc/libio/stdio/
H A Dvsnprintf.c88 JUMP_INIT(seekoff, _IO_str_seekoff),
H A Dobprintf.c103 JUMP_INIT(seekoff, NULL),
/haiku-buildtools/binutils/zlib/contrib/iostream/
H A Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
H A Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { function in class:gzfilebuf
/haiku-buildtools/legacy/gcc/libstdc++/
H A Dsstream26 /* seekoff and ideas for overflow is largely borrowed from libstdc++-v3 */
141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out)
199 pos_type ret = seekoff(sp, ios::beg, which);
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h194 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, function in class:stdio_sync_filebuf
219 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dstrstream.cc226 strstreambuf::seekoff(off_type off, ios_base::seekdir dir, function in class:strstreambuf
296 { return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); }

Completed in 144 milliseconds

12