Searched refs:check (Results 251 - 275 of 455) sorted by relevance

<<111213141516171819

/freebsd-9.3-release/contrib/ntp/scripts/calc_tickadj/
H A DMakefile.in128 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
789 check-am: all-am
790 check: $(BUILT_SOURCES)
791 $(MAKE) $(AM_MAKEFLAGS) check-am
900 .MAKE: all check install install-am install-strip
902 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
957 $(top_srcdir)/scripts/build/check--help $@
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A DMakefile.in115 $(top_srcdir)/m4/openldap-thread-check.m4 \
476 boolean.c check.c compat/snprintf.c compat/strchr.c \
701 check-am: all-am
702 check: $(BUILT_SOURCES)
703 $(MAKE) $(AM_MAKEFLAGS) check-am
814 .MAKE: all check install install-am install-strip
816 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c344 /* Sanity check: Look at first byte of mode field. */
672 int check, i, sum; local
683 check = 0;
685 check += (unsigned char)bytes[i];
687 check += 32;
689 check += (unsigned char)bytes[i];
690 if (sum == check)
698 check = 0;
700 check += (signed char)bytes[i];
702 check
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp38 // Used to check correspondence between allocators and deallocators.
146 class MallocChecker : public Checker<check::DeadSymbols,
147 check::PointerEscape,
148 check::ConstPointerEscape,
149 check::PreStmt<ReturnStmt>,
150 check::PreCall,
151 check::PostStmt<CallExpr>,
152 check::PostStmt<CXXNewExpr>,
153 check::PreStmt<CXXDeleteExpr>,
154 check
[all...]
H A DLLVMConventionsChecker.cpp297 check::ASTDecl<CXXRecordDecl>,
298 check::ASTCodeBody > {
H A DIdempotentOperationChecker.cpp70 : public Checker<check::PreStmt<BinaryOperator>,
71 check::PostStmt<BinaryOperator>,
72 check::EndAnalysis> {
184 // We now check for various cases which result in an idempotent operation.
370 // If the analyzer did not finish, check to see if we can still emit this
555 // Also explicitly check if the current block is the destination block.
705 // Check if the Decl behaves like a constant. This check also takes care of
H A DMacOSKeychainAPIChecker.cpp29 class MacOSKeychainAPIChecker : public Checker<check::PreStmt<CallExpr>,
30 check::PostStmt<CallExpr>,
31 check::DeadSymbols> {
/freebsd-9.3-release/bin/sh/
H A Dinput.c269 goto check;
286 check:
/freebsd-9.3-release/crypto/heimdal/tests/gss/
H A Dcheck-context.in34 # $Id: check-context.in 22425 2008-01-13 09:46:01Z lha $
86 echo "Doing database check"
87 ${kadmin} check ${R} || exit 1
H A Dcheck-spnego.in34 # $Id: check-spnego.in 21847 2007-08-08 06:55:32Z lha $
98 echo "Doing database check"
99 ${kadmin} check ${R} || exit 1
/freebsd-9.3-release/sys/dev/kbd/
H A Dkbdreg.h151 kbd_check_t *check; member in struct:keyboard_switch
184 (*kbdsw[(kbd)->kb_index]->check)((kbd))
/freebsd-9.3-release/usr.bin/mail/
H A Dextern.h89 int check(int, int);
/freebsd-9.3-release/usr.sbin/sade/
H A Ddevices.c317 deviceCreateMenu(DMenu *menu, DeviceType type, int (*hook)(dialogMenuItem *d), int (*check)(dialogMenuItem *d))
341 tmp->items[i].checked = check;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-cr16.c494 bfd_vma reloc_bits, check, Rvalue1; local
548 check = Rvalue >> howto->rightshift;
555 if (((bfd_vma) check & ~reloc_bits) != 0
556 && (((bfd_vma) check & ~reloc_bits)
564 check |= ((bfd_vma) - 1
568 if (((bfd_vma) check & ~reloc_bits)
764 This check is only relevant when symbols are being wrapped. */
/freebsd-9.3-release/contrib/ntp/tests/ntpd/
H A DMakefile.in134 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
471 AM_RECURSIVE_TARGETS = check recheck
768 $(srcdir)/run-t-ntp_signd.c $(NULL) check-libntpd check-libntp \
769 check-libunity .deps-ver
770 CLEANFILES = check-libntpd check-libntp check-libunity .deps-ver
1304 # expand to empty, as could happen e.g. with make check TESTS=''.
1415 check
[all...]
/freebsd-9.3-release/
H A DMakefile.inc11505 .if make(check-old) || make(check-old-dirs) || \
1506 make(check-old-files) || make(check-old-libs) || \
1511 # check for / delete old files section
1556 check-old-files:
1598 check-old-libs:
1628 check-old-dirs:
1644 check-old: check
[all...]
/freebsd-9.3-release/contrib/ntp/scripts/ntpsweep/
H A DMakefile.in127 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
807 check-am: all-am
808 check: check-am
918 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
973 $(top_srcdir)/scripts/build/check--help $@
/freebsd-9.3-release/contrib/ntp/scripts/ntptrace/
H A DMakefile.in127 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
801 check-am: all-am
802 check: check-am
911 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
966 $(top_srcdir)/scripts/build/check--help $@
/freebsd-9.3-release/contrib/ntp/scripts/ntp-wait/
H A DMakefile.in127 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
802 check-am: all-am
803 check: check-am
912 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
967 $(top_srcdir)/scripts/build/check--help $@
/freebsd-9.3-release/contrib/ntp/scripts/update-leap/
H A DMakefile.in127 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
803 check-am: all-am
804 check: check-am
913 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
969 $(top_srcdir)/scripts/build/check--help $@
/freebsd-9.3-release/contrib/ntp/include/
H A DMakefile.in126 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
153 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
761 check-am: all-am
762 check: check-recursive
864 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
865 check-am clean clean-generic clean-libtool cscopelist-am ctags \
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp34 error_code check(error_code Err) { function in namespace:__anon2234
595 check(RelSecI->getName(RelSectionName));
601 check(err);
606 check(i->getType(TypeFunc));
614 check(i->getOffset(TargetSymbolOffset));
616 check(getELFRelocationAddend(*i, Addend));
621 check(err);
623 // Just check if following relocation is a R_PPC64_TOC
625 check(i->getType(TypeTOC));
630 // to check i
[all...]
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap_kern.h699 * also check that the ring has not been stopped.
714 /* check a first time without taking the lock
723 /* check a second time with lock held */
857 /* check/fix address and len in tx rings */
1041 * we check if NA(ifp) is set and its first element has a related
1218 * Read access to the structure is lock free. Readers must check that
1325 uint16_t check; member in struct:nm_iphdr
1339 uint16_t check; member in struct:nm_tcphdr
1347 uint16_t check; member in struct:nm_udphdr
1370 size_t datalen, uint16_t *check);
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Deditbox.c281 int check = (int) strlen(value); local
282 if (check > result)
283 result = check;
/freebsd-9.3-release/contrib/tzdata/
H A DMakefile563 check: check_character_set check_white_space check_links check_sorted \
622 public: check check_public $(CHECK_TIME_T_ALTERNATIVES) \
785 .PHONY: check check_character_set check_links

Completed in 288 milliseconds

<<111213141516171819