Home
last modified time | relevance | path

Searched refs:str_printf (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/scripts/kconfig/
Dmenu.c696 str_printf(r, "Defined at %s:%d\n", in get_def_str()
716 str_printf(r, " Prompt: %s\n", prop->text); in get_prompt_str()
761 str_printf(r, " Location:\n"); in get_prompt_str()
769 str_printf(r, "%*cMain menu", j, ' '); in get_prompt_str()
771 str_printf(r, "%*c-> %s", j, ' ', menu_get_prompt(menu)); in get_prompt_str()
774 str_printf(r, " (%s [=%s])", menu->sym->name ? in get_prompt_str()
793 str_printf(r, " && "); in get_symbol_props_str()
809 str_printf(r, "Symbol: %s [=%s]\n", sym->name, in get_symbol_str()
811 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str()
815 str_printf(r, "Range : "); in get_symbol_str()
[all …]
Dutil.c66 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() function
Dlkc.h78 void str_printf(struct gstr *gs, const char *fmt, ...);
Dmconf.c400 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
425 str_printf(&sttext, "Search (%s)", dialog_input_result); in search_conf()
Dsymbol.c307 str_printf(&gs, in sym_warn_unmet_dep()
310 str_printf(&gs, in sym_warn_unmet_dep()
314 str_printf(&gs, "\n"); in sym_warn_unmet_dep()
Dnconf.c698 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
Dexpr.c1267 str_printf(gs, " [=%s]", sym_str); in expr_print_gstr_helper()