Searched refs:utf16_utf8_strcpy (Results 1 – 6 of 6) sorted by relevance
| /u-boot/test/ |
| A D | unicode_ut.c | 510 utf16_utf8_strcpy(&pos, c1); in unicode_test_utf16_utf8_strcpy() 515 utf16_utf8_strcpy(&pos, c2); in unicode_test_utf16_utf8_strcpy() 520 utf16_utf8_strcpy(&pos, c3); in unicode_test_utf16_utf8_strcpy() 525 utf16_utf8_strcpy(&pos, c4); in unicode_test_utf16_utf8_strcpy() 531 utf16_utf8_strcpy(&pos, i1); in unicode_test_utf16_utf8_strcpy() 536 utf16_utf8_strcpy(&pos, i2); in unicode_test_utf16_utf8_strcpy() 541 utf16_utf8_strcpy(&pos, i3); in unicode_test_utf16_utf8_strcpy()
|
| /u-boot/include/ |
| A D | charset.h | 158 #define utf16_utf8_strcpy(d, s) utf16_utf8_strncpy((d), (s), SIZE_MAX) macro
|
| /u-boot/cmd/ |
| A D | nvedit_efi.c | 114 utf16_utf8_strcpy(&p, var_name16); in match_name()
|
| A D | eficonfig.c | 789 utf16_utf8_strcpy(&p, buf->file_name); in eficonfig_create_file_entry() 1277 utf16_utf8_strcpy(&p, val); in create_boot_option_entry() 1740 utf16_utf8_strcpy(&p, lo.label); in eficonfig_add_boot_selection_entry() 2136 utf16_utf8_strcpy(&p, lo.label); in eficonfig_add_change_boot_order_entry()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_console.c | 184 utf16_utf8_strcpy(&pos, string); in efi_cout_output_string()
|
| A D | efi_file.c | 968 utf16_utf8_strcpy(&pos, info->file_name); in efi_file_setinfo()
|
Completed in 23 milliseconds