Searched defs:BCMP (Results 1 – 2 of 2) sorted by relevance
47 BCMP(void *str1, void *str2, int len) in BCMP() function
59 #define BCMP(p1, p2, n) bcmp((char *)(p1), (char *)(p2), (unsigned int)(n)) macro