/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | sstream.tcc | 168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() 170 pos_type __ret = pos_type(off_type(-1)); in seekoff() 184 off_type __newoffi = __off; in seekoff() 185 off_type __newoffo = __newoffi; in seekoff() 218 pos_type __ret = pos_type(off_type(-1)); in seekpos() 223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos() 227 const off_type __pos(__sp); in seekpos() 277 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off) in _M_pbump()
|
H A D | fstream.tcc | 202 == pos_type(off_type(-1))) in open() 237 == pos_type(off_type(-1))) in open() 506 else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1))) in pbackfail() 555 == pos_type(off_type(-1))) in overflow() 833 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff() 841 pos_type __ret = pos_type(off_type(-1)); in seekoff() 862 off_type __computed_off = __off * __width; in seekoff() 875 off_type __file_off = _M_file.seekoff(0, ios_base::cur); in seekoff() 876 if (__file_off != off_type(-1)) in seekoff() 895 pos_type __ret = pos_type(off_type(-1)); in seekpos() [all …]
|
H A D | char_traits.h | 69 typedef std::streamoff off_type; in _GLIBCXX_VISIBILITY() typedef 95 typedef typename _Char_types<_CharT>::off_type off_type; in _GLIBCXX_VISIBILITY() typedef 349 typedef streamoff off_type; in _GLIBCXX_VISIBILITY() 483 typedef streamoff off_type; in _GLIBCXX_VISIBILITY() 605 typedef streamoff off_type; in _GLIBCXX_VISIBILITY() 744 typedef streamoff off_type; 858 typedef streamoff off_type;
|
H A D | ostream.tcc | 271 if (__p == pos_type(off_type(-1))) in seekp() 290 seekp(off_type __off, ios_base::seekdir __dir) in seekp() 303 if (__p == pos_type(off_type(-1))) in seekp()
|
H A D | basic_ios.h | 79 typedef typename _Traits::off_type off_type; in _GLIBCXX_VISIBILITY() typedef
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | sstream.tcc | 168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() 170 pos_type __ret = pos_type(off_type(-1)); in seekoff() 184 off_type __newoffi = __off; in seekoff() 185 off_type __newoffo = __newoffi; in seekoff() 218 pos_type __ret = pos_type(off_type(-1)); in seekpos() 223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos() 227 const off_type __pos(__sp); in seekpos() 277 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off) in _M_pbump()
|
H A D | fstream.tcc | 202 == pos_type(off_type(-1))) in open() 237 == pos_type(off_type(-1))) in open() 506 else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1))) in pbackfail() 555 == pos_type(off_type(-1))) in overflow() 833 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff() 841 pos_type __ret = pos_type(off_type(-1)); in seekoff() 862 off_type __computed_off = __off * __width; in seekoff() 875 off_type __file_off = _M_file.seekoff(0, ios_base::cur); in seekoff() 876 if (__file_off != off_type(-1)) in seekoff() 895 pos_type __ret = pos_type(off_type(-1)); in seekpos() [all …]
|
H A D | char_traits.h | 77 typedef std::streamoff off_type; in _GLIBCXX_VISIBILITY() typedef 103 typedef typename _Char_types<_CharT>::off_type off_type; in _GLIBCXX_VISIBILITY() typedef 334 typedef streamoff off_type; in _GLIBCXX_VISIBILITY() 471 typedef streamoff off_type; in _GLIBCXX_VISIBILITY() 600 typedef streamoff off_type; in _GLIBCXX_VISIBILITY() 742 typedef streamoff off_type; 863 typedef streamoff off_type;
|
H A D | ostream.tcc | 279 if (__p == pos_type(off_type(-1))) in seekp() 288 seekp(off_type __off, ios_base::seekdir __dir) in seekp() 299 if (__p == pos_type(off_type(-1))) in seekp()
|
H A D | basic_ios.h | 79 typedef typename _Traits::off_type off_type; in _GLIBCXX_VISIBILITY() typedef
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | spanstream | 58 using off_type = typename _Traits::off_type; 143 seekoff(off_type __off, ios_base::seekdir __way, 146 pos_type __ret = pos_type(off_type(-1)); 166 off_type __base; 205 { return seekoff(off_type(__sp), ios_base::beg, __which); } 232 using off_type = typename _Traits::off_type; 324 using off_type = typename _Traits::off_type; 392 using off_type = typename _Traits::off_type;
|
H A D | syncstream | 60 using off_type = typename _Traits::off_type; 255 using off_type = typename traits_type::off_type;
|
H A D | sstream | 97 typedef typename traits_type::off_type off_type; 395 seekoff(off_type __off, ios_base::seekdir __way, 429 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off); 498 off_type _M_goff[3]; 499 off_type _M_poff[3]; 556 typedef typename traits_type::off_type off_type; 780 typedef typename traits_type::off_type off_type; 1004 typedef typename traits_type::off_type off_type;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | streambuf | 28 typedef typename traits_type::off_type off_type; 38 pos_type pubseekoff(off_type off, ios_base::seekdir way, 86 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 132 typedef typename traits_type::off_type off_type; 157 pos_type pubseekoff(off_type __off, ios_base::seekdir __way, 275 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 374 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, 377 return pos_type(off_type(-1)); 384 return pos_type(off_type(-1));
|
H A D | sstream | 25 typedef typename traits_type::off_type off_type; 50 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 72 typedef typename traits_type::off_type off_type; 111 typedef typename traits_type::off_type off_type; 150 typedef typename traits_type::off_type off_type; 209 typedef typename traits_type::off_type off_type; 259 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 575 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off, 587 off_type __noff; 636 typedef typename traits_type::off_type off_type; [all …]
|
H A D | fstream | 25 typedef typename traits_type::off_type off_type; 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 75 typedef typename traits_type::off_type off_type; 112 typedef typename traits_type::off_type off_type; 150 typedef typename traits_type::off_type off_type; 217 typedef typename traits_type::off_type off_type; 266 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 929 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way, 937 return pos_type(off_type(-1)); 952 return pos_type(off_type(-1)); [all …]
|
H A D | strstream | 48 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 110 typedef char_traits<char>::off_type off_type; 180 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 352 typedef char_traits<char>::off_type off_type;
|
H A D | __std_stream | 42 typedef typename traits_type::off_type off_type; 230 typedef typename traits_type::off_type off_type;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | strstream.cpp | 233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() 235 off_type __p(-1); in seekoff() 257 off_type newoff; in seekoff() 295 off_type __p(-1); in seekpos() 302 off_type newoff = __sp; in seekpos() 312 off_type temp = epptr() - newpos; in seekpos()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | strstream.cc | 226 strstreambuf::seekoff(off_type off, ios_base::seekdir dir, in seekoff() 244 return pos_type(off_type(-1)); in seekoff() 249 off_type newoff; in seekoff() 262 return pos_type(off_type(-1)); in seekoff() 267 return pos_type(off_type(-1)); in seekoff() 296 { return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); } in seekpos()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
H A D | strstream.cc | 226 strstreambuf::seekoff(off_type off, ios_base::seekdir dir, in seekoff() 244 return pos_type(off_type(-1)); in seekoff() 249 off_type newoff; in seekoff() 262 return pos_type(off_type(-1)); in seekoff() 267 return pos_type(off_type(-1)); in seekoff() 296 { return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); } in seekpos()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | stdio_filebuf.h | 58 typedef typename traits_type::off_type off_type; in _GLIBCXX_VISIBILITY() typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | stdio_filebuf.h | 58 typedef typename traits_type::off_type off_type; in _GLIBCXX_VISIBILITY() typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | sstream | 77 typedef typename traits_type::off_type off_type; 274 seekoff(off_type __off, ios_base::seekdir __way, 305 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off); 355 off_type _M_goff[3]; 356 off_type _M_poff[3]; 403 typedef typename traits_type::off_type off_type; 561 typedef typename traits_type::off_type off_type; 719 typedef typename traits_type::off_type off_type;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/ |
H A D | strstream | 126 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir, 213 typedef char_traits<char>::off_type off_type;
|