Home
last modified time | relevance | path

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

12

/NextBSD/contrib/netbsd-tests/lib/libc/gen/
HDt_dir.c84 seekdir(dp, here); in ATF_TC_BODY()
93 seekdir(dp, here); in ATF_TC_BODY()
103 seekdir(dp, here); in ATF_TC_BODY()
/NextBSD/contrib/libstdc++/src/
Dios.cc72 const ios_base::seekdir ios_base::beg;
73 const ios_base::seekdir ios_base::cur;
74 const ios_base::seekdir ios_base::end;
Dstrstream.cc229 strstreambuf::seekoff(off_type off, ios_base::seekdir dir, in seekoff()
/NextBSD/contrib/libstdc++/include/bits/
Dios_base.h392 typedef _Ios_Seekdir seekdir; typedef
395 static const seekdir beg = _S_beg;
398 static const seekdir cur = _S_cur;
401 static const seekdir end = _S_end;
Dfstream.tcc670 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff()
738 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state) in _M_seek()
Dsstream.tcc155 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff()
Dostream.tcc260 seekp(off_type __off, ios_base::seekdir __dir) in seekp()
/NextBSD/contrib/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;
272 enum seekdir {beg, cur, end};
273 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,
Dostream69 basic_ostream& seekp(off_type, ios_base::seekdir);
218 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir);
1018 basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir)
/NextBSD/lib/libc/gen/
HDseekdir.c51 seekdir(DIR *dirp, long loc) in seekdir() function
HDMakefile.inc105 seekdir.c \
314 directory.3 seekdir.3 \
HDSymbol.map237 seekdir;
/NextBSD/include/
HDdirent.h106 void seekdir(DIR *, long);
/NextBSD/contrib/libstdc++/config/io/
Dbasic_file_stdio.h101 seekoff(streamoff __off, ios_base::seekdir __way);
Dbasic_file_stdio.cc319 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) in seekoff()
/NextBSD/contrib/libstdc++/include/std/
Dstd_fstream.h355 seekoff(off_type __off, ios_base::seekdir __way, in _GLIBCXX_BEGIN_NAMESPACE()
364 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state); in _GLIBCXX_BEGIN_NAMESPACE()
Dstd_streambuf.h258 pubseekoff(off_type __off, ios_base::seekdir __way,
598 seekoff(off_type, ios_base::seekdir,
Dstd_ostream.h362 seekp(off_type, ios_base::seekdir); in _GLIBCXX_BEGIN_NAMESPACE()
Dstd_sstream.h223 seekoff(off_type __off, ios_base::seekdir __way, in _GLIBCXX_BEGIN_NAMESPACE()
Dstd_istream.h589 seekg(off_type, ios_base::seekdir); in _GLIBCXX_BEGIN_NAMESPACE()
/NextBSD/contrib/libstdc++/include/ext/
Dstdio_sync_filebuf.h159 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, in _GLIBCXX_BEGIN_NAMESPACE()
/NextBSD/contrib/libc++/src/
Dstrstream.cpp229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff()
/NextBSD/contrib/libstdc++/include/backward/
Dstrstream94 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,

12