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

/u-boot/scripts/kconfig/
H A Dmconf.c561 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu));
564 item_add_str(" (%s)", menu_get_prompt(def_menu));
565 item_add_str(" --->");
619 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu),
627 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu),
631 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->");
H A Dnconf.c565 static void item_add_str(const char *fmt, ...) function
831 item_add_str("%*c%s", indent + 1,
835 item_add_str(" (%s)",
837 item_add_str(" --->");
896 item_add_str("%*c%s%s", tmp, ' ',
904 item_add_str("%*c%s%s", indent + 1, ' ',
909 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->");
/u-boot/scripts/kconfig/lxdialog/
H A Ddialog.h143 void item_add_str(const char *fmt, ...);
H A Dutil.c610 void item_add_str(const char *fmt, ...) function

Completed in 117 milliseconds