Searched defs:c2 (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
430 c2 = ASCII_TOLOWER(*str2);
431 if (c1 > c2)
433 else if (c1 < c2)
440 c2 = ASCII_TOLOWER(*str2);
441 if (c1 > c2)
443 else if (c1 < c2)
H A Dunicode.c83 unsigned long c2; /* 2nd character */ member in struct:composition
250 unsigned long c2, unsigned long *compp) {
257 if (c1 > UCS_MAX || c2 > UCS_MAX)
264 VBase <= c2 && c2 < VBase + VCount) {
269 ((c1 - LBase) * VCount + (c2 - VBase)) * TCount;
272 TBase <= c2 && c2 < TBase + TCount &&
277 *compp = c1 + (c2 - TBase);
291 * The composite sequences are sorted by the 2nd character 'c2'
249 idn__unicode_compose(idn__unicode_version_t version, unsigned long c1, unsigned long c2, unsigned long *compp) argument
[all...]
/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.c624 int c2; local
637 c2 = getc (fp2);
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
798 c2 = maptolower[*label2++];
799 if (c1 < c2)
801 else if (c1 > c2)

Completed in 36 milliseconds