Searched refs:check (Results 201 - 225 of 502) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/ntp/ntpsnmpd/
H A DMakefile.in134 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
256 $(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf \
257 $(top_srcdir)/includes.mf $(top_srcdir)/sntp/check-libntp.mf \
554 BUILT_SOURCES = ntpsnmpd-opts.c ntpsnmpd-opts.h check-libntp \
555 check-libopts .deps-ver
556 CLEANFILES = check-libntp check-libopts .deps-ver
592 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
612 $(top_srcdir)/bincheck.mf $(top_srcdir)/sntp/check
[all...]
/freebsd-10-stable/contrib/byacc/
H A Doutput.c30 static Value_t *check; variable
712 /* check if a column of shifts over a nonterminal symbols matches a */
811 check = TREALLOC(Value_t, check, newmax);
812 NO_SPACE(check);
817 check[l] = -1;
822 if (check[loc] != -1)
836 check[loc] = from[k];
841 while (check[lowzero] != -1)
861 check
[all...]
/freebsd-10-stable/contrib/dialog/
H A Dinputstr.c421 size_t check; local
429 check = mbrtowc(temp,
433 if ((int) check <= 0) {
720 int check = cols[i + 1] - cols[scrollamt]; local
721 if (check <= x_last) {
734 k = check;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp143 void check(const Expr *E);
259 // If interface, check all parent protocols and super.
282 // If protocol, check all parent protocols.
430 // If no ivars need invalidation, there is nothing to check here.
468 // nothing to check here.
486 // Only check if Ivars are invalidated when InstanceVariableInvalidation
662 void IvarInvalidationCheckerImpl::MethodCrawler::check(const Expr *E) { function in class:__anon3565::IvarInvalidationCheckerImpl::MethodCrawler
685 // Do we assign/compare against zero? If yes, check the variable we are
694 check(BO->getLHS());
699 check(B
[all...]
H A DAnalyzerStatsChecker.cpp35 class AnalyzerStatsChecker : public Checker<check::EndAnalysis> {
59 // Only check the coverage in the top level function (optimization).
H A DBoolAssignmentChecker.cpp10 // This defines BoolAssignmentChecker, a builtin check in ExprEngine that
25 class BoolAssignmentChecker : public Checker< check::Bind > {
77 // be a value that is either 0 or 1. One way to check this is to see if
119 // Now check to ensure that the value is <= 1.
H A DCheckObjCInstMethSignature.cpp10 // This file defines a CheckObjCInstMethSignature, a flow-insenstive check
134 check::ASTDecl<ObjCImplementationDecl> > {
H A DReturnUndefChecker.cpp11 // check which looks for undefined or garbage values being returned to the
27 class ReturnUndefChecker : public Checker< check::PreStmt<ReturnStmt> > {
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh229 check = NF - 1;
230 if ($check == "void")
349 if ( argcount != 0 && $check != "..." ) {
/freebsd-10-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c108 size_t datalen, uint16_t *check)
114 *check = in_pseudo(iph->saddr, iph->daddr,
119 *check = nm_csum_fold(nm_csum_raw(data, datalen, 0));
131 size_t datalen, uint16_t *check)
134 *check = in6_cksum_pseudo((void*)ip6h, datalen, ip6h->nexthdr, 0);
135 *check = nm_csum_fold(nm_csum_raw(data, datalen, 0));
230 // XXX the ext_size check is unnecessary if we link the netmap buf
711 * This should be filtered above, but check just in case.
107 nm_csum_tcpudp_ipv4(struct nm_iphdr *iph, void *data, size_t datalen, uint16_t *check) argument
130 nm_csum_tcpudp_ipv6(struct nm_ipv6hdr *ip6h, void *data, size_t datalen, uint16_t *check) argument
/freebsd-10-stable/
H A DMakefile25 # check-old - List obsolete directories/files/libraries.
26 # check-old-dirs - List obsolete directories.
27 # check-old-files - List obsolete files.
28 # check-old-libs - List obsolete libraries.
103 check check-old check-old-dirs check-old-files check-old-libs \
211 # The user can define ALWAYS_CHECK_MAKE to have this check performe
[all...]
/freebsd-10-stable/contrib/tcsh/
H A Dsh.file.c646 * Return true if check matches initial Chars in template.
647 * This differs from PWB imatch in that if check is null
651 is_prefix(const Char *check, const Char *template) argument
654 if (*check == 0)
656 while (*check++ == *template++);
662 * end of check, I.e., are it's suffix.
665 is_suffix(const Char *check, const Char *template) argument
669 for (c = check; *c++;);
674 if (c == check || *--t != *--c)
/freebsd-10-stable/usr.bin/mail/
H A Dlist.c143 if (check(lexnumber, f))
152 if (check(beg, f))
360 check(int mesg, int f) function
/freebsd-10-stable/crypto/openssl/apps/
H A Ddhparam.c141 * -check - check the parameters are ok
159 int informat, outformat, check = 0, noout = 0, C = 0, ret = 1; local
209 else if (strcmp(*argv, "-check") == 0)
210 check = 1;
248 BIO_printf(bio_err, " -check check the DH parameters\n");
426 if (check) {
436 printf("unable to check the generator value\n");
/freebsd-10-stable/contrib/openpam/bin/
H A DMakefile.in108 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
489 check-am: all-am
490 check: check-recursive
592 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
593 check-am clean clean-generic clean-libtool cscopelist-am ctags \
/freebsd-10-stable/contrib/openpam/modules/
H A DMakefile.in107 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
488 check-am: all-am
489 check: check-recursive
591 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
592 check-am clean clean-generic clean-libtool cscopelist-am ctags \
/freebsd-10-stable/contrib/openpam/doc/
H A DMakefile.in106 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
487 check-am: all-am
488 check: check-recursive
590 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
591 check-am clean clean-generic clean-libtool cscopelist-am ctags \
/freebsd-10-stable/contrib/openpam/include/
H A DMakefile.in106 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
487 check-am: all-am
488 check: check-recursive
590 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
591 check-am clean clean-generic clean-libtool cscopelist-am ctags \
/freebsd-10-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-10-stable/contrib/xz/src/xz/
H A Dargs.c173 { "check", required_argument, NULL, 'C' },
174 { "ignore-check", no_argument, NULL, OPT_IGNORE_CHECK },
414 // --check
418 lzma_check check; member in struct:__anon482
431 "check type"), optarg);
434 // Use a separate check in case we are using different
436 if (!lzma_check_is_supported(types[i].check))
438 "check type"), optarg);
440 coder_set_check(types[i].check);
/freebsd-10-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-10-stable/bin/date/tests/
H A Dformat_string_test.sh20 check() function
46 check ${flag} '${exp_output_1}' '${exp_output_2}';
/freebsd-10-stable/contrib/atf/atf-c++/
H A Dcheck.cpp26 #include "atf-c++/check.hpp"
39 namespace impl = atf::check;
40 #define IMPL_NAME "atf::check"
/freebsd-10-stable/contrib/groff/src/preproc/tbl/
H A Dtable.h152 void check();
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_i.h35 Boolean (*check)(struct eap_sm *sm, void *priv, member in struct:eap_method

Completed in 354 milliseconds

1234567891011>>