Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp46 const CallDescription Chroot{{"chroot"}, 1}, Chdir{{"chdir"}, 1}; member in __anonb968d7880111::ChrootChecker
67 if (Chroot.matches(Call)) { in evalCall()
119 if (matchesAny(Call, Chroot, Chdir)) in checkPreCall()
/freebsd-14.2/tools/test/stress2/misc/
H A Dldt2.sh72 Chroot to /var/tmp/jail /bin/sh
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td595 def ChrootChecker : Checker<"Chroot">,