Searched refs:utf8_utf16_strcpy (Results 1 – 9 of 9) sorted by relevance
/u-boot/lib/efi_loader/ |
A D | efi_string.c | 37 utf8_utf16_strcpy(&p, name); in efi_create_indexed_name() 39 utf8_utf16_strcpy(&p, index_buf); in efi_create_indexed_name()
|
A D | efi_load_options.c | 145 utf8_utf16_strcpy((u16 **)&p, (const char *)lo->optional_data); in efi_serialize_load_option()
|
A D | efi_firmware.c | 179 utf8_utf16_strcpy(&next, dfu->name); in efi_get_dfu_info()
|
A D | efi_device_path_to_text.c | 41 utf8_utf16_strcpy(&dst, str); in efi_str_to_u16()
|
A D | efi_capsule.c | 632 utf8_utf16_strcpy(&p, boot_var); in find_boot_device() 669 utf8_utf16_strcpy(&p, boot_var); in find_boot_device()
|
A D | efi_file.c | 504 utf8_utf16_strcpy(&dst, dent->name); in dir_read() 810 utf8_utf16_strcpy(&dst, filename); in efi_file_getinfo()
|
/u-boot/test/ |
A D | unicode_ut.c | 279 utf8_utf16_strcpy(&pos, d1); in unicode_test_utf8_utf16_strcpy() 284 utf8_utf16_strcpy(&pos, d2); in unicode_test_utf8_utf16_strcpy() 289 utf8_utf16_strcpy(&pos, d3); in unicode_test_utf8_utf16_strcpy() 294 utf8_utf16_strcpy(&pos, d4); in unicode_test_utf8_utf16_strcpy() 300 utf8_utf16_strcpy(&pos, j1); in unicode_test_utf8_utf16_strcpy() 305 utf8_utf16_strcpy(&pos, j2); in unicode_test_utf8_utf16_strcpy() 310 utf8_utf16_strcpy(&pos, j3); in unicode_test_utf8_utf16_strcpy()
|
/u-boot/include/ |
A D | charset.h | 87 #define utf8_utf16_strcpy(d, s) utf8_utf16_strncpy((d), (s), SIZE_MAX) macro
|
/u-boot/cmd/ |
A D | bootefi.c | 136 utf8_utf16_strcpy(&pos, env); in efi_env_set_load_options()
|
Completed in 14 milliseconds