Searched refs:utf16_utf8_strncpy (Results 1 – 5 of 5) sorted by relevance
| /u-boot/include/ |
| A D | charset.h | 149 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count); 158 #define utf16_utf8_strcpy(d, s) utf16_utf8_strncpy((d), (s), SIZE_MAX)
|
| /u-boot/test/ |
| A D | unicode_ut.c | 556 utf16_utf8_strncpy(&pos, c1, 4); in unicode_test_utf16_utf8_strncpy() 563 utf16_utf8_strncpy(&pos, c2, 10); in unicode_test_utf16_utf8_strncpy() 570 utf16_utf8_strncpy(&pos, c3, 2); in unicode_test_utf16_utf8_strncpy() 577 utf16_utf8_strncpy(&pos, c4, 2); in unicode_test_utf16_utf8_strncpy() 584 utf16_utf8_strncpy(&pos, c4, 10); in unicode_test_utf16_utf8_strncpy()
|
| /u-boot/lib/ |
| A D | charset.c | 299 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count) in utf16_utf8_strncpy() function
|
| /u-boot/cmd/ |
| A D | bootmenu.c | 289 utf16_utf8_strncpy(&buf, lo.label, u16_strlen(lo.label)); in prepare_uefi_bootorder_entry()
|
| A D | eficonfig.c | 1322 utf16_utf8_strncpy(&q, dp_str, EFICONFIG_VOLUME_PATH_MAX); in prepare_file_selection_entry() 1588 utf16_utf8_strncpy(&p, bo->optional_data, u16_strlen(bo->optional_data)); in eficonfig_edit_boot_option()
|
Completed in 13 milliseconds