Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dmenu.c622 str_printf(r, "Defined at %s:%d\n", in get_def_str()
648 str_printf(r, " Prompt: %s\n", prop->text); in get_prompt_str()
674 str_printf(r, " Location:\n"); in get_prompt_str()
686 str_printf(r, "(%c)", jk); in get_prompt_str()
690 str_printf(r, "%*c-> %s", indent, ' ', menu_get_prompt(menu)); in get_prompt_str()
692 str_printf(r, " (%s [=%s])", menu->sym->name ? in get_prompt_str()
711 str_printf(r, " && "); in get_symbol_props_str()
728 str_printf(r, "Symbol: %s [=%s]\n", sym->name, in get_symbol_str()
730 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str()
734 str_printf(r, "Range : "); in get_symbol_str()
[all …]
H A Dutil.c43 str_printf(&autoconf_cmd, "\t%s \\\n", name); in file_lookup()
82 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() function
H A Dlkc.h71 void str_printf(struct gstr *gs, const char *fmt, ...);
H A Dmconf.c396 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
421 str_printf(&sttext, "Search (%s)", dialog_input_result); in search_conf()
H A Dparser.y567 str_printf(&autoconf_cmd, "\ndeps_config := \\\n"); in conf_parse()
577 str_printf(&autoconf_cmd, in conf_parse()
H A Dsymbol.c385 str_printf(&gs, in sym_warn_unmet_dep()
388 str_printf(&gs, in sym_warn_unmet_dep()
392 str_printf(&gs, "\n"); in sym_warn_unmet_dep()
H A Dpreprocess.c97 str_printf(s, in env_write_dep()
H A Dnconf.c710 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
H A Dexpr.c1144 str_printf(gs, " [=%s]", sym_str); in expr_print_gstr_helper()