Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 2 of 2) sorted by relevance

/sys/kern/
Dlibc.c153 const char *c2 = (const char *)b2; in memcmp() local
157 if (*c1 != *c2) in memcmp()
158 return *c2 - *c1; in memcmp()
160 c2++; in memcmp()
/lib/libc/
Dstring.c196 const char *c2 = (const char *)b2; in memcmp() local
200 if (*c1 != *c2) in memcmp()
201 return *c2 - *c1; in memcmp()
203 c2++; in memcmp()