Searched refs:str_printf (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/scripts/kconfig/ | 
| D | menu.c | 708 	str_printf(r, "Prompt: %s\n", prop->text);  in get_prompt_str()741 		str_printf(r, "  Location:\n");  in get_prompt_str()
 746 			str_printf(r, "%*c-> %s", j, ' ',  in get_prompt_str()
 749 				str_printf(r, " (%s [=%s])", menu->sym->name ?  in get_prompt_str()
 781 			str_printf(r, " && ");  in get_symbol_props_str()
 797 		str_printf(r, "Symbol: %s [=%s]\n", sym->name,  in get_symbol_str()
 799 		str_printf(r, "Type  : %s\n", sym_type_name(sym->type));  in get_symbol_str()
 803 				str_printf(r, "Range : ");  in get_symbol_str()
 814 		str_printf(r, "  Defined at %s:%d\n", prop->menu->file->name,  in get_symbol_str()
 861 			str_printf(help, "%s%s:\n\n", CONFIG_, sym->name);  in menu_get_ext_help()
 [all …]
 
 | 
| D | util.c | 66 void str_printf(struct gstr *gs, const char *fmt, ...)  in str_printf()  function
 | 
| D | lkc.h | 106 void str_printf(struct gstr *gs, const char *fmt, ...);
 | 
| D | mconf.c | 402 	str_printf( &title, "Enter (sub)string or regexp to search for "  in search_conf()427 	str_printf(&sttext, "Search (%s)", dialog_input_result);  in search_conf()
 
 | 
| D | symbol.c | 302 	str_printf(&gs,  in sym_warn_unmet_dep()305 	str_printf(&gs,  in sym_warn_unmet_dep()
 309 	str_printf(&gs, "\n");  in sym_warn_unmet_dep()
 
 | 
| D | nconf.c | 700 	str_printf( &title, "Enter (sub)string or regexp to search for "  in search_conf()
 | 
| D | expr.c | 1261 		str_printf(gs, " [=%s]", sym_str);  in expr_print_gstr_helper()
 |