Searched refs:gstr (Results 1 - 12 of 12) sorted by relevance

/u-boot/scripts/kconfig/
H A Dutil.c33 struct gstr str_new(void)
35 struct gstr gs;
44 void str_free(struct gstr *gs)
53 void str_append(struct gstr *gs, const char *s)
67 void str_printf(struct gstr *gs, const char *fmt, ...)
78 const char *str_get(struct gstr *gs)
H A Dlkc.h106 struct gstr { struct
115 struct gstr str_new(void);
116 void str_free(struct gstr *gs);
117 void str_append(struct gstr *gs, const char *s);
118 void str_printf(struct gstr *gs, const char *fmt, ...);
119 const char *str_get(struct gstr *gs);
H A Dlkc_proto.h26 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
27 void menu_get_ext_help(struct menu *menu, struct gstr *help);
H A Dexpr.h312 struct gstr; /* forward */
313 void expr_gstr_print(struct expr *e, struct gstr *gs);
314 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
H A Dmconf.c393 struct gstr res;
394 struct gstr title;
398 struct gstr sttext;
786 struct gstr help = str_new();
H A Dmenu.c704 static void get_prompt_str(struct gstr *r, struct property *prop,
773 static void get_symbol_props_str(struct gstr *r, struct symbol *sym,
794 static void get_symbol_str(struct gstr *r, struct symbol *sym,
843 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head)
846 struct gstr res = str_new();
857 void menu_get_ext_help(struct menu *menu, struct gstr *help)
H A Dnconf.c694 struct gstr res;
695 struct gstr title;
1220 struct gstr help;
H A Dconf.c48 struct gstr help = str_new();
H A Dexpr.c1244 struct gstr *gs = (struct gstr*)data;
1272 void expr_gstr_print(struct expr *e, struct gstr *gs)
1301 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
H A Dsymbol.c302 struct gstr gs = str_new();
H A Dgconf.c372 struct gstr help = str_new();
H A Dqconf.cc1105 struct gstr help_gstr = str_new();

Completed in 126 milliseconds