Searched refs:maptolower (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dname.c81 static unsigned char maptolower[] = { variable
468 c = maptolower[*s];
617 chdiff = (int)maptolower[*label1] -
618 (int)maptolower[*label2];
714 c = maptolower[*label1++];
715 if (c != maptolower[*label2++])
789 c1 = maptolower[*label1++];
790 c2 = maptolower[*label2++];
1152 c = maptolower[(int)c];
1176 c = maptolower[(in
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dhash.c108 static unsigned char maptolower[] = { variable
380 partial_sum += maptolower[key[i]] * (hash_accum_t)p[i];
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dhash.c108 static unsigned char maptolower[] = { variable
366 partial_sum += maptolower[key[i]] * (hash_accum_t)p[i];

Completed in 126 milliseconds