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

/scripts/kconfig/
H A Dutil.c81 struct gstr str_new(void)
83 struct gstr gs;
92 struct gstr str_assign(const char *s)
94 struct gstr gs;
102 void str_free(struct gstr *gs)
111 void str_append(struct gstr *gs, const char *s)
125 void str_printf(struct gstr *gs, const char *fmt, ...)
136 const char *str_get(struct gstr *gs)
H A Dlkc.h120 struct gstr { struct
129 struct gstr str_new(void);
130 struct gstr str_assign(const char *s);
131 void str_free(struct gstr *gs);
132 void str_append(struct gstr *gs, const char *s);
133 void str_printf(struct gstr *gs, const char *fmt, ...);
134 const char *str_get(struct gstr *gs);
H A Dlkc_proto.h24 P(get_symbol_str, void, (struct gstr *r, struct symbol *sym));
25 P(get_relations_str, struct gstr, (struct symbol **sym_arr));
26 P(menu_get_ext_help,void,(struct menu *menu, struct gstr *help));
H A Dexpr.h208 struct gstr; /* forward */
209 void expr_gstr_print(struct expr *e, struct gstr *gs);
H A Dmenu.c510 static void get_prompt_str(struct gstr *r, struct property *prop)
541 void get_symbol_str(struct gstr *r, struct symbol *sym)
580 struct gstr get_relations_str(struct symbol **sym_arr)
583 struct gstr res = str_new();
594 void menu_get_ext_help(struct menu *menu, struct gstr *help)
H A Dmconf.c308 struct gstr res;
635 struct gstr help = str_new();
H A Dconf.c47 struct gstr help = str_new();
H A Dnconf.c698 struct gstr res;
1220 struct gstr help;
H A Dexpr.c1137 struct gstr *gs = (struct gstr*)data;
1165 void expr_gstr_print(struct expr *e, struct gstr *gs)
H A Dgconf.c396 struct gstr help = str_new();
H A Dqconf.cc1044 struct gstr help_gstr = str_new();

Completed in 71 milliseconds