Searched refs:str_printf (Results 1 – 7 of 7) sorted by relevance
/u-boot/scripts/kconfig/ |
A D | menu.c | 711 str_printf(r, "Prompt: %s\n", prop->text); in get_prompt_str() 744 str_printf(r, " Location:\n"); in get_prompt_str() 749 str_printf(r, "%*c-> %s", j, ' ', in get_prompt_str() 752 str_printf(r, " (%s [=%s])", menu->sym->name ? in get_prompt_str() 784 str_printf(r, " && "); in get_symbol_props_str() 800 str_printf(r, "Symbol: %s [=%s]\n", sym->name, in get_symbol_str() 802 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str() 806 str_printf(r, "Range : "); in get_symbol_str() 817 str_printf(r, " Defined at %s:%d\n", prop->menu->file->name, in get_symbol_str() 864 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help() [all …]
|
A D | util.c | 67 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() function
|
A D | lkc.h | 118 void str_printf(struct gstr *gs, const char *fmt, ...);
|
A 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()
|
A D | symbol.c | 304 str_printf(&gs, in sym_warn_unmet_dep() 307 str_printf(&gs, in sym_warn_unmet_dep() 311 str_printf(&gs, "\n"); in sym_warn_unmet_dep()
|
A D | nconf.c | 700 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
|
A D | expr.c | 1269 str_printf(gs, " [=%s]", sym_str); in expr_print_gstr_helper()
|
Completed in 12 milliseconds