Home
last modified time | relevance | path

Searched refs:ucs2_to_utf8 (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/efivar/
H A Defiutil.c86 ucs2_to_utf8(ucs2, &utf8); in utf8dump()
160 ucs2_to_utf8(descr, &str); in efi_print_load_option()
/freebsd/stand/efi/include/
H A Defichar.h36 int ucs2_to_utf8(const efi_char *, char **);
/freebsd/stand/efi/libefi/
H A Defichar.c85 ucs2_to_utf8(const efi_char *nm, char **name) in ucs2_to_utf8() function
H A Denv.c478 if (ucs2_to_utf8(varnamearg, &var) != 0) in efi_print_freebsd()
503 if (ucs2_to_utf8(varnamearg, &var) != 0) in efi_print_global()
H A Ddevpath.c396 if (ucs2_to_utf8(((FILEPATH_DEVICE_PATH *)node)->PathName, in efi_media_dev_path()
/freebsd/lib/libefivar/
H A Defivar.c267 rv = ucs2_to_utf8(var.name, name); in efi_get_next_variable_name()
H A Defivar-dp-format.c2039 ucs2_to_utf8(Fp->PathName, &name); in DevPathToTextFilePath()
2635 ucs2_to_utf8(fp->PathName, &name); in efidp_extract_file_path()
/freebsd/stand/efi/loader/
H A Dmain.c455 ucs2_to_utf8(fp->PathName, &kernel); in match_boot_info()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp2205 static codecvt_base::result ucs2_to_utf8( in ucs2_to_utf8() function
3045 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out()
3132 …result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_out()