Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp45 const CallDescription Chroot{"chroot", 1}, Chdir{"chdir", 1}; member in __anon6b37d9060111::ChrootChecker
66 if (Call.isCalled(Chroot)) { in evalCall()
118 if (Call.isCalled(Chroot) || Call.isCalled(Chdir)) in checkPreCall()
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td517 def ChrootChecker : Checker<"Chroot">,