Searched refs:str_printf (Results 1 – 10 of 10) sorted by relevance
/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, ...);
|
/external/u-boot/scripts/kconfig/ |
D | menu.c | 714 str_printf(r, _("Prompt: %s\n"), _(prop->text)); in get_prompt_str() 747 str_printf(r, _(" Location:\n")); in get_prompt_str() 752 str_printf(r, "%*c-> %s", j, ' ', in get_prompt_str() 755 str_printf(r, " (%s [=%s])", menu->sym->name ? in get_prompt_str() 787 str_printf(r, " && "); in get_symbol_props_str() 803 str_printf(r, "Symbol: %s [=%s]\n", sym->name, in get_symbol_str() 805 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str() 809 str_printf(r, "Range : "); in get_symbol_str() 820 str_printf(r, _(" Defined at %s:%d\n"), prop->menu->file->name, in get_symbol_str() 867 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help() [all …]
|
D | util.c | 115 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() function
|
D | lkc.h | 133 void str_printf(struct gstr *gs, const char *fmt, ...);
|
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()
|
D | symbol.c | 340 str_printf(&gs, in sym_warn_unmet_dep() 343 str_printf(&gs, in sym_warn_unmet_dep() 347 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 | 1269 str_printf(gs, " [=%s]", sym_str); in expr_print_gstr_helper()
|