Home
last modified time | relevance | path

Searched refs:cfstring (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/jail/
H A Djailparse.y48 struct cfstring *s;
189 $$ = emalloc(sizeof(struct cfstring));
198 $$ = emalloc(sizeof(struct cfstring));
261 struct cfstring *s; in special_param()
H A Djailp.h151 TAILQ_HEAD(cfstrings, cfstring);
153 struct cfstring { struct
154 TAILQ_ENTRY(cfstring) tq;
182 struct cfstring *comstring;
H A Dconfig.c137 struct cfstring *s, *vs, *ns; in load_config()
239 ns = emalloc(sizeof(struct cfstring)); in load_config()
357 struct cfstring *s, *ns; in add_param()
378 ns = emalloc(sizeof(struct cfstring)); in add_param()
405 ns = emalloc(sizeof(struct cfstring)); in add_param()
520 struct cfstring *s; in check_intparams()
750 struct cfstring *s, *ts; in import_params()
895 struct cfstring *s; in free_param_strings()
H A Dcommand.c81 static struct cfstring dummystring = { .len = 1 };
290 const struct cfstring *comstring, *s; in run_command()
H A Dstate.c58 struct cfstring *s; in dep_setup()
H A Djail.c1010 const struct cfstring *s, *ts; in print_param()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3425 bool &cfstring) { in GuessPointerPointer() argument
3429 cfstring = false; in GuessPointerPointer()
3466 cfstring = true; in GuessPointerPointer()
6875 bool classref, selref, msgref, cfstring; in GuessLiteralPointer() local
6877 selref, msgref, cfstring); in GuessLiteralPointer()
6905 if (cfstring) { in GuessLiteralPointer()