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.cpp46 const CallDescription Chroot{CDM::CLibrary, {"chroot"}, 1}, member in __anon67def0520111::ChrootChecker
68 if (Chroot.matches(Call)) { in evalCall()
120 if (matchesAny(Call, Chroot, Chdir)) 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.td613 def ChrootChecker : Checker<"Chroot">,