Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dmconf.c434 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf()
437 item_add_str(" (%s)", _(menu_get_prompt(def_menu))); in build_conf()
438 item_add_str(" --->"); in build_conf()
492 item_add_str("%*c%s%s", tmp, ' ', _(menu_get_prompt(menu)), in build_conf()
500 item_add_str("%*c%s%s", indent + 1, ' ', _(menu_get_prompt(menu)), in build_conf()
504 item_add_str(" --->"); in build_conf()
H A Dnconf.c568 static void item_add_str(const char *fmt, ...) in item_add_str() function
828 item_add_str("%*c%s", indent + 1, in build_conf()
832 item_add_str(" (%s)", in build_conf()
834 item_add_str(" --->"); in build_conf()
893 item_add_str("%*c%s%s", tmp, ' ', in build_conf()
901 item_add_str("%*c%s%s", indent + 1, ' ', in build_conf()
906 item_add_str(" --->"); in build_conf()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Ddialog.h155 void item_add_str(const char *fmt, ...);
H A Dutil.c567 void item_add_str(const char *fmt, ...) in item_add_str() function