/external/oss-fuzz/projects/cryptofuzz/ |
D | xxd.c | 466 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/ |
D | diotest3.c | 95 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()
|
D | diotest6.c | 87 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/ |
D | tellp.pass.cpp | 33 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) in seekoff() function
|
D | seekp2.pass.cpp | 33 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/ |
D | tellp.pass.cpp | 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) in seekoff() function
|
D | seekp2.pass.cpp | 32 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/ |
D | tellg.pass.cpp | 41 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
|
D | seekg_off.pass.cpp | 47 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/ |
D | tellg.pass.cpp | 40 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
|
D | seekg_off.pass.cpp | 46 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
|
/external/llvm-project/libcxx/include/ |
D | streambuf | 86 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,
|
D | strstream | 45 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 172 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
|
D | sstream | 48 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,
|
D | fstream | 51 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,
|
D | locale | 3945 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/ |
D | streambuf | 87 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,
|
D | strstream | 46 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
|
D | sstream | 49 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);
|
D | fstream | 52 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,
|
D | locale | 3950 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/ |
D | zfstream.h | 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
|
D | zfstream.cpp | 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { in seekoff() function in gzfilebuf
|
/external/llvm-project/libcxx/src/ |
D | strstream.cpp | 233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() function in strstreambuf
|
/external/libcxx/src/ |
D | strstream.cpp | 234 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() function in strstreambuf
|