Home
last modified time | relevance | path

Searched refs:utf8_utf16_strcpy (Results 1 – 9 of 9) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_string.c37 utf8_utf16_strcpy(&p, name); in efi_create_indexed_name()
39 utf8_utf16_strcpy(&p, index_buf); in efi_create_indexed_name()
A Defi_load_options.c145 utf8_utf16_strcpy((u16 **)&p, (const char *)lo->optional_data); in efi_serialize_load_option()
A Defi_firmware.c179 utf8_utf16_strcpy(&next, dfu->name); in efi_get_dfu_info()
A Defi_device_path_to_text.c41 utf8_utf16_strcpy(&dst, str); in efi_str_to_u16()
A Defi_capsule.c632 utf8_utf16_strcpy(&p, boot_var); in find_boot_device()
669 utf8_utf16_strcpy(&p, boot_var); in find_boot_device()
A Defi_file.c504 utf8_utf16_strcpy(&dst, dent->name); in dir_read()
810 utf8_utf16_strcpy(&dst, filename); in efi_file_getinfo()
/u-boot/test/
A Dunicode_ut.c279 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 Dcharset.h87 #define utf8_utf16_strcpy(d, s) utf8_utf16_strncpy((d), (s), SIZE_MAX) macro
/u-boot/cmd/
A Dbootefi.c136 utf8_utf16_strcpy(&pos, env); in efi_env_set_load_options()

Completed in 14 milliseconds