Searched refs:str_printf (Results 1 – 7 of 7) sorted by relevance
/linux/scripts/kconfig/ |
A D | menu.c | 696 str_printf(r, "Defined at %s:%d\n", in get_def_str() 716 str_printf(r, " Prompt: %s\n", prop->text); in get_prompt_str() 761 str_printf(r, " Location:\n"); in get_prompt_str() 769 str_printf(r, "%*cMain menu", j, ' '); in get_prompt_str() 774 str_printf(r, " (%s [=%s])", menu->sym->name ? in get_prompt_str() 793 str_printf(r, " && "); in get_symbol_props_str() 809 str_printf(r, "Symbol: %s [=%s]\n", sym->name, in get_symbol_str() 811 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str() 815 str_printf(r, "Range : "); in get_symbol_str() 875 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help() [all …]
|
A D | util.c | 66 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() function
|
A D | lkc.h | 78 void str_printf(struct gstr *gs, const char *fmt, ...);
|
A D | mconf.c | 400 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf() 425 str_printf(&sttext, "Search (%s)", dialog_input_result); in search_conf()
|
A D | symbol.c | 307 str_printf(&gs, in sym_warn_unmet_dep() 310 str_printf(&gs, in sym_warn_unmet_dep() 314 str_printf(&gs, "\n"); in sym_warn_unmet_dep()
|
A D | nconf.c | 698 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
|
A D | expr.c | 1267 str_printf(gs, " [=%s]", sym_str); in expr_print_gstr_helper()
|
Completed in 13 milliseconds