Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/cmd/
Defidebug.c502 size_t label_len, label_len16; in do_efi_boot_add() local
529 label_len16 = utf8_utf16_strnlen(argv[2], label_len); in do_efi_boot_add()
530 label = malloc((label_len16 + 1) * sizeof(u16)); in do_efi_boot_add()
638 size_t label_len16, label_len; in show_efi_boot_opt_data() local
643 label_len16 = u16_strlen(lo.label); in show_efi_boot_opt_data()
644 label_len = utf16_utf8_strnlen(lo.label, label_len16); in show_efi_boot_opt_data()
649 utf16_utf8_strncpy(&p, lo.label, label_len16); in show_efi_boot_opt_data()
811 size_t label_len16, label_len; in show_efi_boot_order() local
862 label_len16 = u16_strlen(lo.label); in show_efi_boot_order()
863 label_len = utf16_utf8_strnlen(lo.label, label_len16); in show_efi_boot_order()
[all …]