OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gstr
(Results
1 - 6
of
6
) sorted by null
/external/toybox/kconfig/
util.c
57
struct
gstr
str_new(void)
59
struct
gstr
gs;
67
struct
gstr
str_assign(const char *s)
69
struct
gstr
gs;
76
void str_free(struct
gstr
*gs)
85
void str_append(struct
gstr
*gs, const char *s)
96
void str_printf(struct
gstr
*gs, const char *fmt, ...)
107
const char *str_get(struct
gstr
*gs)
lkc.h
95
struct
gstr
{
struct
99
struct
gstr
str_new(void);
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);
mconf.c
326
static void get_prompt_str(struct
gstr
*r, struct property *prop)
357
static void get_symbol_str(struct
gstr
*r, struct symbol *sym)
385
static struct
gstr
get_relations_str(struct symbol **sym_arr)
388
struct
gstr
res = str_new();
401
struct
gstr
res;
698
struct
gstr
help = str_new();
expr.h
184
struct
gstr
; /* forward */
185
void expr_gstr_print(struct expr *e, struct
gstr
*gs);
expr.c
1094
str_append((struct
gstr
*)data, str);
1097
void expr_gstr_print(struct expr *e, struct
gstr
*gs)
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCompositeGrammars.java
899
String
gstr
=
local
906
writeFile(tmpdir, "L.g",
gstr
);
907
gstr
=
913
writeFile(tmpdir, "G1.g",
gstr
);
915
gstr
=
920
writeFile(tmpdir, "G2.g",
gstr
);
[
all
...]
Completed in 80 milliseconds