Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp45 const CallDescription Chroot{"chroot", 1}, Chdir{"chdir", 1}; member in __anon67c1aadd0111::ChrootChecker
66 if (Call.isCalled(Chroot)) { in evalCall()
118 if (Call.isCalled(Chroot) || Call.isCalled(Chdir)) in checkPreCall()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dmaster137 # Chroot should not be used with the \fBlocal\fR(8),
H A Dstop.spell-cc172 Chroot
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dsecurity.inc.rst203 ``Chroot`` and ``Setuid``
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntpdbase-opts.def143 Chroot the server to the directory
/netbsd-src/share/man/tools/
H A Dsp.ignore824 Chroot
H A Dnewsp.errs1127 Chroot
/netbsd-src/external/bsd/nsd/dist/doc/
H A DTESTPLAN385 8.5. Chroot
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst2259 .. _alpha-unix-Chroot:
2261 alpha.unix.Chroot (C)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td517 def ChrootChecker : Checker<"Chroot">,