Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcharset.h142 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count);
151 #define utf16_utf8_strcpy(d, s) utf16_utf8_strncpy((d), (s), SIZE_MAX)
/openbmc/u-boot/test/
H A Dunicode_ut.c489 utf16_utf8_strncpy(&pos, c1, 4); in unicode_test_utf16_utf8_strncpy()
496 utf16_utf8_strncpy(&pos, c2, 10); in unicode_test_utf16_utf8_strncpy()
503 utf16_utf8_strncpy(&pos, c3, 2); in unicode_test_utf16_utf8_strncpy()
510 utf16_utf8_strncpy(&pos, c4, 2); in unicode_test_utf16_utf8_strncpy()
517 utf16_utf8_strncpy(&pos, c4, 10); in unicode_test_utf16_utf8_strncpy()
/openbmc/u-boot/lib/
H A Dcharset.c284 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count) in utf16_utf8_strncpy() function
/openbmc/u-boot/cmd/
H A Defidebug.c618 utf16_utf8_strncpy(&p, lo.label, label_len16); in show_efi_boot_opt_data()
806 utf16_utf8_strncpy(&p, lo.label, label_len16); in show_efi_boot_order()