Searched refs:gstr (Results 1 – 11 of 11) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | util.c | 79 struct gstr str_new(void) in str_new() 81 struct gstr gs; in str_new() 90 struct gstr str_assign(const char *s) in str_assign() 92 struct gstr gs; in str_assign() 100 void str_free(struct gstr *gs) in str_free() 109 void str_append(struct gstr *gs, const char *s) in str_append() 123 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() 134 const char *str_get(struct gstr *gs) in str_get()
|
| H A D | lkc.h | 126 struct gstr { struct 135 struct gstr str_new(void); argument 136 struct gstr str_assign(const char *s); 137 void str_free(struct gstr *gs); 138 void str_append(struct gstr *gs, const char *s); 139 void str_printf(struct gstr *gs, const char *fmt, ...); 140 const char *str_get(struct gstr *gs);
|
| H A D | menu.c | 510 static void get_prompt_str(struct gstr *r, struct property *prop) in get_prompt_str() 541 void get_symbol_str(struct gstr *r, struct symbol *sym) in get_symbol_str() 580 struct gstr get_relations_str(struct symbol **sym_arr) in get_relations_str() 583 struct gstr res = str_new(); in get_relations_str() 594 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
|
| H A D | lkc_proto.h | 24 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 D | expr.h | 209 struct gstr; /* forward */ 210 void expr_gstr_print(struct expr *e, struct gstr *gs);
|
| H A D | mconf.c | 307 struct gstr res; in search_conf() 634 struct gstr help = str_new(); in show_help()
|
| H A D | expr.c | 1142 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper() 1170 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()
|
| H A D | nconf.c | 697 struct gstr res; in search_conf() 1225 struct gstr help = str_new(); in show_help()
|
| H A D | conf.c | 49 struct gstr help = str_new(); in print_help()
|
| H A D | gconf.c | 400 struct gstr help = str_new(); in text_insert_help()
|
| H A D | qconf.cc | 1044 struct gstr help_gstr = str_new(); in menuInfo()
|