Home | History | Annotate | Download | only in kconfig

Lines Matching refs:str_append

335 		str_append(r, "  Depends on: ");
337 str_append(r, "\n");
352 str_append(r, "\n");
369 str_append(r, " Selects: ");
376 str_append(r, "\n");
378 str_append(r, " Selected by: ");
380 str_append(r, "\n");
382 str_append(r, "\n\n");
394 str_append(&res, "No matches found.\n");
705 str_append(&help, _(sym->help));
706 str_append(&help, "\n");
709 str_append(&help, nohelp_text);