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