Searched refs:gstr (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | util.c | 81 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()
|
D | lkc.h | 119 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);
|
D | lkc_proto.h | 25 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);
|
D | expr.h | 221 struct gstr; /* forward */ 222 void expr_gstr_print(struct expr *e, struct gstr *gs);
|
D | menu.c | 546 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()
|
D | mconf.c | 394 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()
|
D | nconf.c | 692 struct gstr res; in search_conf() 693 struct gstr title; in search_conf() 1221 struct gstr help; in show_help()
|
D | expr.c | 1175 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()
|
D | conf.c | 49 struct gstr help = str_new(); in print_help()
|
D | gconf.c | 372 struct gstr help = str_new(); in text_insert_help()
|
D | qconf.cc | 1106 struct gstr help_gstr = str_new(); in menuInfo()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | composite.c | 2290 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()
|