str_printf
str_printf(gs, " [=%s]", sym_str);
void str_printf(struct gstr *gs, const char *fmt, ...);
str_printf( &title, "Enter (sub)string or regexp to search for "
str_printf(&sttext, "Search (%s)", dialog_input_result);
str_printf(r, "Defined at %s:%d\n",
str_printf(r, " Prompt: %s\n", prop->text);
str_printf(r, " Location:\n");
str_printf(r, "(%c)", jk);
str_printf(r, "%*c-> %s", indent, ' ', menu_get_prompt(menu));
str_printf(r, " (%s [=%s])", menu->sym->name ?
str_printf(r, " && ");
str_printf(r, "Symbol: %s [=%s]\n", sym->name,
str_printf(r, "Type : %s\n", sym_type_name(sym->type));
str_printf(r, "Range : ");
str_printf(help, "%s%s:\n\n", CONFIG_, sym->name);
str_printf(help, "%s\n", help_text);
str_printf( &title, "Enter (sub)string or regexp to search for "
str_printf(&autoconf_cmd, "\ndeps_config := \\\n");
str_printf(&autoconf_cmd,
str_printf(s,
str_printf(&gs,
str_printf(&gs,
str_printf(&gs, "\n");
str_printf(&autoconf_cmd, "\t%s \\\n", name);