bcmp              133 libdb/compat.h #define	memcmp(a, b, n)		bcmp(a, b, n)
bcmp              145 libglibc/regex.c #    define memcmp(s1, s2, n)	bcmp (s1, s2, n)