Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/kconfig/
Dmconf.c531 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
533 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
575 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf()
582 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu), in build_conf()
586 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
Dnconf.c577 static void item_add_str(const char *fmt, ...) in item_add_str() function
831 item_add_str("%*c%s", indent + 1, in build_conf()
834 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
881 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf()
886 item_add_str("%*c%s%s", indent + 1, ' ', in build_conf()
891 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
/linux-6.12.1/scripts/kconfig/lxdialog/
Ddialog.h123 void item_add_str(const char *fmt, ...);
Dutil.c583 void item_add_str(const char *fmt, ...) in item_add_str() function