Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_hii.c108 free(stbl->strings); in free_strings_table()
109 free(stbl->language); in free_strings_table()
110 free(stbl); in free_strings_table()
169 stbl = calloc(sizeof(*stbl), 1); in add_strings_package()
170 if (!stbl) { in add_strings_package()
174 stbl->strings = calloc(sizeof(stbl->strings[0]), nstrings); in add_strings_package()
175 if (!stbl->strings) { in add_strings_package()
179 stbl->language_name = in add_strings_package()
228 if (stbl) { in add_strings_package()
234 free(stbl); in add_strings_package()
[all …]

Completed in 5 milliseconds