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.h315 struct gstr; /* forward */
316 void expr_gstr_print(const struct expr *e, struct gstr *gs);
317 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
H A Dmenu.c630 static void get_def_str(struct gstr *r, const struct menu *menu) in get_dep_str()
636 static void get_dep_str(struct gstr *r, const struct expr *expr, in get_jump_key_char()
651 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
710 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
731 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
783 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
786 struct gstr res = str_new();
797 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 Dconfdata.c25 struct gstr autoconf_cmd;
262 static void conf_append_changed_input_warning(struct gstr *gs, in conf_append_changed_input_warning()
834 struct gstr gs; in conf_write_defconfig()
899 struct gstr gs; in conf_write()
H A Dexpr.c1152 struct gstr *gs = (struct gstr*)data;
1180 void expr_gstr_print(const struct expr *e, struct gstr *gs) in expr_gstr_print_revdep()
1209 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
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 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.c2337 struct usb_gadget_strings *gstr = cdev->driver->strings[0]; in __composite_unbind() local
2338 struct usb_string *dev_str = gstr->strings; in __composite_unbind()
2771 struct usb_gadget_strings *gstr = cdev->driver->strings[0]; in usb_composite_overwrite_options() local
2772 struct usb_string *dev_str = gstr->strings; in usb_composite_overwrite_options()