Searched refs:cfstring (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/usr.sbin/jail/ |
| H A D | jailp.h | 150 TAILQ_HEAD(cfstrings, cfstring); 152 struct cfstring { struct 153 TAILQ_ENTRY(cfstring) tq; 180 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 | 136 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 D | command.c | 84 static struct cfstring dummystring = { .len = 1 }; 293 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 | 998 const struct cfstring *s, *ts; in print_param()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 3206 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()
|