Searched refs:str_printf (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | menu.c | 546 str_printf(r, _("Prompt: %s\n"), _(prop->text)); in get_prompt_str() 579 str_printf(r, _(" Location:\n")); in get_prompt_str() 584 str_printf(r, "%*c-> %s", j, ' ', in get_prompt_str() 587 str_printf(r, " (%s [=%s])", menu->sym->name ? in get_prompt_str() 618 str_printf(r, "Symbol: %s [=%s]\n", sym->name, in get_symbol_str() 620 str_printf(r, "Type : %s\n", sym_type_name(sym->type)); in get_symbol_str() 624 str_printf(r, "Range : "); in get_symbol_str() 635 str_printf(r, _(" Defined at %s:%d\n"), prop->menu->file->name, in get_symbol_str() 650 str_printf(r, " && "); in get_symbol_str() 684 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help() [all …]
|
A D | util.c | 129 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() function
|
A D | lkc.h | 144 void str_printf(struct gstr *gs, const char *fmt, ...);
|
A D | mconf.c | 404 str_printf( &title, _("Enter %s (sub)string or regexp to search for " in search_conf() 429 str_printf(&sttext, "Search (%s)", dialog_input_result); in search_conf()
|
A D | nconf.c | 698 str_printf( &title, _("Enter %s (sub)string or regexp to search for " in search_conf()
|
A D | expr.c | 1162 str_printf(gs, " [=%s]", sym_str); in expr_print_gstr_helper()
|
Completed in 13 milliseconds