Lines Matching refs:c2
15830 char c0 = '\100', c1 = '\200', c2 = '\201';15831 if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)