Home
last modified time | relevance | path

Searched refs:seekdir (Results 1 – 25 of 34) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/w32/include/
Ddirent.h57 void seekdir(DIR *, long);
/ndk/sources/cxx-stl/llvm-libc++/test/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()
Dseekp2.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, in seekoff()
/ndk/sources/host-tools/make-3.81/
Dvmsdir.h72 #define rewinddir(dirp) seekdir((dirp), (long)0)
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp80 const ios_base::seekdir ios_base::beg;
81 const ios_base::seekdir ios_base::cur;
82 const ios_base::seekdir ios_base::end;
Dstdio_streambuf.h61 pos_type seekoff(off_type, ios_base::seekdir,
Dstdio_streambuf.cpp76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, in seekoff()
Dstrstream.cpp193 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/
Dtellg.pass.cpp41 std::ios_base::seekdir way, in seekoff()
Dseekg_off.pass.cpp43 std::ios_base::seekdir way, in seekoff()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h62 typedef int seekdir; typedef
216 seekdir _M_seekdir;
258 typedef seekdir seek_dir;
D_streambuf.h128 virtual pos_type seekoff(off_type, ios_base::seekdir,
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
D_strstream.h78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
D_streambuf.c193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, in seekoff() argument
D_fstream.h69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
207 virtual pos_type seekoff(off_type, ios_base::seekdir,
D_sstream.h90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
D_istream.h165 _Self& seekg(off_type, ios_base::seekdir);
D_ostream.h156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { in seekp()
/ndk/sources/cxx-stl/llvm-libc++/include/
Dstreambuf39 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,
Dios65 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;
Dstrstream46 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/
Ddirent.c186 seekdir(DIR* pDir, long nPosition) in seekdir() function
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp342 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) in _M_seek()
Dfstream_unistd.cpp286 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) in _M_seek()
/ndk/sources/cxx-stl/llvm-libc++/src/
Dstrstream.cpp227 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff()

12