Searched refs:str_append (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | util.c | 101 void str_append(struct gstr *gs, const char *s) in str_append() function 121 str_append(gs, s); in str_printf()
|
| H A D | menu.c | 759 str_append(r, "\n"); in get_prompt_str() 784 str_append(r, prefix); in get_symbol_props_str() 791 str_append(r, "\n"); in get_symbol_props_str() 811 str_append(r, "\n"); in get_symbol_str() 823 str_append(r, _(" Depends on: ")); in get_symbol_str() 825 str_append(r, "\n"); in get_symbol_str() 843 str_append(r, "\n\n"); in get_symbol_str() 855 str_append(&res, _("No matches found.\n")); in get_relations_str()
|
| H A D | lkc.h | 132 void str_append(struct gstr *gs, const char *s);
|
| H A D | expr.c | 1264 str_append(gs, "\\\n"); in expr_print_gstr_helper() 1267 str_append(gs, str); in expr_print_gstr_helper()
|