Searched defs:c2 (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/isccfg/tests/ |
H A D | parser_test.c | 98 cfg_obj_t *c1 = NULL, *c2 = NULL; local 124 &cfg_type_namedconf, &c2); 129 cfg_obj_destroy(p2, &c2);
|
/bind-9.11.3/lib/isc/tests/ |
H A D | socket_test.c | 125 waitfor2(completion_t *c1, completion_t *c2) { argument 128 while (!(c1->done && c2->done) && i++ < 5000) { 131 if (c1->done && c2->done)
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | ucs4.c | 426 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 D | unicode.c | 83 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.11.3/contrib/dlz/modules/wildcard/ |
H A D | dlz_wildcard_dynamic.c | 676 char c, c2; local 711 && (c2 = *(pattern+1)) != EOS && c2 != ']') { 713 if (c2 == '\\' && !(flags & FNM_NOESCAPE)) 714 c2 = *pattern++; 715 if (c2 == EOS) 719 c2 = tolower((unsigned char)c2); 721 if (c <= test && test <= c2)
|
/bind-9.11.3/lib/dns/ |
H A D | name.c | 798 unsigned char c1, c2; local 833 c2 = maptolower[*label2++]; 834 if (c1 < c2) 836 else if (c1 > c2)
|
Completed in 20 milliseconds