Searched defs:l2 (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | eui48_108.c | 20 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 || 41 eui48[2] = l2;
|
H A D | eui64_109.c | 20 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 || 41 eui64[2] = l2;
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | list_test.c | 180 atf_list_t l1, l2; local 183 RE(atf_list_init(&l2)); 185 atf_list_append_list(&l1, &l2); 192 atf_list_t l1, l2; local 197 RE(atf_list_init(&l2)); 199 atf_list_append_list(&l1, &l2); 207 atf_list_t l1, l2; local 211 RE(atf_list_init(&l2)); 212 RE(atf_list_append(&l2, &item, false)); 214 atf_list_append_list(&l1, &l2); 222 atf_list_t l1, l2; local 240 atf_list_t l1, l2; local [all...] |
/bind-9.11.3/lib/isccc/ |
H A D | sexpr.c | 233 isccc_sexpr_addtolist(isccc_sexpr_t **l1p, isccc_sexpr_t *l2) { argument 240 elt = isccc_sexpr_cons(l2, NULL);
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | utils_test.c | 324 const char *l2 = "Second line; much longer than the first one"; local 327 atf_utils_create_file("test.txt", "%s\n%s\n%s", l1, l2, l3); 339 ATF_REQUIRE_STREQ(l2, line);
|
/bind-9.11.3/lib/dns/ |
H A D | name.c | 540 unsigned int l1, l2, l, count1, count2, count, nlabels; local 579 l2 = name2->labels; 580 if (l2 > l1) { 582 ldiff = 0 - (l2 - l1); 584 l = l2; 585 ldiff = l1 - l2; 589 offsets2 += l2; 797 unsigned int l1, l2, l, count1, count2, count; local 813 l2 = name2->labels; 815 l = (l1 < l2) [all...] |
H A D | rdata.c | 1675 int l1, l2; local 1687 l2 = dns_name_countlabels(origin); 1689 if (l1 == l2) 1693 dns_name_getlabelsequence(name, l1 - l2, l2, target); 1697 dns_name_getlabelsequence(name, 0, l1 - l2, target);
|
Completed in 19 milliseconds