Searched refs:str_printf (Results 1 – 10 of 10) sorted by relevance
/external/coreboot/util/kconfig/ |
D | menu.c | 678 str_printf(r, "Defined at %s:%d\n", in get_def_str() 703 str_printf(r, " Prompt: %s\n", prop->text); in get_prompt_str() 729 str_printf(r, " Location:\n"); in get_prompt_str() 741 str_printf(r, "(%c)", jk); in get_prompt_str() 745 str_printf(r, "%*c-> %s", indent, ' ', menu_get_prompt(menu)); in get_prompt_str() 747 str_printf(r, " (%s [=%s])", menu->sym->name ? in get_prompt_str() 766 str_printf(r, " && "); in get_symbol_props_str() 782 str_printf(r, "Symbol: %s [=%s]\n", sym->name, in get_symbol_str() 784 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str() 788 str_printf(r, "Range : "); in get_symbol_str() [all …]
|
D | util.c | 65 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() function
|
D | lkc.h | 79 void str_printf(struct gstr *gs, const char *fmt, ...);
|
D | mconf.c | 393 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf() 418 str_printf(&sttext, "Search (%s)", dialog_input_result); in search_conf()
|
D | symbol.c | 300 str_printf(&gs, in sym_warn_unmet_dep() 303 str_printf(&gs, in sym_warn_unmet_dep() 307 str_printf(&gs, "\n"); in sym_warn_unmet_dep()
|
D | nconf.c | 705 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
|
D | expr.c | 1266 str_printf(gs, " [=%s]", sym_str); in expr_print_gstr_helper()
|
/external/toybox/kconfig/ |
D | mconf.c | 331 str_printf(r, "Prompt: %s\n", prop->text); in get_prompt_str() 332 str_printf(r, " Defined at %s:%d\n", prop->menu->file->name, in get_prompt_str() 343 str_printf(r, " Location:\n"); in get_prompt_str() 346 str_printf(r, "%*c-> %s", j, ' ', menu_get_prompt(menu)); in get_prompt_str() 348 str_printf(r, " (%s [=%s])", menu->sym->name ? in get_prompt_str() 362 str_printf(r, "Symbol: %s [=%s]\n", sym->name, in get_symbol_str() 372 str_printf(r, " && "); in get_symbol_str() 704 str_printf(&help, "CONFIG_%s:\n\n", sym->name); in show_help()
|
D | util.c | 96 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() function
|
D | lkc.h | 103 void str_printf(struct gstr *gs, const char *fmt, ...);
|