Searched defs:c1 (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Ducs4.c426 unsigned long c1, c2; local
429 c1 = ASCII_TOLOWER(*str1);
431 if (c1 > c2)
433 else if (c1 < c2)
439 c1 = ASCII_TOLOWER(*str1);
441 if (c1 > c2)
443 else if (c1 < c2)
H A Dunicode.c249 idn__unicode_compose(idn__unicode_version_t version, unsigned long c1, argument
257 if (c1 > UCS_MAX || c2 > UCS_MAX)
263 if (LBase <= c1 && c1 < LBase + LCount &&
269 ((c1 - LBase) * VCount + (c2 - VBase)) * TCount;
271 } else if (SBase <= c1 && c1 < SLast &&
273 (c1 - SBase) % TCount == 0) {
277 *compp = c1 + (c2 - TBase);
284 * the number of composition that begins with 'c1', an
[all...]
/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.c623 int c1; local
636 c1 = getc (fp1);
638 } while ( c1 != EOF && c2 != EOF && c1 == c2 );
643 if ( c1 == c2 )
/bind-9.6-ESV-R11/lib/dns/
H A Dname.c763 unsigned char c1, c2; local
797 c1 = maptolower[*label1++];
799 if (c1 < c2)
801 else if (c1 > c2)

Completed in 21 milliseconds