Searched refs:cfstring (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/usr.sbin/jail/
H A Djailparse.y46 struct cfstring *s;
175 $$ = emalloc(sizeof(struct cfstring));
184 $$ = emalloc(sizeof(struct cfstring));
H A Djailp.h142 TAILQ_HEAD(cfstrings, cfstring);
144 struct cfstring { struct
145 TAILQ_ENTRY(cfstring) tq;
172 struct cfstring *comstring;
H A Dconfig.c131 struct cfstring *s, *vs, *ns;
242 ns = emalloc(sizeof(struct cfstring));
299 struct cfstring *s, *ns;
320 ns = emalloc(sizeof(struct cfstring));
347 ns = emalloc(sizeof(struct cfstring));
441 struct cfstring *s;
686 struct cfstring *s, *ts;
831 struct cfstring *s;
H A Dstate.c58 struct cfstring *s;
H A Dcommand.c80 static struct cfstring dummystring = { .len = 1 };
261 const struct cfstring *comstring, *s;
H A Djail.c963 const struct cfstring *s, *ts;

Completed in 49 milliseconds