Searched refs:msg_formatted (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmain.c217 char *msg_formatted; local
223 msg_formatted = grub_xasprintf (msg, PACKAGE_VERSION);
224 if (!msg_formatted)
227 msg_len = grub_utf8_to_ucs4_alloc (msg_formatted,
229 grub_free (msg_formatted);
367 char *msg_formatted; local
369 msg_formatted = grub_xasprintf (msg, nested ? msg_esc : "");
370 if (!msg_formatted)
378 grub_print_message_indented (msg_formatted, 3, STANDARD_MARGIN, term);
382 grub_free (msg_formatted);
[all...]

Completed in 14 milliseconds