Searched refs:gstr (Results 1 – 14 of 14) sorted by relevance
| /scripts/kconfig/ |
| A 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); 103 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head); 104 void menu_get_ext_help(struct menu *menu, struct gstr *help);
|
| A 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()
|
| A D | preprocess.h | 11 struct gstr; 12 void env_write_dep(struct gstr *gs);
|
| A D | expr.h | 313 struct gstr; /* forward */ 314 void expr_gstr_print(const struct expr *e, struct gstr *gs); 315 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
|
| A D | menu.c | 610 static void get_def_str(struct gstr *r, const struct menu *menu) in get_def_str() 616 static void get_dep_str(struct gstr *r, const struct expr *expr, in get_dep_str() 631 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 690 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str() 711 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 763 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() 766 struct gstr res = str_new(); in get_relations_str() 777 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
|
| A 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()
|
| A 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()
|
| A D | nconf.c | 702 struct gstr res; in search_conf() 703 struct gstr title; in search_conf() 1220 struct gstr help; in show_help()
|
| A D | preprocess.c | 92 void env_write_dep(struct gstr *s) in env_write_dep()
|
| A D | conf.c | 52 struct gstr help = str_new(); in print_help()
|
| A D | confdata.c | 25 struct gstr autoconf_cmd;
|
| A D | symbol.c | 378 struct gstr gs = str_new(); in sym_warn_unmet_dep()
|
| A D | gconf.c | 88 struct gstr help = str_new(); in text_insert_help()
|
| A D | qconf.cc | 1038 struct gstr help_gstr = str_new(); in menuInfo()
|
Completed in 24 milliseconds