Home
last modified time | relevance | path

Searched refs:utf8_utf16_strncpy (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/
H A Dcharset.h72 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 Dunicode_ut.c300 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 Defidebug.c498 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 Dnvedit_efi.c385 utf8_utf16_strncpy(&p, var_name, len + 1); in do_env_set_efi()
/openbmc/u-boot/lib/
H A Dcharset.c180 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 Defi_variable.c293 utf8_utf16_strncpy(&p, name, name_len); in parse_uboot_variable()