Lines Matching refs:isc_ascii_tolower
88 c = isc_ascii_tolower(a[0]);
89 if (c != isc_ascii_tolower(b[0])) {
92 c = isc_ascii_tolower(a[1]);
93 if (c != isc_ascii_tolower(b[1])) {
96 c = isc_ascii_tolower(a[2]);
97 if (c != isc_ascii_tolower(b[2])) {
100 c = isc_ascii_tolower(a[3]);
101 if (c != isc_ascii_tolower(b[3])) {
109 c = isc_ascii_tolower(*a++);
110 if (c != isc_ascii_tolower(*b++)) {