Searched refs:check (Results 1 - 25 of 45) sorted by relevance

12

/bind-9.6-ESV-R11/unit/atf-src/admin/
H A DMakefile.am.inc30 dist-hook: check-style
31 PHONY_TARGETS += check-style
32 check-style:
33 $(srcdir)/admin/check-style.sh
35 EXTRA_DIST += admin/check-style-common.awk \
36 admin/check-style-c.awk \
37 admin/check-style-cpp.awk \
38 admin/check-style-man.awk \
39 admin/check-style-shell.awk \
40 admin/check
[all...]
H A Dcheck-style.sh32 # A utility to sanity check the coding style of all source files in the
149 awk -f ${topdir}/admin/check-style-${format}.awk ${1} || err=1
/bind-9.6-ESV-R11/bin/tests/system/unknown/
H A Dclean.sh20 rm -f dig.out check.out
/bind-9.6-ESV-R11/bin/tests/system/checknames/ns1/
H A Dnamed.conf31 check-integrity no;
42 check-names ignore;
48 check-names warn;
54 check-names fail;
61 check-names ignore;
68 check-names warn;
75 check-names fail;
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck.hpp34 #include <atf-c/check.h>
50 namespace check { namespace in namespace:atf
130 } // namespace check
H A Dcheck_test.cpp46 #include "check.hpp"
60 std::auto_ptr< atf::check::check_result >
69 return atf::check::exec(argva);
73 std::auto_ptr< atf::check::check_result >
84 return atf::check::exec(argva);
102 ATF_REQUIRE(atf::check::build_c_o("test.c", "test.o",
117 ATF_REQUIRE(!atf::check::build_c_o("test.c", "test.o",
134 ATF_REQUIRE(atf::check::build_cpp("test.c", "test.p",
149 ATF_REQUIRE(!atf::check::build_cpp("test.c", "test.p",
164 ATF_REQUIRE(atf::check
[all...]
H A DMakefile.am.inc36 atf-c++/check.cpp \
37 atf-c++/check.hpp \
50 atf-c++/check.hpp \
/bind-9.6-ESV-R11/bin/tests/system/
H A Dconf.sh.in40 CHECKZONE=$TOP/bin/check/named-checkzone
41 CHECKCONF=$TOP/bin/check/named-checkconf
/bind-9.6-ESV-R11/bin/check/win32/
H A Dnamedcheckconf.mak129 -@erase "$(INTDIR)\check-tool.obj"
130 -@erase "$(INTDIR)\check-tool.sbr"
145 "$(INTDIR)\check-tool.sbr" \
156 "$(INTDIR)\check-tool.obj" \
191 -@erase "$(INTDIR)\check-tool.obj"
192 -@erase "$(INTDIR)\check-tool.sbr"
210 "$(INTDIR)\check-tool.sbr" \
221 "$(INTDIR)\check-tool.obj" \
276 SOURCE="..\check-tool.c"
278 "$(INTDIR)\check
[all...]
H A Dnamedcheckzone.mak123 -@erase "$(INTDIR)\check-tool.obj"
173 "$(INTDIR)\check-tool.obj" \
208 -@erase "$(INTDIR)\check-tool.obj"
209 -@erase "$(INTDIR)\check-tool.sbr"
260 "$(INTDIR)\check-tool.sbr" \
271 "$(INTDIR)\check-tool.obj" \
296 SOURCE="..\check-tool.c"
301 "$(INTDIR)\check-tool.obj" : $(SOURCE) "$(INTDIR)"
308 "$(INTDIR)\check-tool.obj" "$(INTDIR)\check
[all...]
/bind-9.6-ESV-R11/bin/tests/system/spf/ns1/
H A Dnamed.conf40 check-spf warn;
46 check-spf ignore;
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A DMakefile.am.inc33 atf-c/check.c \
34 atf-c/check.h \
75 atf-c/check.h \
/bind-9.6-ESV-R11/bin/tests/system/nsupdate/ns1/
H A Dnamed.conf46 check-integrity no;
54 check-integrity no;
/bind-9.6-ESV-R11/lib/bind9/win32/
H A Dlibbind9.mak127 -@erase "$(INTDIR)\check.obj"
151 "$(INTDIR)\check.obj" \
188 -@erase "$(INTDIR)\check.obj"
189 -@erase "$(INTDIR)\check.sbr"
214 "$(INTDIR)\check.sbr" \
229 "$(INTDIR)\check.obj" \
286 SOURCE=..\check.c
291 "$(INTDIR)\check.obj" : $(SOURCE) "$(INTDIR)"
298 "$(INTDIR)\check.obj" "$(INTDIR)\check
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c125 /* First check to see if ACL is defined within the zone */
437 isc_boolean_t check = ISC_FALSE, fail = ISC_FALSE; local
706 check = ISC_TRUE;
708 fail = check = ISC_TRUE;
710 fail = check = ISC_FALSE;
713 dns_zone_setoption(zone, DNS_ZONEOPT_CHECKNAMES, check);
722 result = ns_config_get(maps, "check-sibling", &obj);
728 result = ns_config_get(maps, "check-spf", &obj);
731 check = ISC_TRUE;
733 check
[all...]
/bind-9.6-ESV-R11/bin/tests/system/cacheclean/ns1/
H A Dnamed.conf32 check-integrity no;
/bind-9.6-ESV-R11/bin/tests/system/case/ns1/
H A Dnamed.conf30 check-integrity no;
/bind-9.6-ESV-R11/bin/tests/system/checknames/ns2/
H A Dnamed.conf31 check-names response warn;
/bind-9.6-ESV-R11/bin/tests/system/checknames/ns3/
H A Dnamed.conf31 check-names response fail;
/bind-9.6-ESV-R11/bin/tests/system/glue/ns1/
H A Dnamed.conf33 check-integrity no;
/bind-9.6-ESV-R11/bin/tests/system/xfer/ns6/
H A Dnamed.conf36 check-integrity no;
/bind-9.6-ESV-R11/bin/tests/system/xfer/ns7/
H A Dnamed.conf36 check-integrity no;
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp50 #include "atf-c++/check.hpp"
331 std::auto_ptr< atf::check::check_result >
340 return atf::check::exec(argva);
344 std::auto_ptr< atf::check::check_result >
507 run_status_check(const status_check& sc, const atf::check::check_result& cr)
577 const atf::check::check_result& result)
705 bool run_output_checks(const atf::check::check_result&,
721 "atf-check executes given command and analyzes its results.";
724 app(m_description, "atf-check(1)", "atf(7)"),
730 atf_check::run_output_checks(const atf::check
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp35 #include "../check.hpp"
52 const bool result = atf::check::build_cxx_o(
75 const std::string failmsg = std::string("Header check failed; ") +
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_parse.c296 int n = 0, major, minor, check; local
423 check = check_data(priv, alg, ISC_TRUE);
424 if (check < 0) {
427 } else if (check != ISC_R_SUCCESS) {
428 ret = check;

Completed in 40 milliseconds

12