Searched refs:seekdir (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/lib/libc/gen/
H A Dseekdir.c33 __SCCSID("@(#)seekdir.c 8.1 (Berkeley) 6/4/93");
51 seekdir(DIR *dirp, long loc) function
H A DMakefile.inc115 seekdir.c \
342 directory.3 seekdir.3 \
/freebsd-12-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.h101 seekoff(streamoff __off, ios_base::seekdir __way);
H A Dbasic_file_stdio.cc319 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way)
/freebsd-12-stable/lib/libc/tests/gen/
H A Ddir2_test.c31 * opendir, readdir, seekdir, telldir, closedir, etc
48 atf_tc_set_md_var(tc, "descr", "Calling telldir(3) after seekdir(3) "
49 "should return the argument passed to seekdir.");
97 * Seekdir to each bookmark, check the telldir after seekdir condition,
102 seekdir(dirp, beginning);
107 seekdir(dirp, middle);
112 seekdir(dirp, end);
173 seekdir(dirp, td);
176 "seekdir went to the wrong directory position");
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_dir.c47 atf_tc_set_md_var(tc, "descr", "Check telldir(3) and seekdir(3) "
108 seekdir(dp, here);
113 atf_tc_fail("1st seekdir found wrong name");
116 seekdir(dp, here);
122 atf_tc_fail("2nd seekdir found wrong name");
125 seekdir(dp, here);
131 atf_tc_fail("3rd seekdir found wrong name");
/freebsd-12-stable/contrib/libstdc++/src/
H A 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;
H A Dstrstream.cc229 strstreambuf::seekoff(off_type off, ios_base::seekdir dir,
/freebsd-12-stable/include/
H A Ddirent.h135 void seekdir(DIR *, long);
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dios_base.h382 // 27.4.2.1.5 Type ios_base::seekdir
387 * of type seekdir are:
392 typedef _Ios_Seekdir seekdir; typedef in class:ios_base
395 static const seekdir beg = _S_beg;
398 static const seekdir cur = _S_cur;
401 static const seekdir end = _S_end;
/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h355 seekoff(off_type __off, ios_base::seekdir __way,
364 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state);
H A Dstd_streambuf.h258 pubseekoff(off_type __off, ios_base::seekdir __way,
598 seekoff(off_type, ios_base::seekdir,
H A Dstd_ostream.h362 seekp(off_type, ios_base::seekdir);
H A Dstd_istream.h589 seekg(off_type, ios_base::seekdir);
H A Dstd_sstream.h223 seekoff(off_type __off, ios_base::seekdir __way,
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dreaddir.cc326 /* telldir(3) and seekdir(3) should work with fuse */
327 TEST_F(Readdir, seekdir)
394 seekdir(dir, bookmark);
/freebsd-12-stable/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h159 seekoff(std::streamoff __off, std::ios_base::seekdir __dir,
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which)
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h921 extern void seekdir(DIR *, long int);

Completed in 123 milliseconds