Home
last modified time | relevance | path

Searched defs:gs (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dutil.c81 struct gstr gs; in str_new() local
92 struct gstr gs; in str_assign() local
100 void str_free(struct gstr *gs) in str_free()
109 void str_append(struct gstr *gs, const char *s) in str_append()
123 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
134 const char *str_get(struct gstr *gs) in str_get()
H A Dexpr.c1142 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper() local
1170 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()