Searched refs:gstr (Results 1 – 14 of 14) sorted by relevance
| /scripts/kconfig/ |
| D | lkc.h | 41 extern struct gstr autoconf_cmd; 59 struct gstr { struct 68 struct gstr str_new(void); argument 69 void str_free(struct gstr *gs); 70 void str_append(struct gstr *gs, const char *s); 71 void str_printf(struct gstr *gs, const char *fmt, ...); 72 char *str_get(const struct gstr *gs); 102 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head); 103 void menu_get_ext_help(struct menu *menu, struct gstr *help);
|
| D | util.c | 49 struct gstr str_new(void) in str_new() 51 struct gstr gs; in str_new() 60 void str_free(struct gstr *gs) in str_free() 68 void str_append(struct gstr *gs, const char *s) in str_append() 82 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() 93 char *str_get(const struct gstr *gs) in str_get()
|
| D | preprocess.h | 11 struct gstr; 12 void env_write_dep(struct gstr *gs);
|
| D | expr.h | 302 struct gstr; /* forward */ 303 void expr_gstr_print(const struct expr *e, struct gstr *gs); 304 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
|
| D | menu.c | 589 static void get_def_str(struct gstr *r, const struct menu *menu) in get_def_str() 595 static void get_dep_str(struct gstr *r, const struct expr *expr, in get_dep_str() 610 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 669 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str() 690 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 742 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() 745 struct gstr res = str_new(); in get_relations_str() 756 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
|
| D | mconf.c | 374 struct gstr help = str_new(); in show_help() 386 struct gstr res; in search_conf() 387 struct gstr title; in search_conf() 391 struct gstr sttext; in search_conf()
|
| D | expr.c | 1119 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper() 1147 void expr_gstr_print(const struct expr *e, struct gstr *gs) in expr_gstr_print() 1176 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, in expr_gstr_print_revdep()
|
| D | nconf.c | 702 struct gstr res; in search_conf() 703 struct gstr title; in search_conf() 1220 struct gstr help; in show_help()
|
| D | preprocess.c | 92 void env_write_dep(struct gstr *s) in env_write_dep()
|
| D | conf.c | 52 struct gstr help = str_new(); in print_help()
|
| D | confdata.c | 25 struct gstr autoconf_cmd;
|
| D | symbol.c | 362 struct gstr gs = str_new(); in sym_warn_unmet_dep()
|
| D | gconf.c | 335 struct gstr help = str_new(); in text_insert_help()
|
| D | qconf.cc | 1045 struct gstr help_gstr = str_new(); in menuInfo()
|