Searched refs:item_add_str (Results 1 – 3 of 3) sorted by relevance
/external/toybox/kconfig/ |
D | mconf.c | 504 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 507 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf() 508 item_add_str(" --->"); in build_conf() 559 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf() 567 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu), in build_conf() 571 item_add_str(" --->"); in build_conf()
|
/external/toybox/kconfig/lxdialog/ |
D | dialog.h | 149 void item_add_str(const char *fmt, ...);
|
D | util.c | 552 void item_add_str(const char *fmt, ...) in item_add_str() function
|