Searched refs:str_printf (Results 1 – 9 of 9) sorted by relevance
/scripts/kconfig/ |
A 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
|
A D | menu.c | 612 str_printf(r, "Defined at %s:%d\n", in get_def_str() 638 str_printf(r, " Prompt: %s\n", prop->text); in get_prompt_str() 664 str_printf(r, " Location:\n"); in get_prompt_str() 676 str_printf(r, "(%c)", jk); in get_prompt_str() 682 str_printf(r, " (%s [=%s])", menu->sym->name ? in get_prompt_str() 701 str_printf(r, " && "); in get_symbol_props_str() 718 str_printf(r, "Symbol: %s [=%s]\n", sym->name, in get_symbol_str() 720 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str() 724 str_printf(r, "Range : "); in get_symbol_str() 784 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help() [all …]
|
A D | lkc.h | 71 void str_printf(struct gstr *gs, const char *fmt, ...);
|
A 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()
|
A D | parser.y | 523 str_printf(&autoconf_cmd, "\ndeps_config := \\\n"); in conf_parse() 533 str_printf(&autoconf_cmd, in conf_parse()
|
A D | symbol.c | 380 str_printf(&gs, in sym_warn_unmet_dep() 383 str_printf(&gs, in sym_warn_unmet_dep() 387 str_printf(&gs, "\n"); in sym_warn_unmet_dep()
|
A D | preprocess.c | 97 str_printf(s, in env_write_dep()
|
A D | nconf.c | 709 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
|
A D | expr.c | 1144 str_printf(gs, " [=%s]", sym_str); in expr_print_gstr_helper()
|
Completed in 17 milliseconds