| /NextBSD/contrib/libstdc++/include/std/ |
| D | std_fstream.h | 76 typedef typename traits_type::pos_type pos_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 354 virtual pos_type in _GLIBCXX_BEGIN_NAMESPACE() 358 virtual pos_type in _GLIBCXX_BEGIN_NAMESPACE() 359 seekpos(pos_type __pos, in _GLIBCXX_BEGIN_NAMESPACE() 363 pos_type in _GLIBCXX_BEGIN_NAMESPACE() 431 typedef typename traits_type::pos_type pos_type; typedef 559 typedef typename traits_type::pos_type pos_type; typedef 690 typedef typename traits_type::pos_type pos_type; typedef
|
| D | std_sstream.h | 72 typedef typename traits_type::pos_type pos_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 222 virtual pos_type in _GLIBCXX_BEGIN_NAMESPACE() 226 virtual pos_type in _GLIBCXX_BEGIN_NAMESPACE() 227 seekpos(pos_type __sp, in _GLIBCXX_BEGIN_NAMESPACE() 273 typedef typename traits_type::pos_type pos_type; typedef 386 typedef typename traits_type::pos_type pos_type; typedef 499 typedef typename traits_type::pos_type pos_type; typedef
|
| D | std_streambuf.h | 136 typedef typename traits_type::pos_type pos_type; typedef 257 pos_type 262 pos_type 263 pubseekpos(pos_type __sp, 597 virtual pos_type 600 { return pos_type(off_type(-1)); } 609 virtual pos_type 610 seekpos(pos_type, 612 { return pos_type(off_type(-1)); }
|
| D | std_istream.h | 64 typedef typename _Traits::pos_type pos_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 557 pos_type in _GLIBCXX_BEGIN_NAMESPACE() 573 seekg(pos_type); in _GLIBCXX_BEGIN_NAMESPACE() 786 typedef typename _Traits::pos_type pos_type; typedef
|
| D | std_ostream.h | 65 typedef typename _Traits::pos_type pos_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 338 pos_type in _GLIBCXX_BEGIN_NAMESPACE() 350 seekp(pos_type); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /NextBSD/contrib/libc++/include/ |
| D | streambuf | 28 typedef typename traits_type::pos_type pos_type; 39 pos_type pubseekoff(off_type off, ios_base::seekdir way, 41 pos_type pubseekpos(pos_type sp, 87 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 89 virtual pos_type seekpos(pos_type sp, 129 typedef typename traits_type::pos_type pos_type; 140 pos_type pubseekoff(off_type __off, ios_base::seekdir __way, 142 pos_type pubseekpos(pos_type __sp, 188 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 190 virtual pos_type seekpos(pos_type __sp, [all …]
|
| D | sstream | 25 typedef typename traits_type::pos_type pos_type; 49 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 51 virtual pos_type seekpos(pos_type sp, 70 typedef typename traits_type::pos_type pos_type; 106 typedef typename traits_type::pos_type pos_type; 142 typedef typename traits_type::pos_type pos_type; 196 typedef typename traits_type::pos_type pos_type; 232 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 234 virtual pos_type seekpos(pos_type __sp, 559 typename basic_stringbuf<_CharT, _Traits, _Allocator>::pos_type [all …]
|
| D | fstream | 25 typedef typename traits_type::pos_type pos_type; 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 53 virtual pos_type seekpos(pos_type sp, 74 typedef typename traits_type::pos_type pos_type; 107 typedef typename traits_type::pos_type pos_type; 140 typedef typename traits_type::pos_type pos_type; 190 typedef typename traits_type::pos_type pos_type; 221 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 223 virtual pos_type seekpos(pos_type __sp, 787 typename basic_filebuf<_CharT, _Traits>::pos_type [all …]
|
| D | strstream | 46 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 48 virtual pos_type seekpos(pos_type sp, 107 typedef char_traits<char>::pos_type pos_type; 173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 175 virtual pos_type seekpos(pos_type __sp, 344 typedef char_traits<char>::pos_type pos_type;
|
| D | ostream | 26 typedef typename traits_type::pos_type pos_type; 67 pos_type tellp(); 68 basic_ostream& seekp(pos_type); 159 typedef typename traits_type::pos_type pos_type; 216 pos_type tellp(); 217 basic_ostream& seekp(pos_type __pos); 993 typename basic_ostream<_CharT, _Traits>::pos_type 997 return pos_type(-1); 1004 basic_ostream<_CharT, _Traits>::seekp(pos_type __pos) 1009 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1)) [all …]
|
| D | istream | 26 typedef typename traits_type::pos_type pos_type; 82 pos_type tellg(); 83 basic_istream& seekg(pos_type); 130 typedef typename traits_type::pos_type pos_type; 183 typedef typename traits_type::pos_type pos_type; 257 pos_type tellg(); 258 basic_istream& seekg(pos_type __pos); 1356 typename basic_istream<_CharT, _Traits>::pos_type 1359 pos_type __r(-1); 1379 basic_istream<_CharT, _Traits>::seekg(pos_type __pos) [all …]
|
| D | __std_stream | 40 typedef typename traits_type::pos_type pos_type; 228 typedef typename traits_type::pos_type pos_type;
|
| /NextBSD/contrib/libstdc++/include/bits/ |
| D | sstream.tcc | 153 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 157 pos_type __ret = pos_type(off_type(-1)); in seekoff() 186 __ret = pos_type(__newoffi); in seekoff() 193 __ret = pos_type(__newoffo); in seekoff() 200 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 202 seekpos(pos_type __sp, ios_base::openmode __mode) in seekpos() 204 pos_type __ret = pos_type(off_type(-1)); in seekpos()
|
| D | fstream.tcc | 118 == pos_type(off_type(-1))) in open() 356 else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1))) in pbackfail() 668 typename basic_filebuf<_CharT, _Traits>::pos_type 678 pos_type __ret = pos_type(off_type(-1)); in seekoff() 721 typename basic_filebuf<_CharT, _Traits>::pos_type 723 seekpos(pos_type __pos, ios_base::openmode) in seekpos() 725 pos_type __ret = pos_type(off_type(-1)); in seekpos() 736 typename basic_filebuf<_CharT, _Traits>::pos_type 740 pos_type __ret = pos_type(off_type(-1)); in _M_seek() 744 __ret = pos_type(_M_file.seekoff(__off, __way)); in _M_seek() [all …]
|
| D | ostream.tcc | 215 typename basic_ostream<_CharT, _Traits>::pos_type 219 pos_type __ret = pos_type(-1); in tellp() 233 seekp(pos_type __pos) in seekp() 242 const pos_type __p = this->rdbuf()->pubseekpos(__pos, in seekp() 246 if (__p == pos_type(off_type(-1))) in seekp() 269 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekp() 273 if (__p == pos_type(off_type(-1))) in seekp()
|
| D | char_traits.h | 65 typedef std::streampos pos_type; typedef 91 typedef typename _Char_types<_CharT>::pos_type pos_type; typedef 236 typedef streampos pos_type; 307 typedef wstreampos pos_type;
|
| D | istream.tcc | 684 typename basic_istream<_CharT, _Traits>::pos_type 690 pos_type __ret = pos_type(-1); in tellg() 705 seekg(pos_type __pos) in seekg() 715 const pos_type __p = this->rdbuf()->pubseekpos(__pos, in seekg() 719 if (__p == pos_type(off_type(-1))) in seekg() 743 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekg() 747 if (__p == pos_type(off_type(-1))) in seekg()
|
| D | basic_ios.h | 67 typedef typename _Traits::pos_type pos_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
|
| /NextBSD/contrib/libstdc++/src/ |
| D | strstream.cc | 228 strstreambuf::pos_type 247 return pos_type(off_type(-1)); in seekoff() 265 return pos_type(off_type(-1)); in seekoff() 270 return pos_type(off_type(-1)); in seekoff() 294 return pos_type(newoff); in seekoff() 297 strstreambuf::pos_type 298 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) in seekpos() 299 { return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); } in seekpos()
|
| /NextBSD/contrib/libc++/src/ |
| D | strstream.cpp | 228 strstreambuf::pos_type 283 return pos_type(__p); in seekoff() 286 strstreambuf::pos_type 287 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() 314 return pos_type(__p); in seekpos()
|
| /NextBSD/contrib/libstdc++/include/backward/ |
| D | strstream | 94 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir, 97 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode 163 typedef char_traits<char>::pos_type pos_type;
|
| /NextBSD/contrib/libstdc++/include/ext/ |
| D | stdio_filebuf.h | 59 typedef typename traits_type::pos_type pos_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
|
| D | stdio_sync_filebuf.h | 58 typedef typename traits_type::pos_type pos_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
|
| D | pod_char_traits.h | 98 typedef fpos<state_type> pos_type;
|
| /NextBSD/contrib/libreadline/examples/ |
| HD | readlinebuf.h | 51 typedef streampos pos_type; typedef
|