Searched refs:item_add_str (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/scripts/kconfig/ |
D | mconf.c | 531 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()
|
D | nconf.c | 577 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/ |
D | dialog.h | 123 void item_add_str(const char *fmt, ...);
|
D | util.c | 583 void item_add_str(const char *fmt, ...) in item_add_str() function
|