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