Searched defs:gs (Results 1 – 3 of 3) sorted by relevance
35 struct gstr gs; in str_new() local44 void str_free(struct gstr *gs) in str_free()53 void str_append(struct gstr *gs, const char *s) in str_append()67 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()78 const char *str_get(struct gstr *gs) in str_get()
1244 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper() local1272 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()1301 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, in expr_gstr_print_revdep()
302 struct gstr gs = str_new(); in sym_warn_unmet_dep() local
Completed in 6 milliseconds