Searched refs:streamoff (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dpostypes.h54 // The types streamoff, streampos and wstreampos and the class
65 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
67 * Note: In versions of GCC up to and including GCC 3.3, streamoff
72 typedef int64_t streamoff; typedef
74 typedef long long streamoff;
98 streamoff _M_off;
110 // from streamoff objects using the constructor syntax, and
113 // constructor stores the streamoff as the offset and default
116 fpos(streamoff __off)
119 /// Convert to streamoff
[all...]
H A Dchar_traits.h56 * state_type. By default these are unsigned long, streamoff,
66 typedef std::streamoff off_type;
237 typedef streamoff off_type;
306 typedef streamoff off_type;
H A Dios_base.h409 typedef std::streamoff streamoff; typedef in class:ios_base
/freebsd-11.0-release/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.h100 streamoff
101 seekoff(streamoff __off, ios_base::seekdir __way);
H A Dbasic_file_stdio.cc318 streamoff
319 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way)
366 const streamoff __off = __buffer.st_size - lseek64(this->fd(), 0,
368 return std::min(__off, streamoff(numeric_limits<streamsize>::max()));
/freebsd-11.0-release/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h159 seekoff(std::streamoff __off, std::ios_base::seekdir __dir,
162 std::streampos __ret(std::streamoff(-1));
184 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
H A Dpod_char_traits.h99 typedef streamoff off_type;
/freebsd-11.0-release/contrib/libreadline/examples/
H A Dreadlinebuf.h52 typedef streamoff off_type;

Completed in 66 milliseconds