Searched defs:bcmp (Results 1 – 3 of 3) sorted by relevance
12 bcmp(void *a, void *b, size_t n) in bcmp() function
804 int bcmp = 4 * countof(sd->stc.white_run); in stc_iswhite() local
107 #define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) macro