Symbol: gstr
drivers/usb/gadget/composite.c
2333
struct usb_gadget_strings *gstr = cdev->driver->strings[0];
drivers/usb/gadget/composite.c
2334
struct usb_string *dev_str = gstr->strings;
drivers/usb/gadget/composite.c
2767
struct usb_gadget_strings *gstr = cdev->driver->strings[0];
drivers/usb/gadget/composite.c
2768
struct usb_string *dev_str = gstr->strings;
scripts/kconfig/conf.c
52
struct gstr help = str_new();
scripts/kconfig/confdata.c
25
struct gstr autoconf_cmd;
scripts/kconfig/expr.c
1119
struct gstr *gs = (struct gstr*)data;
scripts/kconfig/expr.c
1147
void expr_gstr_print(const struct expr *e, struct gstr *gs)
scripts/kconfig/expr.c
1176
void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
scripts/kconfig/expr.h
314
struct gstr; /* forward */
scripts/kconfig/expr.h
315
void expr_gstr_print(const struct expr *e, struct gstr *gs);
scripts/kconfig/expr.h
316
void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
scripts/kconfig/gconf.c
87
struct gstr help = str_new();
scripts/kconfig/lkc.h
103
struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
scripts/kconfig/lkc.h
104
void menu_get_ext_help(struct menu *menu, struct gstr *help);
scripts/kconfig/lkc.h
41
extern struct gstr autoconf_cmd;
scripts/kconfig/lkc.h
68
struct gstr str_new(void);
scripts/kconfig/lkc.h
69
void str_free(struct gstr *gs);
scripts/kconfig/lkc.h
70
void str_append(struct gstr *gs, const char *s);
scripts/kconfig/lkc.h
71
void str_printf(struct gstr *gs, const char *fmt, ...);
scripts/kconfig/lkc.h
72
char *str_get(const struct gstr *gs);
scripts/kconfig/mconf.c
375
struct gstr help = str_new();
scripts/kconfig/mconf.c
387
struct gstr res;
scripts/kconfig/mconf.c
388
struct gstr title;
scripts/kconfig/mconf.c
392
struct gstr sttext;
scripts/kconfig/menu.c
620
static void get_def_str(struct gstr *r, const struct menu *menu)
scripts/kconfig/menu.c
626
static void get_dep_str(struct gstr *r, const struct expr *expr,
scripts/kconfig/menu.c
641
static void get_prompt_str(struct gstr *r, struct property *prop,
scripts/kconfig/menu.c
700
static void get_symbol_props_str(struct gstr *r, struct symbol *sym,
scripts/kconfig/menu.c
721
static void get_symbol_str(struct gstr *r, struct symbol *sym,
scripts/kconfig/menu.c
773
struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head)
scripts/kconfig/menu.c
776
struct gstr res = str_new();
scripts/kconfig/menu.c
787
void menu_get_ext_help(struct menu *menu, struct gstr *help)
scripts/kconfig/nconf.c
1221
struct gstr help;
scripts/kconfig/nconf.c
703
struct gstr res;
scripts/kconfig/nconf.c
704
struct gstr title;
scripts/kconfig/preprocess.c
92
void env_write_dep(struct gstr *s)
scripts/kconfig/preprocess.h
11
struct gstr;
scripts/kconfig/preprocess.h
12
void env_write_dep(struct gstr *gs);
scripts/kconfig/qconf.cc
1036
struct gstr help_gstr = str_new();
scripts/kconfig/symbol.c
383
struct gstr gs = str_new();
scripts/kconfig/util.c
49
struct gstr str_new(void)
scripts/kconfig/util.c
51
struct gstr gs;
scripts/kconfig/util.c
60
void str_free(struct gstr *gs)
scripts/kconfig/util.c
68
void str_append(struct gstr *gs, const char *s)
scripts/kconfig/util.c
82
void str_printf(struct gstr *gs, const char *fmt, ...)
scripts/kconfig/util.c
93
char *str_get(const struct gstr *gs)