Searched refs:cfstring (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/usr.sbin/jail/ |
| H A D | jailp.h | 148 TAILQ_HEAD(cfstrings, cfstring); 150 struct cfstring { struct 151 TAILQ_ENTRY(cfstring) tq; 178 struct cfstring *comstring;
|
| H A D | jailparse.y | 48 struct cfstring *s; 177 $$ = emalloc(sizeof(struct cfstring)); 186 $$ = emalloc(sizeof(struct cfstring));
|
| H A D | config.c | 134 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 D | command.c | 83 static struct cfstring dummystring = { .len = 1 }; 277 const struct cfstring *comstring, *s; in run_command()
|
| H A D | state.c | 60 struct cfstring *s; in dep_setup()
|
| H A D | jail.c | 996 const struct cfstring *s, *ts; in print_param()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 2880 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()
|