Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/jail/
H A Djailp.h150 TAILQ_HEAD(cfstrings, cfstring);
152 struct cfstring { struct
153 TAILQ_ENTRY(cfstring) tq;
180 struct cfstring *comstring;
H A Djailparse.y48 struct cfstring *s;
177 $$ = emalloc(sizeof(struct cfstring));
186 $$ = emalloc(sizeof(struct cfstring));
H A Dconfig.c136 struct cfstring *s, *vs, *ns; in load_config()
247 ns = emalloc(sizeof(struct cfstring)); in load_config()
304 struct cfstring *s, *ns; in add_param()
325 ns = emalloc(sizeof(struct cfstring)); in add_param()
352 ns = emalloc(sizeof(struct cfstring)); in add_param()
467 struct cfstring *s; in check_intparams()
697 struct cfstring *s, *ts; in import_params()
842 struct cfstring *s; in free_param_strings()
H A Dcommand.c84 static struct cfstring dummystring = { .len = 1 };
293 const struct cfstring *comstring, *s; in run_command()
H A Dstate.c60 struct cfstring *s; in dep_setup()
H A Djail.c998 const struct cfstring *s, *ts; in print_param()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3206 bool &cfstring) { in GuessPointerPointer() argument
3210 cfstring = false; in GuessPointerPointer()
3247 cfstring = true; in GuessPointerPointer()
6909 bool classref, selref, msgref, cfstring; in GuessLiteralPointer() local
6911 selref, msgref, cfstring); in GuessLiteralPointer()
6939 if (cfstring) { in GuessLiteralPointer()