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

/freebsd-current/usr.sbin/jail/
H A Djailparse.y48 struct cfstring *s;
189 $$ = emalloc(sizeof(struct cfstring));
198 $$ = emalloc(sizeof(struct cfstring));
261 struct cfstring *s;
H A Djailp.h151 TAILQ_HEAD(cfstrings, cfstring);
153 struct cfstring { struct
154 TAILQ_ENTRY(cfstring) tq;
182 struct cfstring *comstring;
H A Dconfig.c137 struct cfstring *s, *vs, *ns;
239 ns = emalloc(sizeof(struct cfstring));
357 struct cfstring *s, *ns;
378 ns = emalloc(sizeof(struct cfstring));
405 ns = emalloc(sizeof(struct cfstring));
520 struct cfstring *s;
750 struct cfstring *s, *ts;
895 struct cfstring *s;
H A Dstate.c58 struct cfstring *s;
H A Dcommand.c81 static struct cfstring dummystring = { .len = 1 };
290 const struct cfstring *comstring, *s;
H A Djail.c994 const struct cfstring *s, *ts;
/freebsd-current/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) {
3429 cfstring = false;
3466 cfstring = true;
3606 // The cfstring object in a 64-bit Mach-O file.
4246 // pointer to a cfstring and returns its name or nullptr.
6763 bool classref, selref, msgref, cfstring; local
6765 selref, msgref, cfstring);
6793 if (cfstring) {
3422 GuessPointerPointer(uint64_t ReferenceValue, struct DisassembleInfo *info, bool &classref, bool &selref, bool &msgref, bool &cfstring) argument

Completed in 95 milliseconds