Searched refs:utf8_to_utf16 (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/fs/hfs/
H A Dunicode.h38 size_t utf8_to_utf16(uint16_t *, size_t, const char *, size_t, int, int *);
H A Dunicode.c40 utf8_to_utf16(uint16_t *dst, size_t dst_len, function
H A Dhfs_vnops.c419 len = utf8_to_utf16(unicn, cnp->cn_namelen,
/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Dgpt.h90 void utf8_to_utf16(const uint8_t *, uint16_t *, size_t);
H A Dmigrate.c111 utf8_to_utf16((const uint8_t *)"FreeBSD swap partition",
118 utf8_to_utf16((const uint8_t *)"FreeBSD UFS partition",
125 utf8_to_utf16((const uint8_t *)"FreeBSD vinum partition",
266 utf8_to_utf16((const uint8_t *)"FreeBSD disklabel partition",
278 utf8_to_utf16((const uint8_t *)"EFI system partition",
H A Dlabel.c122 utf8_to_utf16(name, ent->ent_name, 36);
137 utf8_to_utf16(name, ent->ent_name, 36);
H A Dgpt.c182 utf8_to_utf16(const uint8_t *s8, uint16_t *s16, size_t s16len) function

Completed in 86 milliseconds