Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ucs2_to_utf8
usr/src/boot/efi/include/efichar.h
32
int ucs2_to_utf8(const CHAR16 *, char **);
usr/src/boot/efi/libefi/env.c
868
if (ucs2_to_utf8(varnamearg, &var) != 0)
usr/src/boot/efi/libefi/env.c
893
if (ucs2_to_utf8(varnamearg, &var) != 0)