Searched refs:bcmp (Results 1 – 4 of 4) sorted by relevance
43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
974 int bcmp(const void *a, const void *b, size_t len) in bcmp() function978 EXPORT_SYMBOL(bcmp);
159 extern int bcmp(const void *,const void *,__kernel_size_t);
75 if (bcmp(map1, map2, st1.st_size)) in is_same()