Searched refs:item_add_str (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | mconf.c | 562 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 565 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf() 566 item_add_str(" --->"); in build_conf() 620 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf() 628 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu), in build_conf() 632 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
|
D | nconf.c | 565 static void item_add_str(const char *fmt, ...) in item_add_str() function 831 item_add_str("%*c%s", indent + 1, in build_conf() 835 item_add_str(" (%s)", in build_conf() 837 item_add_str(" --->"); in build_conf() 896 item_add_str("%*c%s%s", tmp, ' ', in build_conf() 904 item_add_str("%*c%s%s", indent + 1, ' ', in build_conf() 909 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
|
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/ |
D | dialog.h | 143 void item_add_str(const char *fmt, ...);
|
D | util.c | 610 void item_add_str(const char *fmt, ...) in item_add_str() function
|