Home
last modified time | relevance | path

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

/linux-6.14.4/scripts/kconfig/
Dmenu.c591 str_printf(r, "Defined at %s:%d\n", in get_def_str()
617 str_printf(r, " Prompt: %s\n", prop->text); in get_prompt_str()
643 str_printf(r, " Location:\n"); in get_prompt_str()
655 str_printf(r, "(%c)", jk); in get_prompt_str()
659 str_printf(r, "%*c-> %s", indent, ' ', menu_get_prompt(menu)); in get_prompt_str()
661 str_printf(r, " (%s [=%s])", menu->sym->name ? in get_prompt_str()
680 str_printf(r, " && "); in get_symbol_props_str()
697 str_printf(r, "Symbol: %s [=%s]\n", sym->name, in get_symbol_str()
699 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str()
703 str_printf(r, "Range : "); in get_symbol_str()
[all …]
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
Dlkc.h71 void str_printf(struct gstr *gs, const char *fmt, ...);
Dmconf.c395 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
420 str_printf(&sttext, "Search (%s)", dialog_input_result); in search_conf()
Dparser.y523 str_printf(&autoconf_cmd, "\ndeps_config := \\\n"); in conf_parse()
533 str_printf(&autoconf_cmd, in conf_parse()
Dsymbol.c376 str_printf(&gs, in sym_warn_unmet_dep()
379 str_printf(&gs, in sym_warn_unmet_dep()
383 str_printf(&gs, "\n"); in sym_warn_unmet_dep()
Dpreprocess.c97 str_printf(s, in env_write_dep()
Dnconf.c707 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
Dexpr.c1144 str_printf(gs, " [=%s]", sym_str); in expr_print_gstr_helper()