/ndk/sources/host-tools/make-3.81/w32/include/ |
D | dirent.h | 57 void seekdir(DIR *, long);
|
/ndk/sources/cxx-stl/llvm-libc++/test/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()
|
D | seekp2.pass.cpp | 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, in seekoff()
|
/ndk/sources/host-tools/make-3.81/ |
D | vmsdir.h | 72 #define rewinddir(dirp) seekdir((dirp), (long)0)
|
/ndk/sources/cxx-stl/stlport/src/ |
D | ios.cpp | 80 const ios_base::seekdir ios_base::beg; 81 const ios_base::seekdir ios_base::cur; 82 const ios_base::seekdir ios_base::end;
|
D | stdio_streambuf.h | 61 pos_type seekoff(off_type, ios_base::seekdir,
|
D | stdio_streambuf.cpp | 76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, in seekoff()
|
D | strstream.cpp | 193 ios_base::seekdir dir, ios_base::openmode mode) { in seekoff()
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | tellg.pass.cpp | 41 std::ios_base::seekdir way, in seekoff()
|
D | seekg_off.pass.cpp | 43 std::ios_base::seekdir way, in seekoff()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ios_base.h | 62 typedef int seekdir; typedef 216 seekdir _M_seekdir; 258 typedef seekdir seek_dir;
|
D | _streambuf.h | 128 virtual pos_type seekoff(off_type, ios_base::seekdir, 145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
|
D | _strstream.h | 78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
D | _streambuf.c | 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, in seekoff() argument
|
D | _fstream.h | 69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir); 207 virtual pos_type seekoff(off_type, ios_base::seekdir,
|
D | _sstream.h | 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
D | _istream.h | 165 _Self& seekg(off_type, ios_base::seekdir);
|
D | _ostream.h | 156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { in seekp()
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | streambuf | 39 pos_type pubseekoff(off_type off, ios_base::seekdir way, 87 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 140 pos_type pubseekoff(off_type __off, ios_base::seekdir __way, 188 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 253 ios_base::seekdir __way, 464 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir,
|
D | ios | 65 typedef T4 seekdir; 66 static constexpr seekdir beg; 67 static constexpr seekdir cur; 68 static constexpr seekdir end; 268 enum seekdir {beg, cur, end}; 269 typedef seekdir seek_dir;
|
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,
|
/ndk/sources/host-tools/make-3.81/w32/compat/ |
D | dirent.c | 186 seekdir(DIR* pDir, long nPosition) in seekdir() function
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_stdio.cpp | 342 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) in _M_seek()
|
D | fstream_unistd.cpp | 286 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) in _M_seek()
|
/ndk/sources/cxx-stl/llvm-libc++/src/ |
D | strstream.cpp | 227 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff()
|