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

12

/haiku/src/libs/stdc++/legacy/
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 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 Dfilebuf.cc176 streampos filebuf::seekoff(streamoff offset, _seek_dir dir, int mode) function in class:filebuf
H A Deditbuf.cc440 streampos edit_streambuf::seekoff(streamoff offset, _seek_dir dir, function in class:edit_streambuf
565 seekoff(0, ios::end);
/haiku/headers/cpp/
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 Deditbuf.h87 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
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);
H A Dstrstream.h74 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
H A Dstreambuf.h358 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
446 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dvsnprintf.c90 JUMP_INIT(seekoff, INTUSE(_IO_str_seekoff)),
H A Dvswprintf.c88 JUMP_INIT(seekoff, _IO_wstr_seekoff),
H A Diofopncook.c106 JUMP_INIT(seekoff, INTUSE(_IO_file_seekoff)),
225 JUMP_INIT(seekoff, INTUSE(_IO_file_seekoff)),
H A Diopopen.c254 JUMP_INIT(seekoff, _IO_new_file_seekoff),
277 JUMP_INIT(seekoff, _IO_new_file_seekoff),
H A Dmemstream.c49 JUMP_INIT (seekoff, INTUSE(_IO_str_seekoff)),
73 JUMP_INIT (seekoff, _IO_wstr_seekoff),
H A Dstrops.c320 JUMP_INIT(seekoff, INTUSE(_IO_str_seekoff)),
H A Dwstrops.c321 JUMP_INIT(seekoff, _IO_wstr_seekoff),
H A Dwfileops.c872 JUMP_INIT(seekoff, INTUSE(_IO_wfile_seekoff)),
899 JUMP_INIT(seekoff, INTUSE(_IO_wfile_seekoff)),
923 JUMP_INIT(seekoff, INTUSE(_IO_wfile_seekoff)),
H A Dfileops.c1581 JUMP_INIT(seekoff, _IO_new_file_seekoff),
1607 JUMP_INIT(seekoff, _IO_file_seekoff_mmap),
1631 JUMP_INIT(seekoff, _IO_file_seekoff_maybe_mmap),
H A Dwgenops.c728 streampos offset = seekoff (0, ios::cur, ios::in);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c2092 JUMP_INIT (seekoff, _IO_default_seekoff),
2114 JUMP_INIT (seekoff, _IO_default_seekoff),

Completed in 217 milliseconds

12