Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libstdc++/libstdc++/config/io/
H A 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/gnu/lib/libstdc++/libstdc++/libio/
H A 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/gnu/llvm/libcxx/src/
H A Dlocale.cpp1656 if (to_nxt == to_end) in do_out()
1726 if (to_nxt == to_end) in do_in()
1838 if (to_end-to_nxt < 3) in utf16_to_utf8()
1915 if (to_end-to_nxt < 3) in utf16_to_utf8()
2335 if (to_end-to_nxt < 3) in ucs4_to_utf8()
2602 if (to_end-to_nxt < 3) in ucs2_to_utf8()
2798 if (to_end-to_nxt < 2) in ucs4_to_utf16be()
3062 if (to_end-to_nxt < 2) in ucs2_to_utf16be()
3072 if (to_end-to_nxt < 2) in ucs2_to_utf16be()
3136 if (to_end-to_nxt < 2) in ucs2_to_utf16le()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A 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/gnu/usr.bin/perl/
H A 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()
H A 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)
H A Dembed.fnc941 |NN const char *to_end \
948 |NN const char *to_end \
/openbsd/gnu/usr.bin/perl/Porting/
H A Dbisect-runner.pl1519 my $to_end = $to_start + $to_count - 1;
1554 $diff_out .= "--- $to_start,$to_end ----\n";
/openbsd/usr.sbin/unbound/
H A 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/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A 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 \