Home
last modified time | relevance | path

Searched refs:gstr (Results 1 – 11 of 11) sorted by relevance

/scripts/kconfig/
Dutil.c32 struct gstr str_new(void) in str_new()
34 struct gstr gs; in str_new()
43 void str_free(struct gstr *gs) in str_free()
52 void str_append(struct gstr *gs, const char *s) in str_append()
66 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
77 const char *str_get(struct gstr *gs) in str_get()
Dlkc.h80 struct gstr { struct
89 struct gstr str_new(void); argument
90 void str_free(struct gstr *gs);
91 void str_append(struct gstr *gs, const char *s);
92 void str_printf(struct gstr *gs, const char *fmt, ...);
93 const char *str_get(struct gstr *gs);
122 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
123 void menu_get_ext_help(struct menu *menu, struct gstr *help);
Dexpr.h313 struct gstr; /* forward */
314 void expr_gstr_print(struct expr *e, struct gstr *gs);
315 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
Dmenu.c715 static void get_def_str(struct gstr *r, struct menu *menu) in get_def_str()
721 static void get_dep_str(struct gstr *r, struct expr *expr, const char *prefix) in get_dep_str()
730 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
800 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
821 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
872 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
875 struct gstr res = str_new(); in get_relations_str()
886 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
Dmconf.c394 struct gstr res; in search_conf()
395 struct gstr title; in search_conf()
399 struct gstr sttext; in search_conf()
787 struct gstr help = str_new(); in show_help()
Dnconf.c695 struct gstr res; in search_conf()
696 struct gstr title; in search_conf()
1220 struct gstr help; in show_help()
Dexpr.c1242 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper()
1270 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()
1299 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, in expr_gstr_print_revdep()
Dconf.c51 struct gstr help = str_new(); in print_help()
Dsymbol.c304 struct gstr gs = str_new(); in sym_warn_unmet_dep()
Dgconf.c371 struct gstr help = str_new(); in text_insert_help()
Dqconf.cc1037 struct gstr help_gstr = str_new(); in menuInfo()