Searched refs:l2 (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dlist_test.c184 atf_list_t l1, l2; local
187 RE(atf_list_init(&l2));
189 atf_list_append_list(&l1, &l2);
196 atf_list_t l1, l2; local
201 RE(atf_list_init(&l2));
203 atf_list_append_list(&l1, &l2);
211 atf_list_t l1, l2; local
215 RE(atf_list_init(&l2));
216 RE(atf_list_append(&l2, &item, false));
218 atf_list_append_list(&l1, &l2);
226 atf_list_t l1, l2; local
244 atf_list_t l1, l2; local
[all...]
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Deui48_108.c28 unsigned int l0, l1, l2, l3, l4, l5; local
42 &l0, &l1, &l2, &l3, &l4, &l5);
43 if (n != 6 || l0 > 255U || l1 > 255U || l2 > 255U || l3 > 255U ||
49 eui48[2] = l2;
H A Deui64_109.c28 unsigned int l0, l1, l2, l3, l4, l5, l6, l7; local
42 &l0, &l1, &l2, &l3, &l4, &l5, &l6, &l7);
43 if (n != 8 || l0 > 255U || l1 > 255U || l2 > 255U || l3 > 255U ||
49 eui64[2] = l2;
/bind-9.6-ESV-R11/lib/isccc/include/isccc/
H A Dsexpr.h102 isccc_sexpr_addtolist(isccc_sexpr_t **l1p, isccc_sexpr_t *l2);
/bind-9.6-ESV-R11/lib/isccc/
H A Dsexpr.c254 isccc_sexpr_addtolist(isccc_sexpr_t **l1p, isccc_sexpr_t *l2) argument
262 elt = isccc_sexpr_cons(l2, NULL);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils_test.c319 const char *l2 = "Second line; much longer than the first one"; local
322 atf_utils_create_file("test.txt", "%s\n%s\n%s", l1, l2, l3);
334 ATF_REQUIRE_STREQ(l2, line);
/bind-9.6-ESV-R11/lib/dns/
H A Dname.c553 unsigned int l1, l2, l, count1, count2, count, nlabels; local
591 l2 = name2->labels;
592 if (l2 > l1) {
594 ldiff = 0 - (l2 - l1);
596 l = l2;
597 ldiff = l1 - l2;
603 l2--;
605 label2 = &name2->ndata[offsets2[l2]];
762 unsigned int l1, l2, l, count1, count2, count; local
778 l2
[all...]
H A Drdata.c1408 int l1, l2; local
1420 l2 = dns_name_countlabels(origin);
1422 if (l1 == l2)
1426 dns_name_getlabelsequence(name, l1 - l2, l2, target);
1430 dns_name_getlabelsequence(name, 0, l1 - l2, target);

Completed in 32 milliseconds