Home
last modified time | relevance | path

Searched refs:utf16_utf8_strncpy (Results 1 – 5 of 5) sorted by relevance

/u-boot/include/
A Dcharset.h149 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count);
158 #define utf16_utf8_strcpy(d, s) utf16_utf8_strncpy((d), (s), SIZE_MAX)
/u-boot/test/
A Dunicode_ut.c556 utf16_utf8_strncpy(&pos, c1, 4); in unicode_test_utf16_utf8_strncpy()
563 utf16_utf8_strncpy(&pos, c2, 10); in unicode_test_utf16_utf8_strncpy()
570 utf16_utf8_strncpy(&pos, c3, 2); in unicode_test_utf16_utf8_strncpy()
577 utf16_utf8_strncpy(&pos, c4, 2); in unicode_test_utf16_utf8_strncpy()
584 utf16_utf8_strncpy(&pos, c4, 10); in unicode_test_utf16_utf8_strncpy()
/u-boot/lib/
A Dcharset.c299 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count) in utf16_utf8_strncpy() function
/u-boot/cmd/
A Dbootmenu.c289 utf16_utf8_strncpy(&buf, lo.label, u16_strlen(lo.label)); in prepare_uefi_bootorder_entry()
A Deficonfig.c1322 utf16_utf8_strncpy(&q, dp_str, EFICONFIG_VOLUME_PATH_MAX); in prepare_file_selection_entry()
1588 utf16_utf8_strncpy(&p, bo->optional_data, u16_strlen(bo->optional_data)); in eficonfig_edit_boot_option()

Completed in 13 milliseconds