Searched refs:el (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dportlist.c139 dns_element_t *el; local
147 el = find_port(portlist->list, portlist->active, port);
148 if (el != NULL) {
150 el->flags |= DNS_PL_INET;
152 el->flags |= DNS_PL_INET6;
161 el = isc_mem_get(portlist->mctx, sizeof(*el) * allocated);
162 if (el == NULL) {
167 memmove(el, portlist->list,
168 portlist->allocated * sizeof(*el));
190 dns_element_t *el; local
216 dns_element_t *el; local
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm321 foreach my $el (@$maps) {
322 next unless @$el == @$map;
323 for ($i = 0; $i < @$el; $i++) {
324 last unless ($el->[$i] || 0) == ($map->[$i] || 0);
326 return $el if $i >= @$el;
/bind-9.6-ESV-R11/
H A Dconfig.guess958 #undef ${UNAME_MACHINE}el
960 CPU=${UNAME_MACHINE}el
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dconfig.guess922 #undef ${UNAME_MACHINE}el
924 CPU=${UNAME_MACHINE}el

Completed in 2845 milliseconds