Searched refs:str_printf (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
H A D | menu.c | 553 str_printf(r, _("Prompt: %s\n"), _(prop->text)); get_prompt_str() 586 str_printf(r, _(" Location:\n")); get_prompt_str() 591 str_printf(r, "%*c-> %s", j, ' ', get_prompt_str() 594 str_printf(r, " (%s [=%s])", menu->sym->name ? get_prompt_str() 625 str_printf(r, "Symbol: %s [=%s]\n", sym->name, get_symbol_str() 627 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); get_symbol_str() 631 str_printf(r, "Range : "); get_symbol_str() 642 str_printf(r, _(" Defined at %s:%d\n"), prop->menu->file->name, get_symbol_str() 657 str_printf(r, " && "); for_all_properties() 691 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); menu_get_ext_help() 694 str_printf(help, "%s\n", _(help_text)); menu_get_ext_help()
|
H A D | util.c | 115 void str_printf(struct gstr *gs, const char *fmt, ...) str_printf() function
|
H A D | lkc.h | 131 void str_printf(struct gstr *gs, const char *fmt, ...);
|
H A D | mconf.c | 403 str_printf( &title, _("Enter (sub)string or regexp to search for " search_conf() 428 str_printf(&sttext, "Search (%s)", dialog_input_result); search_conf()
|
H A D | expr.c | 1164 str_printf(gs, " [=%s]", sym_str); expr_print_gstr_helper()
|
H A D | nconf.c | 698 str_printf( &title, _("Enter (sub)string or regexp to search for " search_conf()
|
Completed in 104 milliseconds