Searched refs:cfstring (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/jail/ |
H A D | jailparse.y | 48 struct cfstring *s; 189 $$ = emalloc(sizeof(struct cfstring)); 198 $$ = emalloc(sizeof(struct cfstring)); 261 struct cfstring *s; in special_param()
|
H A D | jailp.h | 151 TAILQ_HEAD(cfstrings, cfstring); 153 struct cfstring { struct 154 TAILQ_ENTRY(cfstring) tq; 182 struct cfstring *comstring;
|
H A D | config.c | 137 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()
|
H A D | command.c | 81 static struct cfstring dummystring = { .len = 1 }; 290 const struct cfstring *comstring, *s; in run_command()
|
H A D | state.c | 58 struct cfstring *s; in dep_setup()
|
H A D | jail.c | 1010 const struct cfstring *s, *ts; in print_param()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 3425 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()
|