Home
last modified time | relevance | path

Searched refs:fpos (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dpostypes.h82 class fpos in _GLIBCXX_VISIBILITY()
93 fpos() in _GLIBCXX_VISIBILITY()
103 fpos(streamoff __off) in _GLIBCXX_VISIBILITY()
107 fpos(const fpos&) = default; in _GLIBCXX_VISIBILITY()
108 fpos& operator=(const fpos&) = default; in _GLIBCXX_VISIBILITY()
109 ~fpos() = default; in _GLIBCXX_VISIBILITY()
129 fpos& in _GLIBCXX_VISIBILITY()
140 fpos& in _GLIBCXX_VISIBILITY()
153 fpos in _GLIBCXX_VISIBILITY()
156 fpos __pos(*this); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dpostypes.h112 class fpos in _GLIBCXX_VISIBILITY()
123 fpos() in _GLIBCXX_VISIBILITY()
133 fpos(streamoff __off) in _GLIBCXX_VISIBILITY()
137 fpos(const fpos&) = default; in _GLIBCXX_VISIBILITY()
138 fpos& operator=(const fpos&) = default; in _GLIBCXX_VISIBILITY()
139 ~fpos() = default; in _GLIBCXX_VISIBILITY()
159 fpos& in _GLIBCXX_VISIBILITY()
170 fpos& in _GLIBCXX_VISIBILITY()
183 fpos in _GLIBCXX_VISIBILITY()
186 fpos __pos(*this); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/bsd/ntp/dist/scripts/monitoring/
H A Dntploopwatch569 local($cnt,$in,$out,$lo,$lf,@fpos) = @_;
606 $fpos[$[] = '' if !defined($fpos[$[]);
821 if ($fpos[$[] eq 'start')
823 if (grep($_ eq $fpos[$[+1],@f))
825 shift(@f) while @f && $f[$[] ne $fpos[$[+1];
829 @fpos = ('start', $f[$[], undef);
834 @fpos = ('start' , $f[$[], undef);
837 if (!defined($fpos[$[+2]))
841 $fpos[$[+2] = 0;
845 $fpos[$[+2] =
[all …]
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_show.c72 long fpos; member
143 ctx->fpos += fprintf(ctx->fp, "}\n\n"); in print_indent()
147 ctx->fpos += fprintf(ctx->fp, "\t"); in print_indent()
154 if (ctx->fpos != ctx->fposln) { in print_linesep()
155 ctx->fpos += fprintf(ctx->fp, "\n"); in print_linesep()
156 ctx->fposln = ctx->fpos; in print_linesep()
412 ctx->fpos += fprintf(ctx->fp, "# id=\"%" PRIx64 "\" ", id); in npfctl_print_id()
423 ctx->fpos += fprintf(ctx->fp, "%s ", elements); in npfctl_print_filter_generic()
460 ctx->fpos += fprintf(ctx->fp, "%s %s%s ", kwd, neg, elements); in npfctl_print_filter_seg()
467 ctx->fpos in npfctl_print_filter_seg()
[all...]
/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Dtaxonomy.c87 char *fpos = fstr; in ie_to_string() local
116 *fpos = '\0'; in ie_to_string()
150 ret = os_snprintf(fpos, fend - fpos, in ie_to_string()
219 ret = os_snprintf(fpos, fend - fpos, "%s%d", sep, id); in ie_to_string()
221 if (os_snprintf_error(fend - fpos, ret)) in ie_to_string()
223 fpos += ret; in ie_to_string()
229 ret = os_snprintf(fpos, fend - fpos, "%s%s%s%s%s%s%s%s%s", in ie_to_string()
232 if (os_snprintf_error(fend - fpos, ret)) { in ie_to_string()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Diosfwd86 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>;
221 template <class _State> class _LIBCPP_TEMPLATE_VIS fpos;
222 typedef fpos<mbstate_t> streampos;
223 typedef fpos<mbstate_t> wstreampos;
225 typedef fpos<mbstate_t> u8streampos;
[all …]
H A Dstring20 class fpos
25 fpos(streamoff = streamoff());
32 fpos& operator+=(streamoff);
33 fpos operator+ (streamoff) const;
34 fpos& operator-=(streamoff);
35 fpos operator- (streamoff) const;
38 template <class stateT> streamoff operator-(const fpos<stateT>& x, const fpos<stateT>& y);
40 template <class stateT> bool operator==(const fpos<stateT>& x, const fpos<stateT>& y);
41 template <class stateT> bool operator!=(const fpos<stateT>& x, const fpos<stateT>& y);
548 // fpos
[all …]
H A Dios23 template <class stateT> class fpos;
/netbsd-src/sys/arch/usermode/usermode/
H A Dpmap.c143 paddr_t fpos, file_len; in pmap_bootstrap() local
295 fpos = kernel_fpos + kmem_k_length; in pmap_bootstrap()
298 free_start = fpos; /* in physical space ! */ in pmap_bootstrap()
320 pv_fpos = fpos; in pmap_bootstrap()
335 fpos += pv_table_size; in pmap_bootstrap()
339 tlb_fpos = fpos; in pmap_bootstrap()
353 fpos += pm_entries_size; in pmap_bootstrap()
362 pm_l1_fpos = fpos; in pmap_bootstrap()
376 fpos += round_page(pm_l1_size); in pmap_bootstrap()
379 pm_fpos = fpos; in pmap_bootstrap()
[all …]
/netbsd-src/external/bsd/less/dist/
H A Dch.c66 POSITION fpos; member
78 #define ch_fpos thisfile->fpos
842 thisfile->fpos = 0; in ch_init()
925 fs->file, fs->flags, fs->fpos,
/netbsd-src/sbin/fsck_udf/
H A Dmain.c746 int vpart_num, uint64_t fpos, in udf_process_ad() argument
841 alloc_len = UDF_ROUNDUP(fpos + piece_len, context.sector_size); in udf_process_ad()
850 memcpy(*resultp + fpos, piece, piece_alloc_len); in udf_process_ad()
854 piece = *resultp + fpos; in udf_process_ad()
864 piece = *resultp + fpos; in udf_process_ad()
879 piece = *resultp + fpos; in udf_process_ad()
945 uint64_t fpos; in udf_process_file() local
1017 fpos = 0; in udf_process_file()
1037 vpart_num, fpos, short_adp, long_adp, in udf_process_file()
1105 fpos += piece_len; in udf_process_file()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dios40 #include <bits/char_traits.h> // For char_traits, streamoff, streamsize, fpos
H A Dfstream79 * - traits_type::pos_type must be fpos<traits_type::state_type>
98 fpos<typename _Traits::state_type>>::value,
99 "pos_type must be fpos<state_type>");
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dios40 #include <bits/char_traits.h> // For char_traits, streamoff, streamsize, fpos
H A Dfstream74 * - traits_type::pos_type must be fpos<traits_type::state_type>
93 fpos<typename _Traits::state_type>>::value,
94 "pos_type must be fpos<state_type>");
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dpod_char_traits.h102 typedef fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
H A Dcodecvt_specializations.h215 typedef typename std::fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpod_char_traits.h102 typedef fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
H A Dcodecvt_specializations.h215 typedef typename std::fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-1999492 * testsuite/27_io/fpos.cc: Likewise.
877 * bits/fpos.h: Default initialize.
878 * testsuite/27_io/fpos.cc (test03): Add test.
909 * bits/fpos.h (fpos::operator streamoff): Make const, don't return
911 * testsuite/27_io/fpos.cc: Add tests.
946 * bits/fpos.h: Fix discarding qualifiers on this when
947 using _M_position with a const fpos.
949 * testsuite/27_io/fpos.cc: New file.
1005 * bits/fpos.h: Test.
2140 * bits/fpos.h: Tweak, format.
[all …]
H A DChangeLog-20031510 Use streamoff as off_type and fpos<state_type> as pos_type.
1900 bits/fpos.h.
1914 (fpos): New implementation. Document implementation defined
1919 of bits/fpos.h.
1922 * testsuite/27_io/fpos/11450.cc: New test.
1923 * testsuite/27_io/fpos/mbstate_t/12065.cc: New test.
1924 * testsuite/27_io/fpos/mbstate_t/4_neg.cc: New test.
1934 * include/Makefile.am (host_headers): Remove fpos.h.
1938 * config/os/generic/fpos.h: Remove.
1955 * testsuite/27_io/fpos/mbstate_t/3.cc: Same.
[all …]
H A DChangeLog-20011008 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
H A DChangeLog-20043783 * testsuite/27_io/fpos/14320-3.cc: Same.
3786 * testsuite/27_io/fpos/1.cc: Same.
3825 * testsuite/27_io/fpos/14775.cc: Same.
4091 * testsuite/27_io/fpos/14775.cc: New.
4625 * testsuite/27_io/fpos/14320-2.cc: Remove xfail.
4788 (class fpos): Tweak consistently.
4789 * testsuite/27_io/fpos/14320-1.cc: New.
4790 * testsuite/27_io/fpos/14320-2.cc: New.
4791 * testsuite/27_io/fpos/14320-3.cc: New.
4792 * testsuite/27_io/fpos/14320-4.cc: New.
[all …]
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dnode.c947 int fpos = fseek (output_stream, -epilogue_len, in cm_node() local
950 if (fpos < 0 in cm_node()
/netbsd-src/sys/dev/scsipi/
H A Dcd.c2707 uint8_t *buffer, *fpos; in mmc_getdiscinfo() local
2772 fpos = &gc->feature_desc[0]; in mmc_getdiscinfo()
2774 gcf = (struct scsipi_get_conf_feature *) fpos; in mmc_getdiscinfo()
2794 fpos += 4 + feature_len; in mmc_getdiscinfo()

12