Searched refs:utf8_utf16_strncpy (Results 1 – 4 of 4) sorted by relevance
| /u-boot/include/ |
| A D | charset.h | 78 int utf8_utf16_strncpy(u16 **dst, const char *src, size_t count); 87 #define utf8_utf16_strcpy(d, s) utf8_utf16_strncpy((d), (s), SIZE_MAX)
|
| /u-boot/test/ |
| A D | unicode_ut.c | 367 utf8_utf16_strncpy(&pos, d1, 4); in unicode_test_utf8_utf16_strncpy() 374 utf8_utf16_strncpy(&pos, d2, 10); in unicode_test_utf8_utf16_strncpy() 381 utf8_utf16_strncpy(&pos, d3, 2); in unicode_test_utf8_utf16_strncpy() 388 utf8_utf16_strncpy(&pos, d4, 2); in unicode_test_utf8_utf16_strncpy() 395 utf8_utf16_strncpy(&pos, d4, 10); in unicode_test_utf8_utf16_strncpy()
|
| /u-boot/lib/ |
| A D | charset.c | 195 int utf8_utf16_strncpy(u16 **dst, const char *src, size_t count) in utf8_utf16_strncpy() function
|
| /u-boot/cmd/ |
| A D | eficonfig.c | 2413 utf8_utf16_strncpy(&p, buf, strlen(buf)); in eficonfig_enumerate_boot_option()
|
Completed in 17 milliseconds