/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | check-style-common.awk | 36 skip = 0 41 skip = 1 46 skip = 0 55 if (skip) 76 if (skip)
|
H A D | check-style-cpp.awk | 36 skip = 0 41 skip = 1 46 skip = 0 55 if (skip) 84 if (skip)
|
H A D | check-style-c.awk | 36 skip = 0 41 skip = 1 46 skip = 0 55 if (skip) 88 if (skip)
|
H A D | check-style-man.awk | 36 skip = 0 41 skip = 1 46 skip = 0 59 if (skip) 72 if (skip)
|
H A D | check-style-shell.awk | 36 skip = 0 43 skip = 1 48 skip = 0 57 if (skip) 98 if (skip)
|
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/ |
H A D | h_tp_basic_cpp.cpp | 56 ATF_TEST_CASE(skip); variable 58 ATF_TEST_CASE_HEAD(skip) 63 ATF_TEST_CASE_BODY(skip) 84 ATF_ADD_TEST_CASE(tcs, skip);
|
H A D | h_tp_basic_sh.sh | 50 atf_test_case skip 75 atf_add_test_case skip
|
H A D | h_tp_basic_c.c | 54 ATF_TC(skip); variable 55 ATF_TC_HEAD(skip, tc) 60 ATF_TC_BODY(skip, tc) 79 ATF_TP_ADD_TC(tp, skip);
|
H A D | testsuite | 1026 # | | + skip - created if group skipped 1578 at_res=skip 1787 at_skip_list=`for f in */skip; do echo $f; done | sed '/\*/d; s,/skip,,'` 2209 })/bootstrap -r resout skip" 2228 })/bootstrap -r resout skip 2483 })/bootstrap -r resout skip" 2502 })/bootstrap -r resout skip 2622 ident: skip 3904 })/bootstrap -r resout skip" [all...] |
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | lfsr.h | 93 isc_lfsr_skip(isc_lfsr_t *lfsr, unsigned int skip); 95 * Skip "skip" states. 105 * Given two LFSRs, use the current state from each to skip entries in the 117 *\li Since the current state from each of the LFSRs is used to skip
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | lfsr.c | 118 lfsr_skipgenerate(isc_lfsr_t *lfsr, unsigned int skip) argument 120 while (skip--) 129 * Skip "skip" states in "lfsr". 132 isc_lfsr_skip(isc_lfsr_t *lfsr, unsigned int skip) argument 136 while (skip--) 156 /* cross-skip. */
|
H A D | rwlock.c | 538 isc_boolean_t skip = ISC_FALSE; local 553 skip = ISC_TRUE; 555 if (!skip && 569 skip = ISC_FALSE; 577 skip = ISC_TRUE; 579 if (!skip && rwl->active == 0) { 588 skip = ISC_FALSE;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | tests.hpp | 111 static void skip(const std::string&) ATF_DEFS_ATTRIBUTE_NORETURN;
|
H A D | macros_test.cpp | 314 ATF_TEST_CASE(skip); variable 315 ATF_TEST_CASE_HEAD(skip) 319 ATF_TEST_CASE_BODY(skip) 781 ATF_ADD_TEST_CASE(tcs, skip);
|
H A D | macros.hpp | 98 #define ATF_SKIP(reason) atf::tests::tc::skip(reason)
|
H A D | tests.cpp | 332 impl::tc::skip(const std::string& reason) function in class:impl::tc
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | tc.c | 97 static void skip(struct context *, atf_dynstr_t *) 342 skip(struct context *ctx, atf_dynstr_t *reason) function 348 error_in_expect(ctx, "Can only skip a test case when running in " 354 /** Formats a failure/skip reason message. 483 skip(ctx, &reason); 892 skip(ctx, &reason);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | requirements_test.cpp | 246 skip("Don't know how to check for the amount of physical memory");
|
H A D | integration_test.sh | 719 -v state=skip -v statedir=$(pwd) helper
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | query.c | 3682 unsigned int skip = 0, labels; local 3732 skip++; 3733 dns_name_getlabelsequence(qname, skip, labels - skip, 3753 if (skip != 0U) 3754 dns_name_getlabelsequence(qname, skip, labels - skip, 4328 unsigned int skip; local 4340 skip = dns_name_countlabels(qname) - 4342 dns_name_getlabelsequence(qname, skip, [all...] |
H A D | update.c | 1635 * In other words, skip empty database nodes and names that 2010 * Just skip the record for now. 2232 goto skip; 2260 skip:
|
/bind-9.6-ESV-R11/bin/dnssec/ |
H A D | dnssec-signzone.c | 961 /* If this is a RRSIG set, skip it. */ 963 goto skip; 966 * If this name is a delegation point, skip all records 973 goto skip; 983 skip:
|