/haiku/src/libs/stdc++/legacy/ |
H A D | indstream.cc | 75 streampos indirectbuf::seekoff(streamoff off, _seek_dir dir, int mode) in seekoff() function in indirectbuf 82 ret_val = gbuf->seekoff(off, dir, mode); in seekoff() 85 ret_val = gbuf->seekoff(off, dir, ios::in); in seekoff() 87 ret_val = pbuf->seekoff(off, dir, ios::out); in seekoff()
|
H A D | streambuf.cc | 120 return seekoff(pos, ios::beg, mode); in seekpos() 155 return ((streambuf*)fp)->seekoff(pos, (ios::seek_dir)dir, mode); in _IO_sb_seekoff() 195 JUMP_INIT(seekoff, _IO_sb_seekoff), 229 streambuf::seekoff(streamoff, _seek_dir, int /*=ios::in|ios::out*/) in seekoff() function in streambuf
|
H A D | parsestream.cc | 48 if (seekoff(-1, ios::cur) == EOF) in pbackfail() 55 streampos parsebuf::seekoff(streamoff offset, _seek_dir dir, int) in seekoff() function in parsebuf 312 int new_pos = seekoff(pos_at_line_start + i, ios::beg); in seek_in_line()
|
H A D | builtinbuf.cc | 51 streampos builtinbuf::seekoff(streamoff off, _seek_dir dir, int mode) in seekoff() function in builtinbuf
|
H A D | strstream.cc | 107 streampos strstreambuf::seekoff(streamoff off, _seek_dir dir, in seekoff() function in strstreambuf
|
H A D | filebuf.cc | 176 streampos filebuf::seekoff(streamoff offset, _seek_dir dir, int mode) in seekoff() function in filebuf
|
H A D | editbuf.cc | 440 streampos edit_streambuf::seekoff(streamoff offset, _seek_dir dir, in seekoff() function in edit_streambuf 565 seekoff(0, ios::end); in edit_streambuf()
|
/haiku/headers/cpp/ |
H A D | builtinbuf.h | 50 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
|
H A D | indstream.h | 70 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
|
H A D | parsestream.h | 73 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
|
H A D | sstream | 26 /* 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 D | strstream.h | 74 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
|
H A D | editbuf.h | 87 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
|
H A D | streambuf.h | 358 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 D | iopopen.c | 254 JUMP_INIT(seekoff, _IO_new_file_seekoff), 277 JUMP_INIT(seekoff, _IO_new_file_seekoff),
|
H A D | memstream.c | 49 JUMP_INIT (seekoff, INTUSE(_IO_str_seekoff)), 73 JUMP_INIT (seekoff, _IO_wstr_seekoff),
|
H A D | iofopncook.c | 106 JUMP_INIT(seekoff, INTUSE(_IO_file_seekoff)), 225 JUMP_INIT(seekoff, INTUSE(_IO_file_seekoff)),
|
H A D | vsnprintf.c | 90 JUMP_INIT(seekoff, INTUSE(_IO_str_seekoff)),
|
H A D | vswprintf.c | 88 JUMP_INIT(seekoff, _IO_wstr_seekoff),
|
H A D | wfileops.c | 872 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 D | wstrops.c | 321 JUMP_INIT(seekoff, _IO_wstr_seekoff),
|
H A D | strops.c | 320 JUMP_INIT(seekoff, INTUSE(_IO_str_seekoff)),
|
H A D | fileops.c | 1581 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 D | wgenops.c | 728 streampos offset = seekoff (0, ios::cur, ios::in);
|
/haiku/src/system/libroot/posix/glibc/stdio-common/ |
H A D | vfprintf.c | 2089 JUMP_INIT (seekoff, _IO_default_seekoff), 2111 JUMP_INIT (seekoff, _IO_default_seekoff),
|