Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/kconfig/
Dmconf.c561 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
564 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf()
565 item_add_str(" --->"); in build_conf()
619 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf()
627 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu), in build_conf()
631 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
Dnconf.c565 static void item_add_str(const char *fmt, ...) in item_add_str() function
832 item_add_str("%*c%s", indent + 1, in build_conf()
836 item_add_str(" (%s)", in build_conf()
838 item_add_str(" --->"); in build_conf()
897 item_add_str("%*c%s%s", tmp, ' ', in build_conf()
905 item_add_str("%*c%s%s", indent + 1, ' ', in build_conf()
910 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
/Linux-v4.19/scripts/kconfig/lxdialog/
Ddialog.h156 void item_add_str(const char *fmt, ...);
Dutil.c623 void item_add_str(const char *fmt, ...) in item_add_str() function