Searched refs:l1 (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dlist_test.c180 atf_list_t l1, l2; local
182 RE(atf_list_init(&l1));
185 atf_list_append_list(&l1, &l2);
186 ATF_CHECK_EQ(atf_list_size(&l1), 0);
188 atf_list_fini(&l1);
192 atf_list_t l1, l2; local
195 RE(atf_list_init(&l1));
196 RE(atf_list_append(&l1, &item, false));
199 atf_list_append_list(&l1, &l2);
200 ATF_CHECK_EQ(atf_list_size(&l1),
207 atf_list_t l1, l2; local
222 atf_list_t l1, l2; local
240 atf_list_t l1, l2; local
[all...]
/bind-9.11.3/lib/isccc/
H A Dsexpr.c234 isccc_sexpr_t *last, *elt, *l1; local
237 l1 = *l1p;
238 REQUIRE(l1 == NULL || l1->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
243 if (l1 == NULL) {
247 for (last = l1; CDR(last) != NULL; last = CDR(last))
/bind-9.11.3/lib/dns/rdata/generic/
H A Deui48_108.c20 unsigned int l0, l1, l2, l3, l4, l5; local
34 &l0, &l1, &l2, &l3, &l4, &l5);
35 if (n != 6 || l0 > 255U || l1 > 255U || l2 > 255U || l3 > 255U ||
40 eui48[1] = l1;
H A Deui64_109.c20 unsigned int l0, l1, l2, l3, l4, l5, l6, l7; local
34 &l0, &l1, &l2, &l3, &l4, &l5, &l6, &l7);
35 if (n != 8 || l0 > 255U || l1 > 255U || l2 > 255U || l3 > 255U ||
40 eui64[1] = l1;
/bind-9.11.3/bin/tests/system/rpzrecurse/
H A Dtests.sh70 echo "I:testing that l1.l0 exists without RPZ (${t})"
71 $DIG $DIGOPTS l1.l0 ns @10.53.0.2 -p 5300 > dig.out.${t}
78 echo "I:testing that l2.l1.l0 returns SERVFAIL without RPZ (${t})"
79 $DIG $DIGOPTS l2.l1.l0 ns @10.53.0.2 -p 5300 > dig.out.${t}
256 $DIG $DIGOPTS l2.l1.l0 a @10.53.0.2 -p 5300 -b 10.53.0.4 > dig.out.${t}
261 grep "^l2.l1.l0.[ ]*[0-9]*[ ]*IN[ ]*A[ ]*10.53.0.2" dig.out.${t} > /dev/null 2>&1 || {
270 $DIG $DIGOPTS l2.l1.l0 a @10.53.0.2 -p 5300 -b 10.53.0.1 > dig.out.${t}.1
275 $DIG $DIGOPTS l2.l1.l0 a @10.53.0.2 -p 5300 -b 10.53.0.2 > dig.out.${t}.2
280 $DIG $DIGOPTS l2.l1.l0 a @10.53.0.2 -p 5300 -b 10.53.0.3 > dig.out.${t}.3
285 grep "^l2.l1
[all...]
H A Dtestgen.pl58 return sprintf "q%02d.l2.l1.l0 CNAME .\n", $query_nbr;
91 print $query_list_fh sprintf "q%02d.l2.l1.l0\n", $i;
267 qX.l2.l1.l0 CNAME .
/bind-9.11.3/unit/atf-src/atf-c/
H A Dutils_test.c323 const char *l1 = "First line with % formatting % characters %"; local
327 atf_utils_create_file("test.txt", "%s\n%s\n%s", l1, l2, l3);
335 ATF_REQUIRE_STREQ(l1, line);
/bind-9.11.3/lib/dns/
H A Dname.c540 unsigned int l1, l2, l, count1, count2, count, nlabels; local
578 l1 = name1->labels;
580 if (l2 > l1) {
581 l = l1;
582 ldiff = 0 - (l2 - l1);
585 ldiff = l1 - l2;
588 offsets1 += l1;
797 unsigned int l1, l2, l, count1, count2, count; local
812 l1 = name1->labels;
815 l = (l1 < l
[all...]
H A Drdata.c1675 int l1, l2; local
1686 l1 = dns_name_countlabels(name);
1689 if (l1 == l2)
1693 dns_name_getlabelsequence(name, l1 - l2, l2, target);
1697 dns_name_getlabelsequence(name, 0, l1 - l2, target);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl997 label $w.l1 -text {Config File:}
1003 grid $w.l1 -row 0 -column 0 -sticky e -padx 4

Completed in 2250 milliseconds