Searched refs:check (Results 226 - 250 of 777) sorted by relevance

1234567891011>>

/freebsd-11-stable/tools/build/make_check/
H A DMakefile106 # check if bmake can expand plain variables
121 # check that make -V '${VAR}' works
290 .SHELL: name="echo" path="${.OBJDIR}/shell_test" quiet="be quiet" echo="be verbose" filter="be verbose" echoFlag="x" errFlag="y" hasErrCtl=y check="check errors" ignore="ignore errors"
298 .SHELL: name="echo" path="${.OBJDIR}/shell_test" quiet="be quiet" echo="be verbose" filter="be verbose" echoFlag="x" errFlag="y" hasErrCtl=y check="check errors" ignore="ignore errors"
/freebsd-11-stable/tools/test/iconv/
H A DMakefile47 check: tablegen
78 test-everything: check perftest posixtest gnutest
/freebsd-11-stable/crypto/openssl/crypto/
H A Ds390xcpuid.S25 tmhl %r2,0x4000 # check for message-security-assist
40 tmhh %r3,0x0004 # check for message-security-assist-4
/freebsd-11-stable/usr.sbin/crunch/crunchide/
H A Dcrunchide.c212 int (*check)(int, const char *); /* 1 if match, zero if not */ member in struct:__anon13960
242 if ((*exec_formats[i].check)(fd, filename) != 0)
/freebsd-11-stable/contrib/ntp/util/
H A DMakefile.am112 $(top_srcdir)/scripts/build/check--help $@
127 cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
136 include $(top_srcdir)/sntp/check-libntp.mf
137 include $(top_srcdir)/check-libopts.mf
/freebsd-11-stable/crypto/openssh/regress/
H A Dkeys-command.sh39 if ! $OBJ/check-perm -m keys-command $KEY_COMMAND ; then
/freebsd-11-stable/targets/pseudo/userland/libexec/
H A DMakefile.depend8 libexec/atf/atf-check \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfeature_common.c121 zfeature_depends_on(spa_feature_t fid, spa_feature_t check) argument
126 if (feature->fi_depends[i] == check)
/freebsd-11-stable/contrib/ntp/ntpq/
H A DMakefile.am118 $(top_srcdir)/scripts/build/check--help $@
128 cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
137 include $(top_srcdir)/check-libopts.mf
138 include $(top_srcdir)/sntp/check-libntp.mf
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp88 DumpValueObjectOptions &DumpValueObjectOptions::SetScopeChecked(bool check) { argument
89 m_scope_already_checked = check;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc117 // For everything else, we want to check to make sure the symbol isn't defined
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp29 : public Checker<check::ASTCodeBody, check::EndOfTranslationUnit> {
H A DCXXSelfAssignmentChecker.cpp13 // causes the analyzer to check every copy and move assignment operator twice:
29 class CXXSelfAssignmentChecker : public Checker<check::BeginFunction> {
H A DOSObjectCStyleCast.cpp30 class OSObjectCStyleCastChecker : public Checker<check::ASTCodeBody> {
H A DPointerIterationChecker.cpp28 class PointerIterationChecker : public Checker<check::ASTCodeBody> {
59 // TODO: Currently, we only check for std::unordered_set. Other unordered
62 // TODO: Currently, we do not check what the for loop does with the iterated
H A DPointerSortingChecker.cpp28 class PointerSortingChecker : public Checker<check::ASTCodeBody> {
61 // FIXME: Currently we simply check if std::sort is used with pointer-like
H A DMacOSXAPIChecker.cpp33 class MacOSXAPIChecker : public Checker< check::PreStmt<CallExpr> > {
H A DMmapWriteExecChecker.cpp9 // This checker tests the 3rd argument of mmap's calls to check if
28 class MmapWriteExecChecker : public Checker<check::PreCall> {
64 BT.reset(new BugType(this, "W^X check fails, Write Exec prot flags set", "Security"));
H A DUndefBranchChecker.cpp26 class UndefBranchChecker : public Checker<check::BranchCondition> {
77 // Get the predecessor node and check if is a PostStmt with the Stmt
/freebsd-11-stable/contrib/smbfs/
H A DMakefile33 @echo Please check for possible changes
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_rrip.h128 char check [ISODCL ( 4, 5)]; member in struct:__anon11995
/freebsd-11-stable/crypto/openssl/apps/
H A Drsa.c94 * -check - verify key consistency
109 int informat, outformat, text = 0, check = 0, noout = 0; local
191 else if (strcmp(*argv, "-check") == 0)
192 check = 1;
242 BIO_printf(bio_err, " -check verify key consistency\n");
262 if (check && pubin) {
330 if (check) {
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dblock_header_decoder.c14 #include "check.h"
63 || (unsigned int)(block->check) > LZMA_CHECK_ID_MAX)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h35 bool check(StringRef CheckExpr) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerInternal.h129 check(rank<2>);
139 static decltype(NonceFunction(&Checker<T>::invalidate)) check(rank<1>);
144 static EnabledType check(rank<0>);
147 enum { Value = sizeof(check<ResultT>(rank<2>())) == sizeof(EnabledType) };

Completed in 344 milliseconds

1234567891011>>