Searched refs:c2 (Results 1 – 2 of 2) sorted by relevance
153 const char *c2 = (const char *)b2; in memcmp() local157 if (*c1 != *c2) in memcmp()158 return *c2 - *c1; in memcmp()160 c2++; in memcmp()
196 const char *c2 = (const char *)b2; in memcmp() local200 if (*c1 != *c2) in memcmp()201 return *c2 - *c1; in memcmp()203 c2++; in memcmp()