Home
last modified time | relevance | path

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

/third_party/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()
/third_party/boost/boost/iostreams/detail/streambuf/
Dchainbuf.hpp65 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()
Dlinked_streambuf.hpp37 using base::sync; using base::seekoff; using base::seekpos; \
Ddirect_streambuf.hpp87 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
Dindirect_streambuf.hpp90 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/
Dbasic_pointerbuf.hpp60 …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/
Dstreambuf.hpp30 # define BOOST_IOSTREAMS_PUBSEEKOFF seekoff
/third_party/boost/libs/config/test/
Dboost_no_std_wstreambuf.ipp34 …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/
Dfilebuf.hpp304 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/
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
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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
/third_party/boost/boost/interprocess/streams/
Dbufferstream.hpp182 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()
Dvectorstream.hpp290 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/
Dalt_sstream.hpp100 virtual pos_type seekoff(off_type off, ::std::ios_base::seekdir way,
Dalt_sstream_impl.hpp101 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/
Dcpp_regex_traits.hpp94 …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