Home
last modified time | relevance | path

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

/external/u-boot/include/
Dcharset.h73 int utf8_utf16_strncpy(u16 **dst, const char *src, size_t count);
82 #define utf8_utf16_strcpy(d, s) utf8_utf16_strncpy((d), (s), SIZE_MAX)
/external/u-boot/test/
Dunicode_ut.c310 utf8_utf16_strncpy(&pos, d1, 4); in unicode_test_utf8_utf16_strncpy()
317 utf8_utf16_strncpy(&pos, d2, 10); in unicode_test_utf8_utf16_strncpy()
324 utf8_utf16_strncpy(&pos, d3, 2); in unicode_test_utf8_utf16_strncpy()
331 utf8_utf16_strncpy(&pos, d4, 2); in unicode_test_utf8_utf16_strncpy()
338 utf8_utf16_strncpy(&pos, d4, 10); in unicode_test_utf8_utf16_strncpy()
/external/u-boot/cmd/
Defidebug.c520 utf8_utf16_strncpy(&p, var_name, 9); in do_efi_boot_add()
534 utf8_utf16_strncpy(&label, argv[2], label_len); in do_efi_boot_add()
613 utf8_utf16_strncpy((u16 **)&var_name16, var_name, 9); in do_efi_boot_rm()
691 utf8_utf16_strncpy(&p, var_name, 9); in show_efi_boot_opt()
836 utf8_utf16_strncpy(&p16, var_name, 9); in show_efi_boot_order()
Dnvedit_efi.c577 utf8_utf16_strncpy(&p, var_name, len + 1); in do_env_set_efi()
/external/u-boot/lib/
Dcharset.c180 int utf8_utf16_strncpy(u16 **dst, const char *src, size_t count) in utf8_utf16_strncpy() function
/external/u-boot/lib/efi_loader/
Defi_variable.c300 utf8_utf16_strncpy(&p, name, name_len); in parse_uboot_variable()