Searched defs:to_end (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | locale.cpp | 1547 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() 1604 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() 1669 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift() 1751 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() 1828 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() 1905 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_utf16() 2026 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_utf16() 2248 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs4_to_utf8() 2303 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_ucs4() 2515 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs2_to_utf8() [all …]
|
/netbsd-src/sys/ufs/ufs/ |
H A D | ufs_rename.c | 561 doff_t from_prev_start, from_prev_end, to_start, to_end; in ufs_rename_ulr_overlap_p() local
|
/netbsd-src/sys/ufs/ext2fs/ |
H A D | ext2fs_rename.c | 512 doff_t from_prev_start, from_prev_end, to_start, to_end; in ext2fs_rename_ulr_overlap_p() local
|
/netbsd-src/sys/ufs/lfs/ |
H A D | lfs_rename.c | 284 doff_t from_prev_start, from_prev_end, to_start, to_end; in ulfs_rename_ulr_overlap_p() local
|