Searched refs:utf16_utf8_strncpy (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | charset.h | 142 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 D | unicode_ut.c | 489 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 D | charset.c | 284 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count) in utf16_utf8_strncpy() function
|
| /openbmc/u-boot/cmd/ |
| H A D | efidebug.c | 618 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()
|