c2 31 maint/gnulib/lib/c-strcasecmp.c unsigned char c1, c2; c2 39 maint/gnulib/lib/c-strcasecmp.c c2 = c_tolower (*p2); c2 47 maint/gnulib/lib/c-strcasecmp.c while (c1 == c2); c2 50 maint/gnulib/lib/c-strcasecmp.c return c1 - c2; c2 55 maint/gnulib/lib/c-strcasecmp.c return _GL_CMP (c1, c2); c2 31 maint/gnulib/lib/c-strncasecmp.c unsigned char c1, c2; c2 39 maint/gnulib/lib/c-strncasecmp.c c2 = c_tolower (*p2); c2 47 maint/gnulib/lib/c-strncasecmp.c while (c1 == c2); c2 50 maint/gnulib/lib/c-strncasecmp.c return c1 - c2; c2 55 maint/gnulib/lib/c-strncasecmp.c return _GL_CMP (c1, c2); c2 1022 maint/gnulib/lib/dfa.c for (int c2 = 0; c2 < NOTCHAR; ++c2) c2 1023 maint/gnulib/lib/dfa.c if (pred->func (c2)) c2 1024 maint/gnulib/lib/dfa.c setbit (c2, &ccl); c2 1057 maint/gnulib/lib/dfa.c int c2 = bracket_fetch_wc (dfa); c2 1063 maint/gnulib/lib/dfa.c if (c2 == '[' && dfa->lex.ptr[0] == '.') c2 1066 maint/gnulib/lib/dfa.c c2 = ']'; c2 1069 maint/gnulib/lib/dfa.c if (c2 == ']') c2 1078 maint/gnulib/lib/dfa.c if (c2 == '\\' && (dfa->syntax.syntax_bits c2 1081 maint/gnulib/lib/dfa.c c2 = bracket_fetch_wc (dfa); c2 1093 maint/gnulib/lib/dfa.c || (isasciidigit (c) & isasciidigit (c2))) c2 1095 maint/gnulib/lib/dfa.c for (int ci = c; ci <= c2; ci++) c2 1425 maint/gnulib/lib/dfa.c for (int c2 = 0; c2 < NOTCHAR; c2++) c2 1426 maint/gnulib/lib/dfa.c if (dfa->localeinfo.sbctowc[c2] == WEOF) c2 1427 maint/gnulib/lib/dfa.c clrbit (c2, &ccl); c2 1443 maint/gnulib/lib/dfa.c for (int c2 = 0; c2 < NOTCHAR; ++c2) c2 1444 maint/gnulib/lib/dfa.c if (isspace (c2)) c2 1445 maint/gnulib/lib/dfa.c setbit (c2, &ccl); c2 1477 maint/gnulib/lib/dfa.c for (int c2 = 0; c2 < NOTCHAR; ++c2) c2 1478 maint/gnulib/lib/dfa.c if (dfa->syntax.sbit[c2] == CTX_LETTER) c2 1479 maint/gnulib/lib/dfa.c setbit (c2, &ccl); c2 2065 maint/gnulib/lib/dfa.c unsigned int c2, position_set *m) c2 2082 maint/gnulib/lib/dfa.c ? s2->elems[j++].constraint & c2 c2 2089 maint/gnulib/lib/dfa.c if (s2->elems[j].constraint & c2) c2 2092 maint/gnulib/lib/dfa.c m->elems[m->nelem++].constraint = s2->elems[j].constraint & c2; c2 1749 maint/gnulib/lib/fts.c char *c2 = getcwdat (parent_fd, NULL, 0); c2 1750 maint/gnulib/lib/fts.c error (0, errno, "parent: %s", c2); c2 1752 maint/gnulib/lib/fts.c free (c2); c2 74 maint/gnulib/lib/mbmemcasecmp.c unsigned char c2 = TOLOWER (*p2); c2 75 maint/gnulib/lib/mbmemcasecmp.c if (c1 != c2) c2 78 maint/gnulib/lib/mbmemcasecmp.c return c1 - c2; c2 83 maint/gnulib/lib/mbmemcasecmp.c return _GL_CMP (c1, c2); c2 40 maint/gnulib/lib/mbrtowc-impl-utf8.h unsigned char c2 = (unsigned char) p[1]; c2 42 maint/gnulib/lib/mbrtowc-impl-utf8.h if ((c2 ^ 0x80) < 0x40) c2 46 maint/gnulib/lib/mbrtowc-impl-utf8.h | (unsigned int) (c2 ^ 0x80); c2 58 maint/gnulib/lib/mbrtowc-impl-utf8.h unsigned char c2 = (unsigned char) p[1]; c2 60 maint/gnulib/lib/mbrtowc-impl-utf8.h if ((c2 ^ 0x80) < 0x40 c2 61 maint/gnulib/lib/mbrtowc-impl-utf8.h && (c >= 0xe1 || c2 >= 0xa0) c2 62 maint/gnulib/lib/mbrtowc-impl-utf8.h && (c != 0xed || c2 < 0xa0)) c2 74 maint/gnulib/lib/mbrtowc-impl-utf8.h | ((unsigned int) (c2 ^ 0x80) << 6) c2 95 maint/gnulib/lib/mbrtowc-impl-utf8.h unsigned char c2 = (unsigned char) p[1]; c2 97 maint/gnulib/lib/mbrtowc-impl-utf8.h if ((c2 ^ 0x80) < 0x40 c2 98 maint/gnulib/lib/mbrtowc-impl-utf8.h && (c >= 0xf1 || c2 >= 0x90) c2 99 maint/gnulib/lib/mbrtowc-impl-utf8.h && (c < 0xf4 || (/* c == 0xf4 && */ c2 < 0x90))) c2 119 maint/gnulib/lib/mbrtowc-impl-utf8.h | ((unsigned int) (c2 ^ 0x80) << 12) c2 139 maint/gnulib/lib/mbrtowc-impl.h unsigned char c2 = (unsigned char) p[1]; c2 141 maint/gnulib/lib/mbrtowc-impl.h if (c2 >= 0xa1 && c2 < 0xff) c2 194 maint/gnulib/lib/mbrtowc-impl.h unsigned char c2 = (unsigned char) p[1]; c2 196 maint/gnulib/lib/mbrtowc-impl.h if (c2 >= 0x30 && c2 <= 0x39) c2 75 maint/gnulib/lib/mbscasecmp.c unsigned char c1, c2; c2 80 maint/gnulib/lib/mbscasecmp.c c2 = TOLOWER (*p2); c2 88 maint/gnulib/lib/mbscasecmp.c while (c1 == c2); c2 91 maint/gnulib/lib/mbscasecmp.c return c1 - c2; c2 96 maint/gnulib/lib/mbscasecmp.c return _GL_CMP (c1, c2); c2 80 maint/gnulib/lib/mbsncasecmp.c unsigned char c1, c2; c2 85 maint/gnulib/lib/mbsncasecmp.c c2 = TOLOWER (*p2); c2 87 maint/gnulib/lib/mbsncasecmp.c if (--n == 0 || c1 == '\0' || c1 != c2) c2 92 maint/gnulib/lib/mbsncasecmp.c return c1 - c2; c2 97 maint/gnulib/lib/mbsncasecmp.c return _GL_CMP (c1, c2); c2 76 maint/gnulib/lib/mbspcasecmp.c unsigned char c1, c2; c2 81 maint/gnulib/lib/mbspcasecmp.c c2 = TOLOWER (*p2); c2 83 maint/gnulib/lib/mbspcasecmp.c if (c2 == '\0' || c1 != c2) c2 87 maint/gnulib/lib/mbspcasecmp.c if (c2 == '\0') c2 52 maint/gnulib/lib/memchr2.c unsigned char c2; c2 55 maint/gnulib/lib/memchr2.c c2 = (unsigned char) c2_in; c2 57 maint/gnulib/lib/memchr2.c if (c1 == c2) c2 67 maint/gnulib/lib/memchr2.c if (*char_ptr == c1 || *char_ptr == c2) c2 83 maint/gnulib/lib/memchr2.c repeated_c2 = c2 | (c2 << 8); c2 164 maint/gnulib/lib/memchr2.c if (*char_ptr == c1 || *char_ptr == c2) c2 27 maint/gnulib/lib/memchr2.h extern void *memchr2 (void const *s, int c1, int c2, size_t n) c2 472 maint/gnulib/lib/progreloc.c unsigned char c2 = *s2; c2 474 maint/gnulib/lib/progreloc.c != (c2 >= 'A' && c2 <= 'Z' ? c2 - 'A' + 'a' : c2)) c2 1767 maint/gnulib/lib/regcomp.c unsigned char c2; c2 1774 maint/gnulib/lib/regcomp.c c2 = re_string_peek_byte_case (input, 1); c2 1775 maint/gnulib/lib/regcomp.c token->opr.c = c2; c2 1784 maint/gnulib/lib/regcomp.c token->word_char = IS_WORD_CHAR (c2) != 0; c2 1786 maint/gnulib/lib/regcomp.c switch (c2) c2 1797 maint/gnulib/lib/regcomp.c token->opr.idx = c2 - '1'; c2 1997 maint/gnulib/lib/regcomp.c unsigned char c2; c2 1999 maint/gnulib/lib/regcomp.c c2 = re_string_peek_byte (input, 0); c2 2000 maint/gnulib/lib/regcomp.c token->opr.c = c2; c2 2006 maint/gnulib/lib/regcomp.c unsigned char c2; c2 2009 maint/gnulib/lib/regcomp.c c2 = re_string_peek_byte (input, 1); c2 2011 maint/gnulib/lib/regcomp.c c2 = 0; c2 2012 maint/gnulib/lib/regcomp.c token->opr.c = c2; c2 2014 maint/gnulib/lib/regcomp.c switch (c2) c2 116 maint/gnulib/lib/relocwrapper.c unsigned char c2 = *s2; c2 117 maint/gnulib/lib/relocwrapper.c if (c_tolower (c1) != c_tolower (c2)) c2 37 maint/gnulib/lib/strcasecmp.c unsigned char c1, c2; c2 45 maint/gnulib/lib/strcasecmp.c c2 = TOLOWER (*p2); c2 53 maint/gnulib/lib/strcasecmp.c while (c1 == c2); c2 56 maint/gnulib/lib/strcasecmp.c return c1 - c2; c2 61 maint/gnulib/lib/strcasecmp.c return _GL_CMP (c1, c2); c2 37 maint/gnulib/lib/strncasecmp.c unsigned char c1, c2; c2 45 maint/gnulib/lib/strncasecmp.c c2 = TOLOWER (*p2); c2 53 maint/gnulib/lib/strncasecmp.c while (c1 == c2); c2 56 maint/gnulib/lib/strncasecmp.c return c1 - c2; c2 61 maint/gnulib/lib/strncasecmp.c return _GL_CMP (c1, c2); c2 77 maint/gnulib/lib/strverscmp.c unsigned char c2 = *p2++; c2 82 maint/gnulib/lib/strverscmp.c while ((diff = c1 - c2) == 0) c2 89 maint/gnulib/lib/strverscmp.c c2 = *p2++; c2 93 maint/gnulib/lib/strverscmp.c state = result_type[state * 3 + (((c2 == '0') + (isdigit (c2) != 0)))]; c2 40 maint/gnulib/lib/unistr/u16-cmp.c uint16_t c2 = *s2++; c2 41 maint/gnulib/lib/unistr/u16-cmp.c if (c1 == c2) c2 48 maint/gnulib/lib/unistr/u16-cmp.c if (!(c2 < 0xd800 || c2 >= 0xe000)) c2 54 maint/gnulib/lib/unistr/u16-cmp.c if (c2 < 0xd800 || c2 >= 0xe000) c2 58 maint/gnulib/lib/unistr/u16-cmp.c return (int)c1 - (int)c2; c2 40 maint/gnulib/lib/unistr/u16-strcmp.c uint16_t c2 = *s2++; c2 41 maint/gnulib/lib/unistr/u16-strcmp.c if (c1 != 0 && c1 == c2) c2 45 maint/gnulib/lib/unistr/u16-strcmp.c if (!(c2 < 0xd800 || c2 >= 0xe000)) c2 51 maint/gnulib/lib/unistr/u16-strcmp.c if (c2 < 0xd800 || c2 >= 0xe000) c2 55 maint/gnulib/lib/unistr/u16-strcmp.c return (int)c1 - (int)c2; c2 40 maint/gnulib/lib/unistr/u16-strncmp.c uint16_t c2 = *s2++; c2 41 maint/gnulib/lib/unistr/u16-strncmp.c if (c1 != 0 && c1 == c2) c2 48 maint/gnulib/lib/unistr/u16-strncmp.c if (!(c2 < 0xd800 || c2 >= 0xe000)) c2 54 maint/gnulib/lib/unistr/u16-strncmp.c if (c2 < 0xd800 || c2 >= 0xe000) c2 58 maint/gnulib/lib/unistr/u16-strncmp.c return (int)c1 - (int)c2; c2 111 maint/gnulib/lib/unistr/u8-chr.c uint8_t c2 = c[2]; c2 115 maint/gnulib/lib/unistr/u8-chr.c if (c2 == c1) c2 125 maint/gnulib/lib/unistr/u8-chr.c if (s2 == c2) c2 156 maint/gnulib/lib/unistr/u8-chr.c uint8_t c2 = c[2]; c2 161 maint/gnulib/lib/unistr/u8-chr.c if (c3 == c2) c2 175 maint/gnulib/lib/unistr/u8-chr.c if (s[2] == c2 && s[1] == c1 && *s == c0) c2 187 maint/gnulib/lib/unistr/u8-chr.c if (s3 == c2) c2 121 maint/gnulib/lib/unistr/u8-strchr.c uint8_t c2 = c[2]; c2 129 maint/gnulib/lib/unistr/u8-strchr.c if (s2 == c2) c2 137 maint/gnulib/lib/unistr/u8-strchr.c if (c2 == c1) c2 179 maint/gnulib/lib/unistr/u8-strchr.c uint8_t c2 = c[2]; c2 190 maint/gnulib/lib/unistr/u8-strchr.c if (s[2] == c2 && s[1] == c1 && *s == c0) c2 198 maint/gnulib/lib/unistr/u8-strchr.c if (c3 == c2) c2 207 maint/gnulib/lib/unistr/u8-strchr.c if (s3 == c2) c2 77 maint/gnulib/lib/unistr/u8-strrchr.c uint8_t c2 = c[2]; c2 84 maint/gnulib/lib/unistr/u8-strrchr.c if (*s == c0 && s[1] == c1 && s[2] == c2) c2 95 maint/gnulib/lib/unistr/u8-strrchr.c uint8_t c2 = c[2]; c2 103 maint/gnulib/lib/unistr/u8-strrchr.c if (*s == c0 && s[1] == c1 && s[2] == c2 && s[3] == c3) c2 792 maint/gnulib/lib/vasnprintf.c mp_twolimb_t c2 = /* c1*beta+r[j+n-2] */ c2 800 maint/gnulib/lib/vasnprintf.c if (c3 > c2) c2 803 maint/gnulib/lib/vasnprintf.c if (c3 - c2 > b_msdd) c2 51 maint/gnulib/tests/test-freadahead.c int c, c2; c2 60 maint/gnulib/tests/test-freadahead.c c2 = fgetc (stdin); c2 61 maint/gnulib/tests/test-freadahead.c ASSERT (c2 == c); c2 67 maint/gnulib/tests/test-freadahead.c c2 = fgetc (stdin); c2 68 maint/gnulib/tests/test-freadahead.c ASSERT (c2 == c); c2 219 maint/gnulib/tests/test-poll.c int c1, c2; c2 234 maint/gnulib/tests/test-poll.c c2 = accept (s, (struct sockaddr *) &ia, &addrlen); c2 237 maint/gnulib/tests/test-poll.c close (c2); c2 333 maint/gnulib/tests/test-poll.c int c2 = accept (s, (struct sockaddr *) &ia, &addrlen); c2 336 maint/gnulib/tests/test-poll.c ASSERT (c2 >= 0); c2 340 maint/gnulib/tests/test-poll.c test_pair (c1, c2); c2 342 maint/gnulib/tests/test-poll.c ASSERT (write (c2, "foo", 3) == 3); c2 343 maint/gnulib/tests/test-poll.c int revents = poll1_nowait (c2, POLLIN | POLLOUT); c2 351 maint/gnulib/tests/test-poll.c close (c2); c2 325 maint/gnulib/tests/test-select.h int c1, c2; c2 338 maint/gnulib/tests/test-select.h c2 = accept (s, (struct sockaddr *) &ia, &addrlen); c2 341 maint/gnulib/tests/test-select.h ASSERT (close (c2) == 0); c2 421 maint/gnulib/tests/test-select.h int c2 = accept (s, (struct sockaddr *) &ia, &addrlen); c2 425 maint/gnulib/tests/test-select.h test_pair (c1, c2, my_select); c2 427 maint/gnulib/tests/test-select.h ASSERT (write (c2, "foo", 3) == 3); c2 428 maint/gnulib/tests/test-select.h (void) close (c2); /* may fail with errno = ECONNRESET */ c2 107 maint/gnulib/tests/test-stdint.c int_least16_t c2[3] = { 17, INT_LEAST16_MIN, INT_LEAST16_MAX }; c2 32 maint/gnulib/tests/uninorm/test-u32-nfc-big.c const uint32_t *c2, size_t c2_length, c2 48 maint/gnulib/tests/uninorm/test-u32-nfc-big.c && u32_cmp (result, c2, c2_length) == 0)) c2 56 maint/gnulib/tests/uninorm/test-u32-nfc-big.c result = u32_normalize (UNINORM_NFC, c2, c2_length, NULL, &length); c2 59 maint/gnulib/tests/uninorm/test-u32-nfc-big.c && u32_cmp (result, c2, c2_length) == 0)) c2 70 maint/gnulib/tests/uninorm/test-u32-nfc-big.c && u32_cmp (result, c2, c2_length) == 0)) c2 32 maint/gnulib/tests/uninorm/test-u32-nfd-big.c const uint32_t *c2, size_t c2_length, c2 56 maint/gnulib/tests/uninorm/test-u32-nfd-big.c result = u32_normalize (UNINORM_NFD, c2, c2_length, NULL, &length); c2 32 maint/gnulib/tests/uninorm/test-u32-nfkc-big.c const uint32_t *c2, size_t c2_length, c2 53 maint/gnulib/tests/uninorm/test-u32-nfkc-big.c result = u32_normalize (UNINORM_NFKC, c2, c2_length, NULL, &length); c2 32 maint/gnulib/tests/uninorm/test-u32-nfkd-big.c const uint32_t *c2, size_t c2_length, c2 53 maint/gnulib/tests/uninorm/test-u32-nfkd-big.c result = u32_normalize (UNINORM_NFKD, c2, c2_length, NULL, &length); c2 244 maint/gnulib/tests/uninorm/test-u32-normalize-big.c const uint32_t *c2, size_t c2_length, c2 63 maint/gnulib/tests/uninorm/test-u32-normalize-big.h const uint32_t *c2, size_t c2_length,