Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlkc.h80 struct gstr { struct
89 struct gstr str_new(void); argument
90 void str_free(struct gstr *gs);
91 void str_append(struct gstr *gs, const char *s);
92 void str_printf(struct gstr *gs, const char *fmt, ...);
93 const char *str_get(struct gstr *gs);
122 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
123 void menu_get_ext_help(struct menu *menu, struct gstr *help);
H A Dutil.c32 struct gstr str_new(void) in str_new()
34 struct gstr gs; in str_new()
43 void str_free(struct gstr *gs) in str_free()
52 void str_append(struct gstr *gs, const char *s) in str_append()
66 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
77 const char *str_get(struct gstr *gs) in str_get()
H A Dmenu.c715 static void get_def_str(struct gstr *r, struct menu *menu) in get_def_str()
721 static void get_dep_str(struct gstr *r, struct expr *expr, const char *prefix) in get_dep_str()
730 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
800 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
821 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
872 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
875 struct gstr res = str_new(); in get_relations_str()
886 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
H A Dexpr.h313 struct gstr; /* forward */
314 void expr_gstr_print(struct expr *e, struct gstr *gs);
315 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
H A Dmconf.c394 struct gstr res; in search_conf()
395 struct gstr title; in search_conf()
399 struct gstr sttext; in search_conf()
787 struct gstr help = str_new(); in show_help()
H A Dnconf.c695 struct gstr res; in search_conf()
696 struct gstr title; in search_conf()
1220 struct gstr help; in show_help()
H A Dexpr.c1242 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper()
1270 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()
1299 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, in expr_gstr_print_revdep()
H A Dconf.c51 struct gstr help = str_new(); in print_help()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dutil.c81 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 Dlkc.h119 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 Dlkc_proto.h25 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 Dmenu.c554 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 Dmconf.c394 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 Dexpr.h223 struct gstr; /* forward */
224 void expr_gstr_print(struct expr *e, struct gstr *gs);
H A Dnconf.c694 struct gstr res; in search_conf()
695 struct gstr title; in search_conf()
1223 struct gstr help; in show_help()
H A Dexpr.c1175 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()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dlkc.h121 struct gstr { struct
130 struct gstr str_new(void); argument
131 void str_free(struct gstr *gs);
132 void str_append(struct gstr *gs, const char *s);
133 void str_printf(struct gstr *gs, const char *fmt, ...);
134 const char *str_get(struct gstr *gs);
H A Dutil.c93 struct gstr str_new(void) in str_new()
95 struct gstr gs; in str_new()
104 void str_free(struct gstr *gs) in str_free()
113 void str_append(struct gstr *gs, const char *s) in str_append()
127 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
138 const char *str_get(struct gstr *gs) in str_get()
H A Dlkc_proto.h26 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
27 void menu_get_ext_help(struct menu *menu, struct gstr *help);
H A Dexpr.h310 struct gstr; /* forward */
311 void expr_gstr_print(struct expr *e, struct gstr *gs);
312 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
H A Dmenu.c707 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
776 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
797 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
846 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
849 struct gstr res = str_new(); in get_relations_str()
860 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
H A Dmconf.c394 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 Dnconf.c694 struct gstr res; in search_conf()
695 struct gstr title; in search_conf()
1223 struct gstr help; in show_help()
H A Dexpr.c1244 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper()
1272 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()
1301 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, in expr_gstr_print_revdep()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c2157 struct usb_gadget_strings *gstr = cdev->driver->strings[0]; in __composite_unbind() local
2158 struct usb_string *dev_str = gstr->strings; in __composite_unbind()
2571 struct usb_gadget_strings *gstr = cdev->driver->strings[0]; in usb_composite_overwrite_options() local
2572 struct usb_string *dev_str = gstr->strings; in usb_composite_overwrite_options()

12