/src/sbin/efi/ |
efiio.h | 66 ev->name = utf8_to_ucs2(name, isz, NULL, &ev->namesize);
|
utils.h | 84 uint16_t *utf8_to_ucs2(const char *, size_t, uint16_t *, size_t *);
|
bootvar.c | 120 utf8_to_ucs2(label, strlen(label) + 1, bb->u.body->Description, &size); 195 (void)utf8_to_ucs2(loader, strlen(loader) + 1, pn->PathName,
|
utils.c | 182 utf8_to_ucs2(const char *ibuf, size_t isz, uint16_t *obuf, size_t *osz) function in typeref:typename:PUBLIC uint16_t * 263 dst = utf8_to_ucs2(src, strlen(src) + 1, NULL, &sz);
|
/src/sys/arch/i386/stand/efiboot/ |
efiboot.h | 69 int utf8_to_ucs2(const char *, CHAR16 **, size_t *);
|
efichar.c | 122 utf8_to_ucs2(const char *name, CHAR16 **nmp, size_t *len) function in typeref:typename:int
|
/src/sys/stand/efiboot/ |
efiboot.h | 85 int utf8_to_ucs2(const char *, CHAR16 **, size_t *);
|
efichar.c | 122 utf8_to_ucs2(const char *name, CHAR16 **nmp, size_t *len) function in typeref:typename:int
|
efifile.c | 90 rv = utf8_to_ucs2(path, &upath, &len);
|