Searched refs:c1 (Results 1 - 13 of 13) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
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...]
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)
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Dunicode.h133 * Do canonical composition to the character sequence 'c1' and 'c2', put the
145 unsigned long c1, unsigned long c2, unsigned long *compp);
/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/contrib/nslint-2.1a3/
H A Dconfig.sub227 convex-c1)
228 basic_machine=c1-convex
H A Dconfig.guess333 echo c1-convex-bsd
670 c1*)
671 echo c1-convex-bsd
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfig.sub377 convex-c1)
378 basic_machine=c1-convex
H A Dconfig.guess671 echo c1-convex-bsd
1252 c1*)
1253 echo c1-convex-bsd
/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)
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dconfig.sub492 convex-c1)
493 basic_machine=c1-convex
H A Dconfig.guess733 echo c1-convex-bsd
1435 c1*)
1436 echo c1-convex-bsd
/bind-9.6-ESV-R11/
H A Dconfig.sub548 convex-c1)
549 basic_machine=c1-convex
H A Dconfig.guess753 echo c1-convex-bsd
1501 c1*)
1502 echo c1-convex-bsd

Completed in 60 milliseconds