c2 1626 libglibc/regex.c #define BUF_PUSH_2(c1, c2) \ c2 1630 libglibc/regex.c *b++ = (unsigned char) (c2); \ c2 1635 libglibc/regex.c #define BUF_PUSH_3(c1, c2, c3) \ c2 1639 libglibc/regex.c *b++ = (unsigned char) (c2); \ c2 135 libutil/strmake.c unsigned int c1, c2; c2 139 libutil/strmake.c c2 = *s2++; c2 143 libutil/strmake.c if (c2 == term) c2 144 libutil/strmake.c c2 = '\0'; c2 145 libutil/strmake.c } while (c1 == c2 && c1 != '\0'); c2 147 libutil/strmake.c return c1 - c2;