Home
last modified time | relevance | path

Searched refs:seekoff (Results 1 – 25 of 28) sorted by relevance

12

/external/oss-fuzz/projects/cryptofuzz/
Dxxd.c466 long length = -1, n = 0, seekoff = 0, displayoff = 0; in main() local
556 seekoff = strtol(pp + 2+relseek+negseek, (char **)NULL, 0); in main()
568 seekoff = strtol(argv[2] + relseek+negseek, (char **)NULL, 0); in main()
680 negseek ? -seekoff : seekoff); in main()
683 if (seekoff || negseek || !relseek) in main()
687 e = fseek(fp, negseek ? -seekoff : seekoff, 1); in main()
689 e = fseek(fp, negseek ? -seekoff : seekoff, negseek ? 2 : 0); in main()
696 seekoff = ftell(fp); in main()
700 long s = seekoff; in main()
808 ((unsigned long)(n + seekoff + displayoff)) & 0xffffffff); in main()
/external/ltp/testcases/kernel/io/direct_io/
Ddiotest3.c95 off_t seekoff; in runtest() local
99 seekoff = offset + bufsize * childnum; in runtest()
112 if (lseek(fd_w, seekoff, SEEK_SET) < 0) { in runtest()
127 if (lseek(fd_r, seekoff, SEEK_SET) < 0) { in runtest()
138 childnum, (int)seekoff); in runtest()
Ddiotest6.c87 off64_t seekoff; in runtest() local
121 seekoff = offset + bufsize * childnum * nvector; in runtest()
125 if (lseek(fd_w, seekoff, SEEK_SET) < 0) { in runtest()
143 if (lseek(fd_r, seekoff, SEEK_SET) < 0) { in runtest()
155 childnum, (int)seekoff); in runtest()
/external/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
Dtellp.pass.cpp33 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) in seekoff() function
Dseekp2.pass.cpp33 seekoff(typename base::off_type off, std::ios_base::seekdir way, in seekoff() function
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
Dtellp.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) in seekoff() function
Dseekp2.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, in seekoff() function
/external/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
Dtellg.pass.cpp41 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
Dseekg_off.pass.cpp47 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
Dtellg.pass.cpp40 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
Dseekg_off.pass.cpp46 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
/external/llvm-project/libcxx/include/
Dstreambuf86 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
159 { return seekoff(__off, __way, __which); }
275 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
374 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir,
Dstrstream45 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
172 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
Dsstream48 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
239 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
244 return seekoff(__sp, ios_base::beg, __wch);
555 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off,
Dfstream51 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
259 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
922 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way,
Dlocale3945 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
4194 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekoff(off_type __off, ios_base::seekdir __way,
/external/libcxx/include/
Dstreambuf87 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
160 { return seekoff(__off, __way, __which); }
276 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
375 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir,
Dstrstream46 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
Dsstream49 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
234 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
569 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off,
624 return seekoff(__sp, ios_base::beg, __wch);
Dfstream52 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
259 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
922 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way,
Dlocale3950 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
4199 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekoff(off_type __off, ios_base::seekdir __way,
/external/rust/crates/libz-sys/src/zlib/contrib/iostream/
Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { in seekoff() function in gzfilebuf
/external/llvm-project/libcxx/src/
Dstrstream.cpp233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() function in strstreambuf
/external/libcxx/src/
Dstrstream.cpp234 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() function in strstreambuf

12