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

/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
H A Dtellp.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) function in struct:testbuf
H A Dseekp2.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, function in struct:testbuf
/external/ltp/testcases/kernel/io/direct_io/
H A Ddiotest3.c95 off_t seekoff; local
99 seekoff = offset + bufsize * childnum;
112 if (lseek(fd_w, seekoff, SEEK_SET) < 0) {
127 if (lseek(fd_r, seekoff, SEEK_SET) < 0) {
138 childnum, (int)seekoff);
H A Ddiotest6.c87 off64_t seekoff; local
121 seekoff = offset + bufsize * childnum * nvector;
125 if (lseek(fd_w, seekoff, SEEK_SET) < 0) {
143 if (lseek(fd_r, seekoff, SEEK_SET) < 0) {
155 childnum, (int)seekoff);
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dtellg.pass.cpp40 typename base::pos_type seekoff(typename base::off_type off, function in struct:testbuf
H A Dseekg_off.pass.cpp49 typename base::pos_type seekoff(typename base::off_type off, function in struct:testbuf
/external/zlib/src/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
/external/libcxx/src/
H A Dstrstream.cpp234 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) function in class:strstreambuf

Completed in 203 milliseconds