/src/sys/fs/hfs/ |
unicode.h | 39 size_t utf16_to_utf8(char *, size_t, const uint16_t *, size_t, int, int *);
|
unicode.c | 133 utf16_to_utf8(char *dst, size_t dst_len, function in typeref:typename:size_t
|
hfs_vnops.c | 909 namlen = utf16_to_utf8(curent.d_name, NAME_MAX,
|
/src/sbin/gpt/ |
show.c | 182 utf16_to_utf8(ent->ent_name, 288 utf16_to_utf8(ent->ent_name, __arraycount(ent->ent_name), utfbuf, 381 utf16_to_utf8(ent->ent_name,
|
gpt.h | 108 void utf16_to_utf8(const uint16_t *, size_t, uint8_t *, size_t);
|
backup.c | 181 utf16_to_utf8(ent->ent_name, __arraycount(ent->ent_name),
|
biosboot.c | 222 utf16_to_utf8(ent->ent_name,
|
gpt.c | 129 utf16_to_utf8(const uint16_t *s16, size_t s16len, uint8_t *s8, size_t s8len) function in typeref:typename:void 1073 utf16_to_utf8(ent->ent_name,
|
/src/sbin/efi/ |
gptsubr.c | 245 utf16_to_utf8(ent->ent_name, sizeof(ent->ent_name),
|