Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp58 void Chroot(CheckerContext &C, const CallExpr *CE) const;
76 Chroot(C, CE); in evalCall()
87 void ChrootChecker::Chroot(CheckerContext &C, const CallExpr *CE) const { in Chroot() function in ChrootChecker
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h89 llvm::StringRef Chroot; member
H A DInputFiles.cpp62 if (!Config->Chroot.empty() && Path.startswith("/")) in readFile()
63 Path = Saver.save(Config->Chroot + Path); in readFile()
H A DDriver.cpp769 Config->Chroot = Args.getLastArgValue(OPT_chroot); in readConfigs()
/freebsd-12.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-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td539 def ChrootChecker : Checker<"Chroot">,