Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/jail/
H A Djailp.h148 TAILQ_HEAD(cfstrings, cfstring);
150 struct cfstring { struct
151 TAILQ_ENTRY(cfstring) tq;
178 struct cfstring *comstring;
H A Djailparse.y48 struct cfstring *s;
177 $$ = emalloc(sizeof(struct cfstring));
186 $$ = emalloc(sizeof(struct cfstring));
H A Dconfig.c134 struct cfstring *s, *vs, *ns; in load_config()
245 ns = emalloc(sizeof(struct cfstring)); in load_config()
302 struct cfstring *s, *ns; in add_param()
323 ns = emalloc(sizeof(struct cfstring)); in add_param()
350 ns = emalloc(sizeof(struct cfstring)); in add_param()
449 struct cfstring *s; in check_intparams()
679 struct cfstring *s, *ts; in import_params()
824 struct cfstring *s; in free_param_strings()
H A Dcommand.c83 static struct cfstring dummystring = { .len = 1 };
277 const struct cfstring *comstring, *s; in run_command()
H A Dstate.c60 struct cfstring *s; in dep_setup()
H A Djail.c996 const struct cfstring *s, *ts; in print_param()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp2880 bool &cfstring) { in GuessPointerPointer() argument
2884 cfstring = false; in GuessPointerPointer()
2921 cfstring = true; in GuessPointerPointer()
6560 bool classref, selref, msgref, cfstring; in GuessLiteralPointer() local
6562 selref, msgref, cfstring); in GuessLiteralPointer()
6590 if (cfstring) { in GuessLiteralPointer()