/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | menu.c | 691 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() 742 str_printf(r, " Location:\n"); in get_prompt_str() 754 str_printf(r, "(%c)", jk); in get_prompt_str() 758 str_printf(r, "%*c-> %s", indent, ' ', menu_get_prompt(menu)); in get_prompt_str() 760 str_printf(r, " (%s [=%s])", menu->sym->name ? in get_prompt_str() 779 str_printf(r, " && "); in get_symbol_props_str() 795 str_printf(r, "Symbol: %s [=%s]\n", sym->name, in get_symbol_str() 797 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str() 801 str_printf( in get_symbol_str() [all...] |
H A D | lkc.h | 78 void str_printf(struct gstr *gs, const char *fmt, ...);
|
H A D | util.c | 66 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() function
|
H A D | mconf.c | 445 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf() 470 str_printf(&sttext, "Search (%s)", dialog_input_result); in search_conf()
|
H A D | symbol.c | 305 str_printf(&gs, in sym_warn_unmet_dep() 308 str_printf(&gs, in sym_warn_unmet_dep() 312 str_printf(&gs, "\n"); in sym_warn_unmet_dep()
|
H A D | nconf.c | 756 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
|
H A D | expr.c | 1267 str_printf(gs, " [=%s]", sym_str); in expr_print_gstr_helper()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | menu.c | 717 str_printf(r, "Defined at %s:%d\n", in get_def_str() 737 str_printf(r, " Prompt: %s\n", prop->text); in get_prompt_str() 783 str_printf(r, " Location:\n"); in get_prompt_str() 788 str_printf(r, "%*c-> %s", j, ' ', in get_prompt_str() 791 str_printf(r, " (%s [=%s])", menu->sym->name ? in get_prompt_str() 811 str_printf(r, " && "); in get_symbol_props_str() 827 str_printf(r, "Symbol: %s [=%s]\n", sym->name, in get_symbol_str() 829 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str() 833 str_printf(r, "Range : "); in get_symbol_str() 893 str_printf(hel in menu_get_ext_help() [all...] |
H A D | util.c | 66 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() function
|
H A D | lkc.h | 92 void str_printf(struct gstr *gs, const char *fmt, ...);
|
H A D | mconf.c | 403 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf() 428 str_printf(&sttext, "Search (%s)", dialog_input_result); in search_conf()
|
H A D | symbol.c | 306 str_printf(&gs, in sym_warn_unmet_dep() 309 str_printf(&gs, in sym_warn_unmet_dep() 313 str_printf(&gs, "\n"); in sym_warn_unmet_dep()
|
H A D | nconf.c | 701 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
|
H A D | expr.c | 1267 str_printf(gs, " [=%s]", sym_str); in expr_print_gstr_helper()
|