Home
last modified time | relevance | path

Searched refs:u16_strdup (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dcharset.h215 u16 *u16_strdup(const u16 *src);
/openbmc/u-boot/lib/efi_loader/
H A Defi_hii.c200 u16_strdup(ucs2->string_text); in add_strings_package()
881 str = u16_strdup(string); in new_string()
988 str = u16_strdup(string); in set_string()
/openbmc/u-boot/lib/
H A Dcharset.c365 u16 *u16_strdup(const u16 *src) in u16_strdup() function
/openbmc/u-boot/test/
H A Dunicode_ut.c55 u16 *copy = u16_strdup(c4); in unicode_test_u16_strdup()