Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dlkc.h41 extern struct gstr autoconf_cmd;
60 struct gstr {
69 struct gstr str_new(void);
70 void str_free(struct gstr *gs);
71 void str_append(struct gstr *gs, const char *s);
72 void str_printf(struct gstr *gs, const char *fmt, ...);
73 char *str_get(const struct gstr *gs);
104 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
105 void menu_get_ext_help(struct menu *menu, struct gstr *help);
59 struct gstr { global() struct
68 max_widthgstr global() argument
H A Dutil.c74 struct gstr str_new(void) in str_append()
76 struct gstr gs; in str_append()
85 void str_free(struct gstr *gs) in str_printf()
93 void str_append(struct gstr *gs, const char *s) in str_get()
107 void str_printf(struct gstr *gs, const char *fmt, ...)
118 char *str_get(const struct gstr *gs)
H A Dpreprocess.h11 struct gstr;
12 void env_write_dep(struct gstr *gs);
H A Dexpr.h314 struct gstr; /* forward */
315 void expr_gstr_print(const struct expr *e, struct gstr *gs);
316 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
H A Dmenu.c620 static void get_def_str(struct gstr *r, const struct menu *menu) in get_def_str()
626 static void get_dep_str(struct gstr *r, const struct expr *expr, in get_dep_str()
641 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
700 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
721 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
773 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
776 struct gstr res = str_new(); in get_relations_str()
787 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
H A Dmconf.c375 struct gstr help = str_new(); in show_help()
387 struct gstr res; in search_conf()
388 struct gstr title; in search_conf()
392 struct gstr sttext; in search_conf()
H A Dexpr.c1119 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()
H A Dnconf.c703 struct gstr res; in search_conf()
704 struct gstr title; in search_conf()
1221 struct gstr help; in show_help()
H A Dpreprocess.c92 void env_write_dep(struct gstr *s) in env_write_dep()
H A Dconf.c52 struct gstr help = str_new(); in print_help()
H A Dconfdata.c25 struct gstr autoconf_cmd;
262 static void conf_append_changed_input_warning(struct gstr *gs, in conf_set_sym_val()
834 struct gstr gs; in conf_write()
899 struct gstr gs; in conf_write()
H A Dsymbol.c383 struct gstr gs = str_new(); in sym_warn_unmet_dep()
H A Dgconf.c87 struct gstr help = str_new(); in text_insert_help()
H A Dqconf.cc1036 struct gstr help_gstr = str_new(); in menuInfo()
/linux/drivers/usb/gadget/
H A Dcomposite.c2336 struct usb_gadget_strings *gstr = cdev->driver->strings[0]; in __composite_unbind() local
2337 struct usb_string *dev_str = gstr->strings; in __composite_unbind()
2770 struct usb_gadget_strings *gstr = cdev->driver->strings[0]; in usb_composite_overwrite_options() local
2771 struct usb_string *dev_str = gstr->strings; in usb_composite_overwrite_options()