Searched refs:gstr (Results 1 – 13 of 13) sorted by relevance
/xen/xen/tools/kconfig/ |
A 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()
|
A D | lkc.h | 94 struct gstr { struct 103 struct gstr str_new(void); argument 104 void str_free(struct gstr *gs); 105 void str_append(struct gstr *gs, const char *s); 106 void str_printf(struct gstr *gs, const char *fmt, ...); 107 const char *str_get(struct gstr *gs);
|
A D | lkc_proto.h | 26 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head); 27 void menu_get_ext_help(struct menu *menu, struct gstr *help);
|
A D | expr.h | 313 struct gstr; /* forward */ 314 void expr_gstr_print(struct expr *e, struct gstr *gs); 315 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs,
|
A D | menu.c | 701 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 770 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str() 791 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 840 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str() 843 struct gstr res = str_new(); in get_relations_str() 854 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
|
A D | mconf.c | 393 struct gstr res; in search_conf() 394 struct gstr title; in search_conf() 398 struct gstr sttext; in search_conf() 786 struct gstr help = str_new(); in show_help()
|
A D | nconf.c | 694 struct gstr res; in search_conf() 695 struct gstr title; in search_conf() 1220 struct gstr help; in show_help()
|
A D | expr.c | 1236 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper() 1264 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print() 1293 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, in expr_gstr_print_revdep()
|
A D | conf.c | 48 struct gstr help = str_new(); in print_help()
|
A D | symbol.c | 300 struct gstr gs = str_new(); in sym_warn_unmet_dep()
|
A D | gconf.c | 370 struct gstr help = str_new(); in text_insert_help()
|
A D | qconf.cc | 1105 struct gstr help_gstr = str_new(); in menuInfo()
|
/xen/tools/golang/xenlight/ |
A D | xenlight.go | 572 func (s *Scheduler) FromString(gstr string) (err error) { 573 *s, err = SchedulerFromString(gstr)
|
Completed in 23 milliseconds