/openbsd/gnu/lib/libstdc++/libstdc++/config/io/ |
H A D | c_io_libio_codecvt.c | 44 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 D | iofwide.c | 48 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 D | locale.cpp | 1656 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 D | sanitizer_stack_store.cpp | 206 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 D | util.c | 594 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 D | proto.h | 827 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 D | embed.fnc | 941 |NN const char *to_end \ 948 |NN const char *to_end \
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | bisect-runner.pl | 1519 my $to_end = $to_start + $to_count - 1; 1554 $diff_out .= "--- $to_start,$to_end ----\n";
|
/openbsd/usr.sbin/unbound/ |
H A D | ltmain.sh | 5918 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 D | embed.fnc | 765 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 \
|