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

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/ios_base/types/seekdir/
H A Dcase_label.cc28 typedef std::ios_base::seekdir test_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/ios_base/types/seekdir/
H A Dcase_label.cc38 typedef std::ios_base::seekdir test_type;
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dseekdir.c1 /* $NetBSD: seekdir.c,v 1.13 2006/01/24 19:33:10 christos Exp $ */
35 static char sccsid[] = "@(#)seekdir.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: seekdir.c,v 1.13 2006/01/24 19:33:10 christos Exp $");
51 __weak_alias(seekdir,_seekdir)
59 seekdir(DIR *dirp, long loc)
H A DMakefile.inc25 rewinddir.c scandir.c seekdir.c setdomainname.c \
93 rewinddir.3 directory.3 seekdir.3 directory.3 telldir.3 \
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/w32/include/
H A Ddirent.h35 void seekdir(DIR *, long);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddirent.hin62 ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL seekdir(DIR *, long);
H A Ddirent.c221 seekdir(DIR * dp, long offset) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/
H A Dunwind2.C41 typedef _Ios_Seekdir seekdir; typedef in struct:__anon4769::ios_base
42 static const seekdir beg = _S_beg;
79 pos_type _M_seek (off_type, ios_base::seekdir, __state_type);
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_dir.c47 "Check telldir(3) and seekdir(3) for correct behavior (PR/24324)");
84 seekdir(dp, here);
90 atf_tc_fail("1st seekdir found wrong name");
93 seekdir(dp, here);
100 atf_tc_fail("2nd seekdir found wrong name");
103 seekdir(dp, here);
109 atf_tc_fail("3rd seekdir found wrong name");
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dvmsdir.h57 #define rewinddir(dirp) seekdir((dirp), (long)0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h100 seekoff(streamoff __off, ios_base::seekdir __way);
H A Dbasic_file_stdio.cc313 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dios.cc68 const ios_base::seekdir ios_base::beg;
69 const ios_base::seekdir ios_base::cur;
70 const ios_base::seekdir ios_base::end;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dios.cc73 const ios_base::seekdir ios_base::beg;
74 const ios_base::seekdir ios_base::cur;
75 const ios_base::seekdir ios_base::end;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h97 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
H A Dbasic_file_stdio.cc318 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) throw ()
/netbsd-6-1-5-RELEASE/include/
H A Ddirent.h65 void *dd_internal; /* state for seekdir/telldir */
98 void seekdir(DIR *, long);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dios_base.h391 // 27.4.2.1.5 Type ios_base::seekdir
396 * of type seekdir are:
401 typedef _Ios_Seekdir seekdir; typedef in class:ios_base
404 static const seekdir beg = _S_beg;
407 static const seekdir cur = _S_cur;
410 static const seekdir end = _S_end;
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/w32/compat/
H A Ddirent.c168 seekdir(DIR* pDir, long nPosition) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/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:std::ios_base
395 static const seekdir beg = _S_beg;
398 static const seekdir cur = _S_cur;
401 static const seekdir end = _S_end;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_fstream.h333 seekoff(off_type __off, ios_base::seekdir __way,
342 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state);
H A Dstd_streambuf.h245 pubseekoff(off_type __off, ios_base::seekdir __way,
585 seekoff(off_type, ios_base::seekdir,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h163 seekoff(std::streamoff __off, std::ios_base::seekdir __dir,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_io.h170 seekoff(off_type, std::ios_base::seekdir, std::ios_base::openmode)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h159 seekoff(std::streamoff __off, std::ios_base::seekdir __dir,

Completed in 257 milliseconds

12