Searched refs:skip (Results 1 - 22 of 22) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dcheck-style-common.awk36 skip = 0
41 skip = 1
46 skip = 0
55 if (skip)
76 if (skip)
H A Dcheck-style-cpp.awk36 skip = 0
41 skip = 1
46 skip = 0
55 if (skip)
84 if (skip)
H A Dcheck-style-c.awk36 skip = 0
41 skip = 1
46 skip = 0
55 if (skip)
88 if (skip)
H A Dcheck-style-man.awk36 skip = 0
41 skip = 1
46 skip = 0
59 if (skip)
72 if (skip)
H A Dcheck-style-shell.awk36 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 Dh_tp_basic_cpp.cpp56 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 Dh_tp_basic_sh.sh50 atf_test_case skip
75 atf_add_test_case skip
H A Dh_tp_basic_c.c54 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 Dtestsuite1026 # | | + 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 Dlfsr.h93 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 Dlfsr.c118 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 Drwlock.c538 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 Dtests.hpp111 static void skip(const std::string&) ATF_DEFS_ATTRIBUTE_NORETURN;
H A Dmacros_test.cpp314 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 Dmacros.hpp98 #define ATF_SKIP(reason) atf::tests::tc::skip(reason)
H A Dtests.cpp332 impl::tc::skip(const std::string& reason) function in class:impl::tc
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtc.c97 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 Drequirements_test.cpp246 skip("Don't know how to check for the amount of physical memory");
H A Dintegration_test.sh719 -v state=skip -v statedir=$(pwd) helper
/bind-9.6-ESV-R11/bin/named/
H A Dquery.c3682 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 Dupdate.c1635 * 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 Ddnssec-signzone.c961 /* 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:

Completed in 61 milliseconds