Searched refs:gstr (Results 1 – 11 of 11) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | util.c | 85 struct gstr str_new(void) in str_new() 87 struct gstr gs; in str_new() 96 struct gstr str_assign(const char *s) in str_assign() 98 struct gstr gs; in str_assign() 106 void str_free(struct gstr *gs) in str_free() 115 void str_append(struct gstr *gs, const char *s) in str_append() 129 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() 140 const char *str_get(struct gstr *gs) in str_get()
|
A D | lkc.h | 131 struct gstr { struct 140 struct gstr str_new(void); argument 141 struct gstr str_assign(const char *s); 142 void str_free(struct gstr *gs); 143 void str_append(struct gstr *gs, const char *s); 144 void str_printf(struct gstr *gs, const char *fmt, ...); 145 const char *str_get(struct gstr *gs);
|
A D | lkc_proto.h | 25 P(get_symbol_str, void, (struct gstr *r, struct symbol *sym, struct list_head 27 P(get_relations_str, struct gstr, (struct symbol **sym_arr, struct list_head 29 P(menu_get_ext_help,void,(struct menu *menu, struct gstr *help));
|
A D | menu.c | 539 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 611 void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 663 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() 666 struct gstr res = str_new(); in get_relations_str() 677 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
|
A D | expr.h | 221 struct gstr; /* forward */ 222 void expr_gstr_print(struct expr *e, struct gstr *gs);
|
A D | mconf.c | 395 struct gstr res; in search_conf() 396 struct gstr title; in search_conf() 400 struct gstr sttext; in search_conf() 790 struct gstr help = str_new(); in show_help()
|
A D | nconf.c | 692 struct gstr res; in search_conf() 693 struct gstr title; in search_conf() 1221 struct gstr help; in show_help()
|
A D | expr.c | 1137 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper() 1165 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()
|
A D | conf.c | 49 struct gstr help = str_new(); in print_help()
|
A D | gconf.c | 396 struct gstr help = str_new(); in text_insert_help()
|
A D | qconf.cc | 1045 struct gstr help_gstr = str_new(); in menuInfo()
|
Completed in 17 milliseconds