Searched refs:c1 (Results 1 – 2 of 2) sorted by relevance
152 const char *c1 = (const char *)b1; in memcmp() local157 if (*c1 != *c2) in memcmp()158 return *c2 - *c1; in memcmp()159 c1++; in memcmp()
195 const char *c1 = (const char *)b1; in memcmp() local200 if (*c1 != *c2) in memcmp()201 return *c2 - *c1; in memcmp()202 c1++; in memcmp()