Home
last modified time | relevance | path

Searched refs:gstr (Results 1 – 11 of 11) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dutil.c85 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 Dlkc.h131 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 Dlkc_proto.h25 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 Dmenu.c539 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 Dexpr.h221 struct gstr; /* forward */
222 void expr_gstr_print(struct expr *e, struct gstr *gs);
A Dmconf.c395 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 Dnconf.c692 struct gstr res; in search_conf()
693 struct gstr title; in search_conf()
1221 struct gstr help; in show_help()
A Dexpr.c1137 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 Dconf.c49 struct gstr help = str_new(); in print_help()
A Dgconf.c396 struct gstr help = str_new(); in text_insert_help()
A Dqconf.cc1045 struct gstr help_gstr = str_new(); in menuInfo()

Completed in 17 milliseconds