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

/linux-master/scripts/kconfig/
H A Dmconf.c549 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu));
552 item_add_str(" (%s)", menu_get_prompt(def_menu));
553 item_add_str(" --->");
607 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu),
615 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu),
619 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->");
H A Dnconf.c576 static void item_add_str(const char *fmt, ...) function
853 item_add_str("%*c%s", indent + 1,
857 item_add_str(" (%s)",
859 item_add_str(" --->");
918 item_add_str("%*c%s%s", tmp, ' ',
926 item_add_str("%*c%s%s", indent + 1, ' ',
931 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->");
/linux-master/scripts/kconfig/lxdialog/
H A Ddialog.h123 void item_add_str(const char *fmt, ...);
H A Dutil.c592 void item_add_str(const char *fmt, ...) function

Completed in 120 milliseconds