Home
last modified time | relevance | path

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

/linux-6.6.21/scripts/kconfig/
Dmconf.c600 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
603 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf()
604 item_add_str(" --->"); in build_conf()
658 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf()
666 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu), in build_conf()
670 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
Dnconf.c575 static void item_add_str(const char *fmt, ...) in item_add_str() function
903 item_add_str("%*c%s", indent + 1, in build_conf()
907 item_add_str(" (%s)", in build_conf()
909 item_add_str(" --->"); in build_conf()
968 item_add_str("%*c%s%s", tmp, ' ', in build_conf()
976 item_add_str("%*c%s%s", indent + 1, ' ', in build_conf()
981 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
/linux-6.6.21/scripts/kconfig/lxdialog/
Ddialog.h127 void item_add_str(const char *fmt, ...);
Dutil.c610 void item_add_str(const char *fmt, ...) in item_add_str() function