Home
last modified time | relevance | path

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

/freebsd-head/usr.sbin/jail/
HDjailp.h151 TAILQ_HEAD(cfstrings, cfstring);
153 struct cfstring { struct
154 TAILQ_ENTRY(cfstring) tq;
182 struct cfstring *comstring;
HDjailparse.y48 struct cfstring *s;
189 $$ = emalloc(sizeof(struct cfstring));
198 $$ = emalloc(sizeof(struct cfstring));
261 struct cfstring *s; in special_param()
HDconfig.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()
HDcommand.c81 static struct cfstring dummystring = { .len = 1 };
290 const struct cfstring *comstring, *s; in run_command()
HDstate.c58 struct cfstring *s; in dep_setup()
HDjail.c1010 const struct cfstring *s, *ts; in print_param()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.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()