/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | postypes.h | 81 class fpos; variable 95 class fpos 106 fpos() in fpos() function 136 fpos& 147 fpos& 160 fpos 163 fpos __pos(*this); 174 fpos 177 fpos __pos(*this); 199 operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs) [all …]
|
/openbsd/gnu/llvm/libcxx/include/__ios/ |
H A D | fpos.h | 23 class _LIBCPP_TEMPLATE_VIS fpos { 29 _LIBCPP_HIDE_FROM_ABI fpos(streamoff __off = streamoff()) : __st_(), __off_(__off) {} in __st_() 36 _LIBCPP_HIDE_FROM_ABI fpos& operator+=(streamoff __off) { 41 _LIBCPP_HIDE_FROM_ABI fpos operator+(streamoff __off) const { 42 fpos __t(*this); 47 _LIBCPP_HIDE_FROM_ABI fpos& operator-=(streamoff __off) { 52 _LIBCPP_HIDE_FROM_ABI fpos operator-(streamoff __off) const { 53 fpos __t(*this); 61 streamoff operator-(const fpos<_StateT>& __x, const fpos<_StateT>& __y) { 67 bool operator==(const fpos<_StateT>& __x, const fpos<_StateT>& __y) { [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | fpos.h | 56 class fpos 82 fpos& 85 fpos& 88 fpos 91 fpos __t(*this); 96 fpos 99 fpos __t(*this); 105 operator==(const fpos& __pos) const 109 operator!=(const fpos& __pos) const 120 typedef fpos<mbstate_t> streampos; [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | init14.C | 9 struct fpos struct 12 fpos(int __pos) in fpos() function 19 fpos f (2); in main()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | iosfwd | 86 template <class state> class fpos; 87 using streampos = fpos<char_traits<char>::state_type>; 88 using wstreampos = fpos<char_traits<wchar_t>::state_type>; 89 using u8streampos = fpos<char_traits<char8_t>::state_type>; // C++20 90 using u16streampos = fpos<char_traits<char16_t>::state_type>; 91 using u32streampos = fpos<char_traits<char32_t>::state_type>; 218 typedef fpos<mbstate_t> streampos; 219 typedef fpos<mbstate_t> wstreampos; 221 typedef fpos<mbstate_t> u8streampos; 223 typedef fpos<mbstate_t> u16streampos; [all …]
|
H A D | string | 23 class fpos 28 fpos(streamoff = streamoff()); 35 fpos& operator+=(streamoff); 36 fpos operator+ (streamoff) const; 37 fpos& operator-=(streamoff); 38 fpos operator- (streamoff) const; 41 template <class stateT> streamoff operator-(const fpos<stateT>& x, const fpos<stateT>& y); 43 template <class stateT> bool operator==(const fpos<stateT>& x, const fpos<stateT>& y); 44 template <class stateT> bool operator!=(const fpos<stateT>& x, const fpos<stateT>& y); 548 #include <__ios/fpos.h>
|
H A D | ios | 23 template <class stateT> class fpos; 220 #include <__ios/fpos.h>
|
H A D | CMakeLists.txt | 372 __ios/fpos.h
|
H A D | module.modulemap.in | 956 module fpos { private header "__ios/fpos.h" }
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | resres.c | 116 long fpos; local 134 fpos = ftell (fres); 135 if (fpos % 4) 136 write_res_data (sign, fpos % 4, 1);
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | resres.c | 116 long fpos; local 134 fpos = ftell (fres); 135 if (fpos % 4) 136 write_res_data (sign, fpos % 4, 1);
|
/openbsd/usr.bin/less/ |
H A D | ch.c | 60 off_t fpos; member 72 #define ch_fpos thisfile->fpos 751 thisfile->fpos = 0; in ch_init()
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | pod_char_traits.h | 98 typedef fpos<state_type> pos_type;
|
H A D | codecvt_specializations.h | 224 typedef typename std::fpos<state_type> pos_type;
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_streambuf.h | 257 fpos<__state_type> _M_pos;
|
/openbsd/gnu/usr.bin/perl/ |
H A D | perlio.c | 5612 Fpos_t * const fpos = (Fpos_t *) SvPV(pos, len); in PerlIO_setpos() local 5615 return fsetpos64(f, fpos); in PerlIO_setpos() 5617 return fsetpos(f, fpos); in PerlIO_setpos() 5642 Fpos_t fpos; in PerlIO_getpos() local 5645 code = fgetpos64(f, &fpos); in PerlIO_getpos() 5647 code = fgetpos(f, &fpos); in PerlIO_getpos() 5649 sv_setpvn(pos, (char *) &fpos, sizeof(fpos)); in PerlIO_getpos()
|
/openbsd/gnu/usr.bin/texinfo/makeinfo/ |
H A D | node.c | 945 int fpos = fseek (output_stream, -epilogue_len, in cm_node() local 948 if (fpos < 0 in cm_node()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/ |
H A D | Makefile.am | 116 ${bits_srcdir}/fpos.h \
|
H A D | Makefile.in | 235 ${bits_srcdir}/fpos.h \
|
/openbsd/distrib/sets/lists/comp/ |
H A D | gcc.luna88k | 56 ./usr/include/g++/bits/fpos.h
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | ChangeLog-2000 | 1440 * testsuite/27_io/fpos.cc: Same. 4714 * bits/fpos.h: And here. 4964 * bits/fpos.h: And here. 6522 * bits/fpos.h: Default initialize. 6554 * bits/fpos.h (fpos::operator streamoff): Make const, don't return 6592 using _M_position with a const fpos. 6594 * testsuite/27_io/fpos.cc: New file. 6650 * bits/fpos.h: Test. 7785 * bits/fpos.h: Tweak, format. 8666 * bits/fpos.h: Like here. [all …]
|
H A D | ChangeLog-2001 | 1008 include/bits/fpos.h, include/bits/gslice.h, include/bits/gslice_array.h, 2343 * testsuite/27_io/fpos.cc: Likewise. 3125 * include/bits/fpos.h (fpos::operator-): Don't return reference, 3127 (fpos::operator+): Same. 3128 * testsuite/27_io/fpos.cc: Add test. 4664 * include/bits/fpos.h: Define streampos/wstreampos here. 4773 * include/bits/fpos.h: Likewise. 5062 * include/bits/fpos.h: Ditto. 5981 * include/bits/fpos.h (fpos:::fpos(streamoff __pos)): Explicitly
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/ |
H A D | BUILD.gn | 447 "__ios/fpos.h",
|
/openbsd/gnu/lib/libcxx/ |
H A D | Makefile | 461 __ios/fpos.h \
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx20Papers.csv | 40 "`P0759R1 <https://wg21.link/P0759R1>`__","LWG","fpos Requirements","Rapperswil","|Complete|","11.0"
|