Home
last modified time | relevance | path

Searched refs:to_end (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/config/io/
Dc_io_libio_codecvt.c44 const wchar_t **from_stop, char *to_start, char *to_end,
49 char *to_end, char **to_stop);
54 wchar_t *to_start, wchar_t *to_end, wchar_t **to_stop);
86 const wchar_t **from_stop, char *to_start, char *to_end, in do_out() argument
93 if (to_start >= to_end) in do_out()
110 char *to_start, char *to_end, char **to_stop) in do_unshift() argument
120 wchar_t *to_start, wchar_t *to_end, wchar_t **to_stop) in do_in() argument
126 if (to_start >= to_end) in do_in()
/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
Diofwide.c48 char *to_end, char **to_stop);
51 char *to_end, char **to_stop);
57 wchar_t *to_end, wchar_t **to_stop);
198 const wchar_t **from_stop, char *to_start, char *to_end, in weak_alias()
210 codecvt->__cd_out.__cd.__data[0].__outbufend = to_end; in weak_alias()
243 size_t to_len = to_end - to_start; in weak_alias()
266 char *to_start, char *to_end, char **to_stop) in do_unshift() argument
276 codecvt->__cd_out.__cd.__data[0].__outbufend = to_end; in do_unshift()
305 size_t to_len = to_end - to_start; in do_unshift()
328 wchar_t *to_start, wchar_t *to_end, wchar_t **to_stop) in do_in() argument
[all …]
/openbsd/src/gnu/llvm/libcxx/src/
Dlocale.cpp1625 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
1634 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) in do_out()
1639 static_cast<size_t>(to_end-to), &st, __l_); in do_out()
1656 if (to_nxt == to_end) in do_out()
1665 if (n > static_cast<size_t>(to_end-to_nxt)) // is there room? in do_out()
1682 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
1691 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) in do_in()
1696 static_cast<size_t>(to_end-to), &st, __l_); in do_in()
1726 if (to_nxt == to_end) in do_in()
1747 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift() argument
[all …]
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_stack_store.cpp206 u8 *to_end) { in CompressDelta() argument
207 SLeb128Encoder encoder(to, to_end); in CompressDelta()
213 uptr *to_end) { in UncompressDelta() argument
217 CHECK_EQ(to, to_end); in UncompressDelta()
222 u8 *to_end) { in CompressLzw() argument
223 SLeb128Encoder encoder(to, to_end); in CompressLzw()
229 uptr *to_end) { in UncompressLzw() argument
233 CHECK_EQ(to, to_end); in UncompressLzw()
/openbsd/src/gnu/usr.bin/perl/
Dutil.c594 Perl_delimcpy_no_escape(char *to, const char *to_end, in Perl_delimcpy_no_escape() argument
600 Ptrdiff_t to_len = to_end - to; in Perl_delimcpy_no_escape()
699 Perl_delimcpy(char *to, const char *to_end, in Perl_delimcpy() argument
709 assert(to_end >= to); in Perl_delimcpy()
762 if (copy_len >= to_end - to) { in Perl_delimcpy()
763 Copy(from, to, to_end - to, char); in Perl_delimcpy()
765 to = (char *) to_end; in Perl_delimcpy()
780 if (stopped_early || copy_len > to_end - to) { in Perl_delimcpy()
781 Copy(from, to, to_end - to, char); in Perl_delimcpy()
790 if (to < to_end) { in Perl_delimcpy()
Dproto.h827 Perl_delimcpy(char *to, const char *to_end, const char *from, const char *from_end, const int delim…
829 assert(to); assert(to_end); assert(from); assert(from_end); assert(retlen)
832 Perl_delimcpy_no_escape(char *to, const char *to_end, const char *from, const char *from_end, const…
834 assert(to); assert(to_end); assert(from); assert(from_end); assert(retlen)
Dembed.fnc941 |NN const char *to_end \
948 |NN const char *to_end \
/openbsd/src/gnu/usr.bin/perl/Porting/
Dbisect-runner.pl1519 my $to_end = $to_start + $to_count - 1;
1554 $diff_out .= "--- $to_start,$to_end ----\n";
/openbsd/src/usr.sbin/unbound/
Dltmain.sh5918 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6506 lt_extend_str (const char *orig_value, const char *add, int to_end)
6514 if (to_end)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc765 ATpd |char* |delimcpy|NN char* to|NN const char* to_end \
768 EXTpd |char* |delimcpy_no_escape|NN char* to|NN const char* to_end \