Searched refs:item_add_str (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | mconf.c | 564 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 567 item_add_str(" (%s)", _(menu_get_prompt(def_menu))); in build_conf() 568 item_add_str(" --->"); in build_conf() 622 item_add_str("%*c%s%s", tmp, ' ', _(menu_get_prompt(menu)), in build_conf() 630 item_add_str("%*c%s%s", indent + 1, ' ', _(menu_get_prompt(menu)), in build_conf() 634 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
|
A D | nconf.c | 563 static void item_add_str(const char *fmt, ...) in item_add_str() function 829 item_add_str("%*c%s", indent + 1, in build_conf() 833 item_add_str(" (%s)", in build_conf() 835 item_add_str(" --->"); in build_conf() 894 item_add_str("%*c%s%s", tmp, ' ', in build_conf() 902 item_add_str("%*c%s%s", indent + 1, ' ', in build_conf() 907 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/ |
A D | dialog.h | 162 void item_add_str(const char *fmt, ...);
|
A D | util.c | 623 void item_add_str(const char *fmt, ...) in item_add_str() function
|
Completed in 9 milliseconds