Searched refs:str_printf (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/scripts/kconfig/ |
D | menu.c | 591 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 …]
|
D | util.c | 43 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
|
D | lkc.h | 71 void str_printf(struct gstr *gs, const char *fmt, ...);
|
D | mconf.c | 395 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()
|
D | parser.y | 523 str_printf(&autoconf_cmd, "\ndeps_config := \\\n"); in conf_parse() 533 str_printf(&autoconf_cmd, in conf_parse()
|
D | symbol.c | 376 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()
|
D | preprocess.c | 97 str_printf(s, in env_write_dep()
|
D | nconf.c | 707 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
|
D | expr.c | 1144 str_printf(gs, " [=%s]", sym_str); in expr_print_gstr_helper()
|