Searched refs:str_append (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | menu.c | 591 str_append(r, "\n"); in get_prompt_str() 626 str_append(r, "\n"); in get_symbol_str() 638 str_append(r, _(" Depends on: ")); in get_symbol_str() 640 str_append(r, "\n"); in get_symbol_str() 647 str_append(r, " Selects: "); in get_symbol_str() 654 str_append(r, "\n"); in get_symbol_str() 656 str_append(r, _(" Selected by: ")); in get_symbol_str() 658 str_append(r, "\n"); in get_symbol_str() 660 str_append(r, "\n\n"); in get_symbol_str() 672 str_append(&res, _("No matches found.\n")); in get_relations_str()
|
A D | util.c | 115 void str_append(struct gstr *gs, const char *s) in str_append() function 135 str_append(gs, s); in str_printf()
|
A D | lkc.h | 143 void str_append(struct gstr *gs, const char *s);
|
A D | expr.c | 1157 str_append(gs, "\\\n"); in expr_print_gstr_helper() 1160 str_append(gs, str); in expr_print_gstr_helper()
|
Completed in 8 milliseconds