/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | normalize_test.sh | 39 atf_check -s eq:0 -o match:'a.b: test value 1' \ 40 -o match:'c-d: test value 2' -e ignore ${h} normalize
|
H A D | config_test.sh | 39 atf_check -s eq:0 -o match:'foo not found' -e ignore -x \ 42 atf_check -s eq:0 -o match:'foo found' -e ignore -x \ 46 atf_check -s eq:0 -o match:'workdir not found' -e ignore -x \ 70 atf_check -s eq:0 -o match:'foo = bar' -e ignore -x \ 73 atf_check -s eq:0 -o match:'foo = baz' -e ignore -x \
|
H A D | tp_test.sh | 46 atf_check -s eq:0 -o match:'Calling helper' \ 47 -o match:'This is a helper subroutine' -e ignore ./work/misc_helpers \
|
H A D | atf-check_test.sh | 140 atf_fail "not-signal:kill did not match kill -1" 233 atf_set "descr" "Tests for the -o option using the 'match:' argument" 237 h_pass "printf no-newline" -o "match:^no-newline" 238 h_pass "echo line1; echo foo bar" -o "match:^foo" 239 h_pass "echo foo bar" -o "match:o b" 240 h_fail "echo foo bar" -o "match:baz" 241 h_fail "echo foo bar" -o "match:^bar" 253 cmp -s out exp || atf_fail "Saved output does not match expected results" 263 h_pass "echo foo bar" -o match:foo -o match [all...] |
H A D | tc_test.sh | 41 atf_check -s eq:1 -o match:'failed:.*body.*non-ok exit code' -e ignore \ 43 atf_check -s eq:1 -o ignore -e match:'An error' ${h} tc_fail
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | integration_test.sh | 132 atf_check -s eq:0 -o ignore -e not-match:'WARNING.*atf-run' atf-run helper 158 -o match:'1st: sw common' \ 159 -o match:'2nd: sw common' \ 160 -o match:'3rd: sw common' \ 161 -o match:'4th: sw common' \ 172 -o match:'1st: sw atf' \ 173 -o match:'2nd: sw common' \ 174 -o match:'3rd: sw common' \ 175 -o match:'4th: sw common' \ 186 -o match [all...] |
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | tlsa_52.h | 30 isc_uint8_t match; member in struct:dns_rdata_tlsa
|
/bind-9.6-ESV-R11/unit/atf-src/test-programs/ |
H A D | result_test.sh | 42 atf_check -s eq:0 -o match:"passed" -e match:"WARNING.*atf-run" \ 57 atf_check -s eq:0 -o match:"passed" -o match:"msg" \ 59 atf_check -s eq:1 -o match:"failed: Failure reason" -o match:"msg" \ 61 atf_check -s eq:0 -o match:"skipped: Skipped reason" -o match:"msg" \ 106 -e match:"FATAL ERROR: Cannot create.*'dir/resfile'" \ 112 -e match [all...] |
H A D | meta_data_test.sh | 39 atf_check -s eq:0 -o match:passed -e ignore ${h} -s $(atf_get_srcdir) \ 53 atf_check -s eq:0 -o match:passed -e ignore ${h} -s $(atf_get_srcdir) \
|
H A D | expect_test.sh | 33 atf_check -s eq:0 -o match:"${*}" -e empty cat "${file}" 51 atf_check -s eq:1 -o empty -e match:"Some reason" \ 63 atf_check -s eq:1 -e match:"Expected check failure: Fail first: abc" \ 64 -e not-match:"And fail again" "${h}" -r result expect_fail_but_pass 71 atf_check -s eq:0 -e match:"Expected check failure: Fail first: abc" \ 72 -e match:"Expected check failure: And fail again: def" \
|
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | check-style-common.awk | 63 if (! match(FILENAME, "Makefile"))
|
/bind-9.6-ESV-R11/bin/tests/system/rrsetorder/ |
H A D | tests.sh | 104 eval match$i=0 110 match=0 113 eval "cmp -s dig.out.random dig.out.random.good$j && match$j=1 match=1" 114 if [ $match -eq 1 ]; then break; fi 116 if [ $match -eq 0 ]; then ret=1; fi 118 match=0 121 eval "match=\`expr \$match + \$match [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | sortlist.c | 110 /* No match; don't sort. */ 119 int match; local 123 &match, NULL); 124 if (match > 0) 125 return (match); 126 else if (match < 0) 127 return (INT_MAX - (-match));
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | text_test.cpp | 136 ATF_TEST_CASE(match); variable 137 ATF_TEST_CASE_HEAD(match) 139 set_md_var("descr", "Tests the match function"); 141 ATF_TEST_CASE_BODY(match) 143 using atf::text::match; 145 ATF_REQUIRE_THROW(std::runtime_error, match("", "[")); 147 ATF_REQUIRE(match("", "")); 148 ATF_REQUIRE(!match("foo", "")); 150 ATF_REQUIRE(match("", ".*")); 151 ATF_REQUIRE(match("", "[ [all...] |
H A D | expand.cpp | 80 return atf::text::match(candidate, glob_to_regex(glob));
|
H A D | text.hpp | 82 bool match(const std::string&, const std::string&);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-config/ |
H A D | integration_test.sh | 71 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \ 87 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \ 104 atf_check -s eq:0 -o save:stdout -o match:'atf_libexecdir' \ 105 -o match:'atf_shell' -e empty atf-config atf_libexecdir atf_shell 118 atf_check -s eq:1 -o empty -e match:'Unknown variable.*non_existent' \ 131 atf_check -s eq:1 -o empty -e match:'Unknown variable.*non_existent' \ 133 atf_check -s eq:1 -o empty -e match:'Unknown variable.*non_existent' \
|
/bind-9.6-ESV-R11/contrib/zkt/examples/views/ |
H A D | named.conf | 64 match-clients { 127.0.0.1; ::1; }; 86 match-clients { any; };
|
/bind-9.6-ESV-R11/bin/check/ |
H A D | check-tool.c | 112 * This needs to match the list in bin/named/log.c. 190 isc_boolean_t match; local 274 match = ISC_FALSE; 280 match = ISC_TRUE; 284 if (!match && !logged(namebuf, ERR_EXTRA_A)) { 304 match = ISC_FALSE; 310 match = ISC_TRUE; 314 if (!match && !logged(namebuf, ERR_EXTRA_AAAA)) { 349 match = ISC_FALSE; 354 while (result == ISC_R_SUCCESS && !match) { [all...] |
/bind-9.6-ESV-R11/bin/tests/system/views/ns2/ |
H A D | named2.conf | 37 match-clients { 10.53.0.2; 53 match-clients { any; };
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | aliaslist.c | 79 static int match(const char *pattern, const char *str); 262 if (match(current->pattern, pattern)) { 278 match(const char *pattern, const char *str) { function 286 while (!match(pattern, str)) {
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | order.c | 110 match(dns_name_t *name1, dns_name_t *name2) { function 132 if (match(name, dns_fixedname_name(&ent->name)))
|
H A D | acl.c | 180 * For a match with a positive ACL element or iptable radix entry, 181 * return with a positive value in match; for a match with a negated ACL 182 * element or radix entry, return with a negative value in match. 189 int *match, 213 /* Always match with host addresses. */ 218 /* Assume no match. */ 219 *match = 0; 224 /* Found a match. */ 228 *match 185 dns_acl_match(const isc_netaddr_t *reqaddr, const dns_name_t *reqsigner, const dns_acl_t *acl, const dns_aclenv_t *env, int *match, const dns_aclelement_t **matchelt) argument [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | tests.hpp | 61 bool match(const std::string&, const std::string&);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | integration_test.sh | 98 atf_check -s eq:0 -o match:'test cases' -o match:'Failed test cases' \ 99 -o match:'Summary for' -e empty -x 'atf-report <tps.out' 237 atf_check -s eq:1 -o empty -e match:'more than once' -x \ 243 atf_check -s eq:1 -o empty -e match:'more than once' -x \
|