Home
last modified time | relevance | path

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

/scripts/kconfig/
Dmenu.c717 str_printf(r, "Defined at %s:%d\n", in get_def_str()
737 str_printf(r, " Prompt: %s\n", prop->text); in get_prompt_str()
783 str_printf(r, " Location:\n"); in get_prompt_str()
788 str_printf(r, "%*c-> %s", j, ' ', in get_prompt_str()
791 str_printf(r, " (%s [=%s])", menu->sym->name ? in get_prompt_str()
811 str_printf(r, " && "); in get_symbol_props_str()
827 str_printf(r, "Symbol: %s [=%s]\n", sym->name, in get_symbol_str()
829 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str()
833 str_printf(r, "Range : "); in get_symbol_str()
893 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
[all …]
Dutil.c66 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() function
Dlkc.h92 void str_printf(struct gstr *gs, const char *fmt, ...);
Dmconf.c403 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()
Dsymbol.c306 str_printf(&gs, in sym_warn_unmet_dep()
309 str_printf(&gs, in sym_warn_unmet_dep()
313 str_printf(&gs, "\n"); in sym_warn_unmet_dep()
Dnconf.c701 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()