Searched refs:gstr (Results 1 – 6 of 6) sorted by relevance
/external/toybox/kconfig/ |
D | util.c | 57 struct gstr str_new(void) in str_new() 59 struct gstr gs; in str_new() 67 struct gstr str_assign(const char *s) in str_assign() 69 struct gstr gs; in str_assign() 76 void str_free(struct gstr *gs) in str_free() 85 void str_append(struct gstr *gs, const char *s) in str_append() 96 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf() 107 const char *str_get(struct gstr *gs) in str_get()
|
D | lkc.h | 95 struct gstr { struct 99 struct gstr str_new(void); argument 100 struct gstr str_assign(const char *s); 101 void str_free(struct gstr *gs); 102 void str_append(struct gstr *gs, const char *s); 103 void str_printf(struct gstr *gs, const char *fmt, ...); 104 const char *str_get(struct gstr *gs);
|
D | mconf.c | 326 static void get_prompt_str(struct gstr *r, struct property *prop) in get_prompt_str() 357 static void get_symbol_str(struct gstr *r, struct symbol *sym) in get_symbol_str() 385 static struct gstr get_relations_str(struct symbol **sym_arr) in get_relations_str() 388 struct gstr res = str_new(); in get_relations_str() 401 struct gstr res; in search_conf() 698 struct gstr help = str_new(); in show_help()
|
D | expr.h | 184 struct gstr; /* forward */ 185 void expr_gstr_print(struct expr *e, struct gstr *gs);
|
D | expr.c | 1094 str_append((struct gstr*)data, str); in expr_print_gstr_helper() 1097 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestCompositeGrammars.java | 899 String gstr = in testNestedComposite() local 906 writeFile(tmpdir, "L.g", gstr); in testNestedComposite() 907 gstr = in testNestedComposite() 913 writeFile(tmpdir, "G1.g", gstr); in testNestedComposite() 915 gstr = in testNestedComposite() 920 writeFile(tmpdir, "G2.g", gstr); in testNestedComposite()
|