Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Defienv.c44 if (utf8_to_ucs2(v, &uv, &ul) != 0) in efi_getenv()
79 if (utf8_to_ucs2(varname, &uv, &ul) != 0) in efi_setenv()
94 if (utf8_to_ucs2(varname, &var, &len) != 0) in efi_setenv_freebsd_wcs()
114 if (utf8_to_ucs2(name, &var, &len) != 0) in efi_delenv()
H A Defichar.c135 utf8_to_ucs2(const char *name, efi_char **nmp, size_t *len) in utf8_to_ucs2() function
H A Ddevpath.c479 rv = utf8_to_ucs2(name, &ptr, &len); in efi_devpath_to_name()
532 if (utf8_to_ucs2(path, &uv, &ul) != 0) in efi_name_to_devpath()
/freebsd/lib/libefivar/
H A Defivar.c173 rv = utf8_to_ucs2(name, &var.name, &var.namesize); in efi_get_variable()
241 rv = utf8_to_ucs2(*name, &var.name, &size); in efi_get_next_variable_name()
367 rv = utf8_to_ucs2(name, &var.name, &var.namesize); in efi_set_variable()
H A Defivar-dp-parse.c3206 utf8_to_ucs2(TextDeviceNode, &v, &len); in DevPathFromTextFilePath()
/freebsd/contrib/wpa/src/crypto/
H A Dms_funcs.c25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len, in utf8_to_ucs2() function
116 if (utf8_to_ucs2(password, password_len, buf, max_len, &len) < 0) in nt_password_hash()
440 if (utf8_to_ucs2(password, password_len, pw_block, 512, &ucs2_len) < 0 in encrypt_pw_block_with_password_hash()
/freebsd/stand/efi/include/
H A Defichar.h37 int utf8_to_ucs2(const char *, efi_char **, size_t *);
/freebsd/usr.sbin/efibootmgr/
H A Defibootmgr.c629 utf8_to_ucs2(description, &bbuf, &desc_len); in create_loadopt()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp2250 static codecvt_base::result utf8_to_ucs2( in utf8_to_ucs2() function
3071 …result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mo… in do_in()
3154 …result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_… in do_in()