Searched refs:str_append (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | menu.c | 606 str_append(r, "\n"); in get_prompt_str() 631 str_append(r, prefix); in get_symbol_props_str() 638 str_append(r, "\n"); in get_symbol_props_str() 658 str_append(r, "\n"); in get_symbol_str() 670 str_append(r, _(" Depends on: ")); in get_symbol_str() 672 str_append(r, "\n"); in get_symbol_str() 678 str_append(r, _(" Selected by: ")); in get_symbol_str() 680 str_append(r, "\n"); in get_symbol_str() 685 str_append(r, _(" Implied by: ")); in get_symbol_str() 687 str_append(r, "\n"); in get_symbol_str() [all …]
|
| 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 | lkc.h | 130 void str_append(struct gstr *gs, const char *s);
|
| H A D | expr.c | 1195 str_append(gs, "\\\n"); in expr_print_gstr_helper() 1198 str_append(gs, str); in expr_print_gstr_helper()
|