Searched refs:gstr (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | util.c | 81 struct gstr str_new(void) in str_new() 83 struct gstr gs; in str_new() 92 void str_free(struct gstr *gs) in str_free() 101 void str_append(struct gstr *gs, const char *s) in str_append() 115 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() 126 const char *str_get(struct gstr *gs) in str_get()
|
| H A D | lkc.h | 119 struct gstr { struct 128 struct gstr str_new(void); argument 129 void str_free(struct gstr *gs); 130 void str_append(struct gstr *gs, const char *s); 131 void str_printf(struct gstr *gs, const char *fmt, ...); 132 const char *str_get(struct gstr *gs);
|
| H A D | lkc_proto.h | 25 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head); 26 void menu_get_ext_help(struct menu *menu, struct gstr *help);
|
| H A D | menu.c | 554 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 623 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str() 644 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 693 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() 696 struct gstr res = str_new(); in get_relations_str() 707 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
|
| H A D | expr.h | 223 struct gstr; /* forward */ 224 void expr_gstr_print(struct expr *e, struct gstr *gs);
|
| H A D | mconf.c | 394 struct gstr res; in search_conf() 395 struct gstr title; in search_conf() 399 struct gstr sttext; in search_conf() 791 struct gstr help = str_new(); in show_help()
|
| H A D | nconf.c | 694 struct gstr res; in search_conf() 695 struct gstr title; in search_conf() 1223 struct gstr help; in show_help()
|
| H A D | expr.c | 1175 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper() 1203 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()
|
| H A D | conf.c | 50 struct gstr help = str_new(); in print_help()
|
| H A D | gconf.c | 372 struct gstr help = str_new(); in text_insert_help()
|
| H A D | qconf.cc | 1114 struct gstr help_gstr = str_new(); in menuInfo()
|