/third_party/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()
|
/third_party/boost/boost/iostreams/detail/streambuf/ |
D | chainbuf.hpp | 65 pos_type seekoff( off_type off, BOOST_IOS::seekdir way, in seekoff() function in boost::iostreams::detail::chainbuf 68 { sentry t(this); return delegate().seekoff(off, way, which); } in seekoff()
|
D | linked_streambuf.hpp | 37 using base::sync; using base::seekoff; using base::seekpos; \
|
D | direct_streambuf.hpp | 87 pos_type seekoff( off_type off, BOOST_IOS::seekdir way, 189 direct_streambuf<T, Tr>::seekoff in seekoff() function in boost::iostreams::detail::direct_streambuf
|
D | indirect_streambuf.hpp | 90 pos_type seekoff( off_type off, BOOST_IOS::seekdir way, 329 indirect_streambuf<T, Tr, Alloc, Mode>::seekoff in seekoff() function in boost::iostreams::detail::indirect_streambuf
|
/third_party/boost/boost/detail/ |
D | basic_pointerbuf.hpp | 60 …inline typename this_type::pos_type seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios… 77 basic_pointerbuf<charT, BufferT>::seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios_ba… in seekoff() function in boost::detail::basic_pointerbuf
|
/third_party/boost/boost/iostreams/detail/ |
D | streambuf.hpp | 30 # define BOOST_IOSTREAMS_PUBSEEKOFF seekoff
|
/third_party/boost/libs/config/test/ |
D | boost_no_std_wstreambuf.ipp | 34 …typename parser_buf<charT, traits>::pos_type seekoff(off_type off, ::std::ios_base::seekdir way, :… 51 parser_buf<charT, traits>::seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios_base::ope…
|
/third_party/boost/boost/nowide/ |
D | filebuf.hpp | 304 else if(seekoff(-1, std::ios_base::cur) != std::streampos(std::streamoff(-1))) in pbackfail() 321 std::streampos seekoff(std::streamoff off, in seekoff() function in boost::nowide::basic_filebuf 349 return seekoff(pos, std::ios_base::beg, m); in seekpos()
|
/third_party/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
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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
|
/third_party/boost/boost/interprocess/streams/ |
D | bufferstream.hpp | 182 virtual pos_type seekoff(off_type off, std::ios_base::seekdir dir, in seekoff() function in boost::interprocess::basic_bufferbuf 250 { return seekoff(pos - pos_type(off_type(0)), std::ios_base::beg, mode); } in seekpos()
|
D | vectorstream.hpp | 290 virtual pos_type seekoff(off_type off, std::ios_base::seekdir dir, in seekoff() function in boost::interprocess::basic_vectorbuf 361 { return seekoff(pos - pos_type(off_type(0)), std::ios_base::beg, mode); } in seekpos()
|
/third_party/boost/boost/format/ |
D | alt_sstream.hpp | 100 virtual pos_type seekoff(off_type off, ::std::ios_base::seekdir way,
|
D | alt_sstream_impl.hpp | 101 seekoff (off_type off, ::std::ios_base::seekdir way, ::std::ios_base::openmode which) { in seekoff() function in boost::io::basic_altstringbuf
|
/third_party/boost/boost/regex/v4/ |
D | cpp_regex_traits.hpp | 94 …typename parser_buf<charT, traits>::pos_type seekoff(off_type off, ::std::ios_base::seekdir way, :… 110 parser_buf<charT, traits>::seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios_base::ope… in seekoff() function in boost::BOOST_REGEX_DETAIL_NS::parser_buf
|