Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dutil.c81 struct gstr str_new(void) in str_new()
83 struct gstr gs; in str_new()
92 void str_free(struct gstr *gs) in str_free()
101 void str_append(struct gstr *gs, const char *s) in str_append()
115 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
126 const char *str_get(struct gstr *gs) in str_get()
Dlkc.h119 struct gstr { struct
128 struct gstr str_new(void); argument
129 void str_free(struct gstr *gs);
130 void str_append(struct gstr *gs, const char *s);
131 void str_printf(struct gstr *gs, const char *fmt, ...);
132 const char *str_get(struct gstr *gs);
Dlkc_proto.h25 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
26 void menu_get_ext_help(struct menu *menu, struct gstr *help);
Dexpr.h221 struct gstr; /* forward */
222 void expr_gstr_print(struct expr *e, struct gstr *gs);
Dmenu.c546 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
618 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
670 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
673 struct gstr res = str_new(); in get_relations_str()
684 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
Dmconf.c394 struct gstr res; in search_conf()
395 struct gstr title; in search_conf()
399 struct gstr sttext; in search_conf()
791 struct gstr help = str_new(); in show_help()
Dnconf.c692 struct gstr res; in search_conf()
693 struct gstr title; in search_conf()
1221 struct gstr help; in show_help()
Dexpr.c1175 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper()
1203 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()
Dconf.c49 struct gstr help = str_new(); in print_help()
Dgconf.c372 struct gstr help = str_new(); in text_insert_help()
Dqconf.cc1106 struct gstr help_gstr = str_new(); in menuInfo()
/linux-4.4.14/drivers/usb/gadget/
Dcomposite.c2290 struct usb_gadget_strings *gstr = cdev->driver->strings[0]; in usb_composite_overwrite_options() local
2291 struct usb_string *dev_str = gstr->strings; in usb_composite_overwrite_options()