/bind-9.6-ESV-R11/unit/atf-src/atf-config/ |
H A D | integration_test.sh | 55 atf_check -s eq:0 -o save:stdout -e empty atf-config 56 atf_check -s eq:0 -o empty -e empty \ 59 atf_check -s eq:0 -o ignore -e empty grep "${v}" stdout 71 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \ 73 atf_check -s eq:0 -o empty -e empty \ 87 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \ 89 atf_check -s eq:0 -o empty -e empty \ [all...] |
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/ |
H A D | h_tp_atf_check_sh.sh | 37 atf_check -s eq:0 -o empty -e empty true 47 atf_check -s eq:1 -o empty -e empty true 57 atf_check -s eq:0 -o empty -e empty false 69 atf_check -s eq:1 -o empty -e empty sh -c "false" 80 atf_check -s eq:0 -o file:expout -e empty echo foo 91 atf_check -s eq:0 -o file:expout -e empty ech [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | pkg_config_test.sh | 46 atf_check -s eq:0 -o save:stdout -e empty -x \ 51 atf_check -s eq:0 -o save:stdout -e empty pkg-config --modversion "${1}" 82 atf_check -s eq:0 -o save:stdout -e empty pkg-config --variable=cc atf-c 107 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c 111 atf_check -s eq:0 -o save:stdout -e empty \ 114 atf_check -s eq:0 -o save:stdout -e empty pkg-config --libs-only-l atf-c 119 atf_check -s eq:0 -o empty -e empty ${cc} ${cflags} -o tp.o -c tp.c 120 atf_check -s eq:0 -o empty -e empty [all...] |
H A D | tc_test.c | 41 ATF_TC_HEAD(empty, tc) 45 ATF_TC_BODY(empty, tc) 67 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty), 68 ATF_TC_BODY_NAME(empty), NULL, NULL)); 74 ATF_TC_BODY_NAME(empty), NULL, NULL)); 90 .m_head = ATF_TC_HEAD_NAME(empty), 91 .m_body = ATF_TC_BODY_NAME(empty), 97 .m_body = ATF_TC_BODY_NAME(empty), 122 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty), 123 ATF_TC_BODY_NAME(empty), NUL [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | pkg_config_test.sh | 46 atf_check -s eq:0 -o save:stdout -e empty -x \ 51 atf_check -s eq:0 -o save:stdout -e empty pkg-config --modversion "${1}" 82 atf_check -s eq:0 -o save:stdout -e empty \ 106 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c++ 110 atf_check -s eq:0 -o save:stdout -e empty \ 113 atf_check -s eq:0 -o save:stdout -e empty \ 119 atf_check -s eq:0 -o empty -e empty ${cxx} ${cxxflags} -o tp.o -c tp.cpp 120 atf_check -s eq:0 -o empty -e empty [all...] |
H A D | config.cpp | 53 PRE(m_variables.empty()); 71 POST(!m_variables.empty()); 77 if (m_variables.empty()) 87 if (m_variables.empty()) 96 if (m_variables.empty()) 110 // revert the configuration's global status to an empty state and
|
H A D | config_test.cpp | 148 // Test the behavior of empty values. 151 if (!atf::config::get(v->lc).empty()) { 155 ATF_REQUIRE(atf::config::get(v->lc).empty()); 157 ATF_REQUIRE(!atf::config::get(v->lc).empty());
|
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | tp_test.sh | 39 atf_check -s eq:0 -o empty -e empty cp "$(atf_get_srcdir)/misc_helpers" work
|
H A D | misc_helpers.sh | 41 atf_check -s eq:0 -o empty -e empty true 53 atf_check -s eq:1 -o empty -e empty sh -c "false" 66 atf_check -s eq:0 -o file:expout -e empty echo bar 79 atf_check -s eq:0 -o empty -e file:experr -x 'echo bar 1>&2' 89 atf_check -s eq:0 -o empty -e empty echo "These are the contents" 99 atf_check -s eq:0 -o empty -e empty [all...] |
H A D | atf-check_test.sh | 166 atf_set "descr" "Tests for the -o option using the 'empty' argument" 170 h_pass "true" -o empty 171 h_fail "echo foo" -o empty 192 touch empty 193 h_pass "true" -o file:empty 276 h_fail "echo foo" -o empty 277 h_pass "echo foo" -o not-empty 286 atf_set "descr" "Tests for the -e option using the 'empty' argument" 290 h_pass "true 1>&2" -e empty 291 h_fail "echo foo 1>&2" -e empty [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | integration_test.sh | 99 -o match:'Summary for' -e empty -x 'atf-report <tps.out' 140 atf_check -s eq:0 -o file:expout -e empty -x \ 187 atf_check -s eq:0 -o file:expout -e empty -x \ 192 atf_check -s eq:0 -o ignore -e empty -x "atf-report -o xml:- <tps.out" 206 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report <tps.out' 210 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report -o csv:- <tps.out' 211 atf_check -s eq:1 -o empty -e empty cmp -s defout stdout 215 atf_check -s eq:0 -o empty -e empty [all...] |
/bind-9.6-ESV-R11/unit/atf-src/test-programs/ |
H A D | config_test.sh | 41 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile 45 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile 49 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile 53 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
|
H A D | srcdir_test.sh | 51 atf_check -s eq:1 -o empty -e ignore "${hp}" -r res srcdir_exists 52 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res 74 atf_check -s eq:1 -o empty -e ignore "${hp}" -r res srcdir_exists 75 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res 84 atf_check -s eq:1 -o empty -e ignore "${hp}" -r res srcdir_exists 85 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res 105 atf_check -s eq:1 -o empty -e save:stderr "${hp}" -r res srcdir_exists 106 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res 132 atf_check -s eq:1 -o empty -e save:stderr "${hp}" -r res \ 134 atf_check -s eq:0 -o ignore -e empty gre [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | builtin.c | 22 * The built-in "version", "hostname", "id", "authors" and "empty" databases. 226 if (strcmp(argv[0], "empty") == 0) { 240 else if (strcmp(argv[0], "empty") == 0) { 241 builtin_t *empty; local 248 empty = isc_mem_get(ns_g_mctx, sizeof(*empty)); 251 if (empty == NULL || server == NULL || contact == NULL) { 257 if (empty != NULL) 258 isc_mem_put(ns_g_mctx, empty, sizeof (*empty)); [all...] |
/bind-9.6-ESV-R11/bin/tests/system/notify/ns2/ |
H A D | named.conf | 20 controls { /* empty */ }; 42 // Check that named can handle a empty also-notify. 43 also-notify { /* empty */ };
|
/bind-9.6-ESV-R11/bin/tests/system/resolver/ns7/ |
H A D | named.conf | 21 controls { /* empty */ }; 32 empty-zones-enable yes; 33 disable-empty-zone 20.172.in-addr.arpa;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | integration_test.sh | 318 -e empty atf-run 365 -e empty atf-run 388 -e empty atf-run 412 atf_check -s eq:1 -o match:"${re} .*line 1.*line 2" -e empty atf-run 443 atf_check -s eq:1 -o match:"${re}" -e empty atf-run 466 -e empty atf-run 488 -e empty atf-run 512 -e empty atf-run 531 -o match:'^info: time.end, ' -e empty -x \ 545 -e empty [all...] |
/bind-9.6-ESV-R11/bin/tests/system/cacheclean/ns2/ |
H A D | named.conf | 20 controls { /* empty */ }; 32 disable-empty-zone 127.IN-ADDR.ARPA;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | application.cpp | 180 if (!opt.m_argument.empty()) 223 if (!args.empty()) 230 INV(!opts.empty()); 245 if (opt.m_argument.empty()) 255 if (!m_global_manpage.empty())
|
H A D | text.cpp | 62 // Special case: regcomp does not like empty regular expressions. 63 if (regex.empty()) { 64 found = str.empty(); 140 if (str.empty())
|
H A D | parser.hpp | 235 if (text.empty()) { 270 if (text.empty()) 277 if (text.empty()) 282 if (!text.empty()) 289 if (!quoted && !text.empty()) { 391 if (!m_errors.empty() && !m_thrown) 415 return !m_errors.empty(); 427 if (!m_errors.empty()) {
|
H A D | env_test.cpp | 46 ATF_REQUIRE(!atf::env::get("PATH").empty());
|
/bind-9.6-ESV-R11/bin/tests/system/allow_query/ns2/ |
H A D | named01.conf | 19 controls { /* empty */ };
|
H A D | named02.conf | 19 controls { /* empty */ };
|
H A D | named03.conf | 19 controls { /* empty */ };
|