Home
last modified time | relevance | path

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

/sys/kern/
Dlibc.c152 const char *c1 = (const char *)b1; in memcmp() local
157 if (*c1 != *c2) in memcmp()
158 return *c2 - *c1; in memcmp()
159 c1++; in memcmp()
/lib/libc/
Dstring.c195 const char *c1 = (const char *)b1; in memcmp() local
200 if (*c1 != *c2) in memcmp()
201 return *c2 - *c1; in memcmp()
202 c1++; in memcmp()