/freebsd/tools/test/stress2/misc/ |
H A D | seekdir.sh | 12 sed '1,/^EOF/d' < $odir/$0 > seekdir.c 13 rm -f /tmp/seekdir 14 mycc -o seekdir -O2 seekdir.c || exit 1 15 rm -f seekdir.c 23 /tmp/seekdir > /dev/null 31 rm -f /tmp/seekdir 52 seekdir(dirp, loc);
|
/freebsd/lib/libc/tests/gen/ |
H A D | dir2_test.c | 99 seekdir(dirp, beginning); in ATF_TC_BODY() 104 seekdir(dirp, middle); in ATF_TC_BODY() 109 seekdir(dirp, end); in ATF_TC_BODY() 170 seekdir(dirp, td); in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_dir.c | 108 seekdir(dp, here); in ATF_TC_BODY() 116 seekdir(dp, here); in ATF_TC_BODY() 125 seekdir(dp, here); in ATF_TC_BODY()
|
/freebsd/lib/libc/gen/ |
H A D | seekdir.c | 47 seekdir(DIR *dirp, long loc) in seekdir() function
|
H A D | Makefile.inc | 127 seekdir.c \ 336 directory.3 seekdir.3 \
|
H A D | Symbol.map | 219 seekdir;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | streambuf | 38 pos_type pubseekoff(off_type off, ios_base::seekdir way, 86 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 161 …pubseekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | io… 269 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | ios_b… 346 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, ios_base::openmode) {
|
H A D | ios | 65 typedef T4 seekdir; 66 static constexpr seekdir beg; 67 static constexpr seekdir cur; 68 static constexpr seekdir end; 290 enum seekdir { beg, cur, end }; 295 typedef seekdir seek_dir;
|
H A D | strstream | 48 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 183 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which = ios_base::in | ios_b…
|
H A D | ostream | 70 basic_ostream& seekp(off_type, ios_base::seekdir);
|
H A D | istream | 83 basic_istream& seekg(off_type, ios_base::seekdir); 297 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 1091 …<_CharT, _Traits>& basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) {
|
H A D | sstream | 88 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 516 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __wch = ios_base::in | ios_bas… 805 off_type __off, ios_base::seekdir __way, ios_base::openmode __wch) {
|
H A D | fstream | 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 294 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __wch = ios_base::in | ios_bas… 909 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode…
|
H A D | locale | 3412 …seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __wch = ios_base::in | ios_bas… 3620 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekoff(off_type __off, ios_base::seekdir __way, ios_base::o…
|
/freebsd/include/ |
H A D | dirent.h | 138 void seekdir(DIR *, long);
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | readdir.cc | 369 TEST_F(Readdir, seekdir) in TEST_F() argument 436 seekdir(dir, bookmark); in TEST_F()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | strstream.cpp | 173 strstreambuf::pos_type strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) { in overflow()
|
/freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
H A D | basic_ostream.h | 124 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir… 713 …<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir) { in seekp()
|
/freebsd/contrib/lib9p/backend/ |
H A D | fs.c | 1689 seekdir(file->ff_dir, o); in fs_read() 1693 seekdir(file->ff_dir, o); in fs_read() 2665 seekdir(file->ff_dir, (long)req->lr_req.io.offset); in fs_readdir()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2808 fun:seekdir=uninstrumented
|