c2                106 mtcp/mtcp_util.c   unsigned char c2 = '\0';
c2                110 mtcp/mtcp_util.c     c2 = (unsigned char) *s2++;
c2                111 mtcp/mtcp_util.c     if (c1 == '\0' || c1 != c2)
c2                112 mtcp/mtcp_util.c       return c1 - c2;
c2                115 mtcp/mtcp_util.c   return c1 - c2;
c2                122 mtcp/mtcp_util.c   unsigned char c2 = '\0';
c2                126 mtcp/mtcp_util.c     c2 = (unsigned char) *s2++;
c2                127 mtcp/mtcp_util.c     if (c1 == '\0' || c1 != c2)
c2                128 mtcp/mtcp_util.c       return c1 - c2;
c2                131 mtcp/mtcp_util.c   return c1 - c2;