Home
last modified time | relevance | path

Searched refs:Chroot (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp61 const CallDescription Chroot{CDM::CLibrary, {"chroot"}, 1}; member in __anon67def0520211::ChrootChecker
66 if (Chroot.matches(Call)) in evalCall()
117 explicit ChrootInvocationVisitor(const CallDescription &Chroot) in ChrootInvocationVisitor() argument
118 : Chroot{Chroot} {} in ChrootInvocationVisitor()
134 if (!Chroot.matchesAsWritten(*Call)) in VisitNode()
150 const CallDescription &Chroot; member in __anon67def0520211::ChrootInvocationVisitor
158 if (matchesAny(Call, Chroot, Chdir)) in checkPreCall()
173 R->addVisitor<ChrootInvocationVisitor>(Chroot); in checkPreCall()
/freebsd/tools/test/stress2/misc/
H A Dldt2.sh72 Chroot to /var/tmp/jail /bin/sh
/freebsd/contrib/ntp/ntpd/
H A Dntpdbase-opts.def143 Chroot the server to the directory
H A Dinvoke-ntpd.texi360 Chroot the server to the directory
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td604 def ChrootChecker : Checker<"Chroot">,