Home | History | Annotate | Download | only in main

Lines Matching refs:c2

7997   char c0 = '\100', c1 = '\200', c2 = '\201';
7998 if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)