Home
last modified time | relevance | path

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

/freebsd-src/usr.sbin/jail/
H A Djailp.h151 TAILQ_HEAD(cfstrings, cfstring);
153 struct cfstring { struct
154 TAILQ_ENTRY(cfstring) tq;
182 struct cfstring *comstring;
H A Djailparse.y48 struct cfstring *s;
189 $$ = emalloc(sizeof(struct cfstring));
198 $$ = emalloc(sizeof(struct cfstring));
261 struct cfstring *s; in special_param()
H A Dconfig.c137 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 Dcommand.c81 static struct cfstring dummystring = { .len = 1 };
290 const struct cfstring *comstring, *s; in run_command()
H A Dstate.c58 struct cfstring *s; in dep_setup()
H A Djail.c1010 const struct cfstring *s, *ts;
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3419 // a reference to an Objective-C class, selector, message ref or cfstring.
3425 bool &cfstring) { in GuessPointerPointer() argument
3429 cfstring = false; in GuessPointerPointer()
3466 cfstring = true; in GuessPointerPointer()
3606 // The cfstring object in a 64-bit Mach-O file.
4262 // pointer to a cfstring and returns its name or nullptr. in get_objc2_64bit_cfstring_name()
6875 bool classref, selref, msgref, cfstring; in SymbolizerSymbolLookUp()
6877 selref, msgref, cfstring); in SymbolizerSymbolLookUp()
6905 if (cfstring) { in SymbolizerSymbolLookUp()
6763 bool classref, selref, msgref, cfstring; GuessLiteralPointer() local