Searched refs:utf8_utf16_strncpy (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/ |
H A D | charset.h | 72 int utf8_utf16_strncpy(u16 **dst, const char *src, size_t count); 81 #define utf8_utf16_strcpy(d, s) utf8_utf16_strncpy((d), (s), SIZE_MAX)
|
/openbmc/u-boot/test/ |
H A D | unicode_ut.c | 300 utf8_utf16_strncpy(&pos, d1, 4); in unicode_test_utf8_utf16_strncpy() 307 utf8_utf16_strncpy(&pos, d2, 10); in unicode_test_utf8_utf16_strncpy() 314 utf8_utf16_strncpy(&pos, d3, 2); in unicode_test_utf8_utf16_strncpy() 321 utf8_utf16_strncpy(&pos, d4, 2); in unicode_test_utf8_utf16_strncpy() 328 utf8_utf16_strncpy(&pos, d4, 10); in unicode_test_utf8_utf16_strncpy()
|
/openbmc/u-boot/cmd/ |
H A D | efidebug.c | 498 utf8_utf16_strncpy(&p, var_name, 9); in do_efi_boot_add() 512 utf8_utf16_strncpy(&label, argv[2], label_len); in do_efi_boot_add() 583 utf8_utf16_strncpy((u16 **)&var_name16, var_name, 9); in do_efi_boot_rm() 658 utf8_utf16_strncpy(&p, var_name, 9); in show_efi_boot_opt() 771 utf8_utf16_strncpy(&p16, var_name, 9); in show_efi_boot_order()
|
H A D | nvedit_efi.c | 385 utf8_utf16_strncpy(&p, var_name, len + 1); in do_env_set_efi()
|
/openbmc/u-boot/lib/ |
H A D | charset.c | 180 int utf8_utf16_strncpy(u16 **dst, const char *src, size_t count) in utf8_utf16_strncpy() function
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_variable.c | 293 utf8_utf16_strncpy(&p, name, name_len); in parse_uboot_variable()
|