Searched refs:gstr (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/scripts/kconfig/ |
D | lkc.h | 66 struct gstr { struct 75 struct gstr str_new(void); argument 76 void str_free(struct gstr *gs); 77 void str_append(struct gstr *gs, const char *s); 78 void str_printf(struct gstr *gs, const char *fmt, ...); 79 const char *str_get(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);
|
D | util.c | 32 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()
|
D | menu.c | 689 static void get_def_str(struct gstr *r, struct menu *menu) in get_def_str() 695 static void get_dep_str(struct gstr *r, struct expr *expr, const char *prefix) in get_dep_str() 704 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 762 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str() 783 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 834 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() 837 struct gstr res = str_new(); in get_relations_str() 848 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
|
D | expr.h | 307 struct gstr; /* forward */ 308 void expr_gstr_print(struct expr *e, struct gstr *gs); 309 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
|
D | mconf.c | 391 struct gstr res; in search_conf() 392 struct gstr title; in search_conf() 396 struct gstr sttext; in search_conf() 784 struct gstr help = str_new(); in show_help()
|
D | nconf.c | 692 struct gstr res; in search_conf() 693 struct gstr title; in search_conf() 1216 struct gstr help; in show_help()
|
D | expr.c | 1242 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()
|
D | conf.c | 51 struct gstr help = str_new(); in print_help()
|
D | symbol.c | 305 struct gstr gs = str_new(); in sym_warn_unmet_dep()
|
D | gconf.c | 367 struct gstr help = str_new(); in text_insert_help()
|
D | qconf.cc | 1042 struct gstr help_gstr = str_new(); in menuInfo()
|
/Linux-v6.1/drivers/usb/gadget/ |
D | composite.c | 2159 struct usb_gadget_strings *gstr = cdev->driver->strings[0]; in __composite_unbind() local 2160 struct usb_string *dev_str = gstr->strings; in __composite_unbind() 2573 struct usb_gadget_strings *gstr = cdev->driver->strings[0]; in usb_composite_overwrite_options() local 2574 struct usb_string *dev_str = gstr->strings; in usb_composite_overwrite_options()
|