Searched refs:check (Results 326 - 350 of 772) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/openbsm/modules/
H A DMakefile.in117 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
503 check-am: all-am
504 check: check-recursive
606 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
607 check-am clean clean-generic clean-libtool cscopelist-am ctags \
/freebsd-13-stable/contrib/openbsm/sys/
H A DMakefile.in117 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
503 check-am: all-am
504 check: check-recursive
606 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
607 check-am clean clean-generic clean-libtool cscopelist-am ctags \
/freebsd-13-stable/contrib/openbsm/test/
H A DMakefile.in117 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
503 check-am: all-am
504 check: check-recursive
606 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
607 check-am clean clean-generic clean-libtool cscopelist-am ctags \
/freebsd-13-stable/contrib/openpam/bin/
H A DMakefile.in121 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
512 check-am: all-am
513 check: check-recursive
615 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
616 check-am clean clean-generic clean-libtool cscopelist-am ctags \
/freebsd-13-stable/contrib/openpam/doc/
H A DMakefile.in119 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
510 check-am: all-am
511 check: check-recursive
613 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
614 check-am clean clean-generic clean-libtool cscopelist-am ctags \
/freebsd-13-stable/contrib/openpam/include/
H A DMakefile.in119 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
510 check-am: all-am
511 check: check-recursive
613 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
614 check-am clean clean-generic clean-libtool cscopelist-am ctags \
/freebsd-13-stable/contrib/openpam/lib/
H A DMakefile.in120 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
511 check-am: all-am
512 check: check-recursive
614 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
615 check-am clean clean-generic clean-libtool cscopelist-am ctags \
/freebsd-13-stable/contrib/openpam/modules/
H A DMakefile.in120 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
511 check-am: all-am
512 check: check-recursive
614 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
615 check-am clean clean-generic clean-libtool cscopelist-am ctags \
/freebsd-13-stable/contrib/ntp/sntp/include/
H A DMakefile.in114 $(top_srcdir)/m4/openldap-thread-check.m4 \
466 check-am: all-am
467 check: check-am
568 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
/freebsd-13-stable/contrib/ntp/sntp/scripts/
H A DMakefile.in113 $(top_srcdir)/m4/openldap-thread-check.m4 \
459 check-am: all-am
460 check: check-am
561 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
/freebsd-13-stable/crypto/openssl/apps/
H A Ddhparam.c48 {"check", OPT_CHECK, '-', "Check the DH parameters"},
75 int informat = FORMAT_PEM, outformat = FORMAT_PEM, check = 0, noout = 0; local
108 check = 1;
268 if (check) {
285 "WARNING: unable to check the generator value\n");
/freebsd-13-stable/usr.bin/mail/
H A Dlist.c145 if (check(lexnumber, f))
154 if (check(beg, f))
362 check(int mesg, int f) function
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp81 : public Checker<check::Bind, check::PreCall, check::PreStmt<ReturnStmt>,
82 check::PostCall, check::PostStmt<ExplicitCastExpr>,
83 check::PostObjCMessage, check::DeadSymbols,
84 check::Location, check::Event<ImplicitNullDerefEvent>> {
156 /// report anything and turn off the check
[all...]
H A DCastSizeChecker.cpp26 class CastSizeChecker : public Checker< check::PreStmt<CastExpr> > {
100 // Only perform the check if 'ToPointeeTy' is a complete type.
H A DCastToStructChecker.cpp11 // This check corresponds to CWE-588.
109 class CastToStructChecker : public Checker<check::ASTCodeBody> {
H A DCheckObjCInstMethSignature.cpp9 // This file defines a CheckObjCInstMethSignature, a flow-insenstive check
128 check::ASTDecl<ObjCImplementationDecl> > {
H A DChrootChecker.cpp41 class ChrootChecker : public Checker<eval::Call, check::PreCall> {
H A DDeleteWithNonVirtualDtorChecker.cpp16 // This check exceeds them by comparing the dynamic and static types of the
18 // pointer to a base type without a virtual destructor. The check places a note
38 : public Checker<check::PreStmt<CXXDeleteExpr>> {
H A DDivZeroChecker.cpp9 // This defines DivZeroChecker, a builtin check in ExprEngine that performs
26 class DivZeroChecker : public Checker< check::PreStmt<BinaryOperator> > {
H A DNonnullGlobalConstantsChecker.cpp35 class NonnullGlobalConstantsChecker : public Checker<check::Location> {
H A DReturnUndefChecker.cpp10 // check which looks for undefined or garbage values being returned to the
26 class ReturnUndefChecker : public Checker< check::PreStmt<ReturnStmt> > {
/freebsd-13-stable/contrib/xz/src/liblzma/api/lzma/
H A Dblock.h93 lzma_check check; member in struct:__anon6583
205 * After successful coding, the first lzma_check_size(check) bytes
247 * If this is set to true, the integrity check won't be calculated
252 * SHA-256 as the integrity check.)
303 * \note This doesn't check that all the options are valid i.e. this
343 * should check the value of block->version after calling this function if
351 * The integrity check type from Stream Header must have been stored
352 * to block->check.
403 * block->header_size and lzma_check_size(block->check).
450 * - LZMA_UNSUPPORTED_CHECK: block->check specifie
[all...]
/freebsd-13-stable/release/
H A DMakefile.vagrant21 VAGRANT_UPLOAD_TGTS= vagrant-check-depends
47 vagrant-check-depends:
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemset.S46 @ this lets us check a flag in a 00/ff byte easily in either endianness
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h45 /// check = expr '=' expr
157 bool check(StringRef CheckExpr) const;
160 /// in RulePrefix. The remainder of the line is passed to the check

Completed in 148 milliseconds

<<11121314151617181920>>