Searched defs:to_end (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/io/ |
H A D | c_io_libio_codecvt.c | 86 const wchar_t **from_stop, char *to_start, char *to_end, in do_out() 110 char *to_start, char *to_end, char **to_stop) in do_unshift() 120 wchar_t *to_start, wchar_t *to_end, wchar_t **to_stop) in do_in()
|
/openbsd-src/gnu/llvm/libcxx/src/ |
H A D | locale.cpp | 1625 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() 1682 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() 1747 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift() 1831 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() 1908 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() 1985 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_utf16() 2106 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_utf16() 2328 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs4_to_utf8() 2383 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_ucs4() 2595 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs2_to_utf8() [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stack_store.cpp | 206 u8 *to_end) { in CompressDelta() 213 uptr *to_end) { in UncompressDelta() 222 u8 *to_end) { in CompressLzw() 229 uptr *to_end) { in UncompressLzw()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/libio/ |
H A D | iofwide.c | 266 char *to_start, char *to_end, char **to_stop) in do_unshift() 328 wchar_t *to_start, wchar_t *to_end, wchar_t **to_stop) in do_in()
|
/openbsd-src/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 699 Perl_delimcpy(char *to, const char *to_end, in Perl_delimcpy() argument [all...] |