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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/types/seekdir/
H A Dcase_label.cc28 typedef std::ios_base::seekdir test_type;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Dunwind2.C41 typedef _Ios_Seekdir seekdir; typedef in struct:__anon794::ios_base
42 static const seekdir beg = _S_beg;
79 pos_type _M_seek (off_type, ios_base::seekdir, __state_type);
/haiku-buildtools/legacy/gcc/gcc/config/winnt/
H A Ddirent.h76 extern void seekdir _PROTO ((DIR *, off_t));
H A Ddirent.c262 seekdir (dirp, (off_t)0);
270 seekdir (dirp, off) function
/haiku-buildtools/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h118 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
H A Dbasic_file_stdio.cc319 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) throw ()
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
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;
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dios_base.h451 // 27.4.2.1.5 Type ios_base::seekdir
456 * of type seekdir are:
461 typedef _Ios_Seekdir seekdir; typedef in class:io_errc::ios_base
464 static const seekdir beg = _S_beg;
467 static const seekdir cur = _S_cur;
470 static const seekdir end = _S_end;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_io.h169 seekoff(off_type, std::ios_base::seekdir, std::ios_base::openmode)
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h194 seekoff(std::streamoff __off, std::ios_base::seekdir __dir,
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dstrstream.cc226 strstreambuf::seekoff(off_type off, ios_base::seekdir dir,
/haiku-buildtools/legacy/gcc/libio/
H A Dstreambuf.h150 typedef enum seek_dir seekdir; typedef in class:ios
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h922 extern void seekdir(DIR *, long int);

Completed in 191 milliseconds