Searched refs:gstr (Results 1 – 15 of 15) sorted by relevance
| /linux/scripts/kconfig/ |
| H A D | lkc.h | 41 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 D | util.c | 74 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 D | preprocess.h | 11 struct gstr; 12 void env_write_dep(struct gstr *gs);
|
| H A D | expr.h | 315 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 D | menu.c | 630 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 D | mconf.c | 375 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 D | confdata.c | 25 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 D | expr.c | 1152 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 D | nconf.c | 703 struct gstr res; in search_conf() 704 struct gstr title; in search_conf() 1221 struct gstr help; in show_help()
|
| H A D | preprocess.c | 92 void env_write_dep(struct gstr *s) in env_write_dep()
|
| H A D | conf.c | 52 struct gstr help = str_new(); in print_help()
|
| H A D | symbol.c | 383 struct gstr gs = str_new(); in sym_warn_unmet_dep()
|
| H A D | gconf.c | 87 struct gstr help = str_new(); in text_insert_help()
|
| H A D | qconf.cc | 1036 struct gstr help_gstr = str_new(); in menuInfo()
|
| /linux/drivers/usb/gadget/ |
| H A D | composite.c | 2337 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()
|