Searched refs:bcmp (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/arch/x86/boot/ |
D | string.h | 14 int bcmp(const void *s1, const void *s2, size_t len);
|
D | string.c | 43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
|
/Linux-v6.1/lib/ |
D | string.c | 795 int bcmp(const void *a, const void *b, size_t len) in bcmp() function 799 EXPORT_SYMBOL(bcmp);
|
/Linux-v6.1/include/linux/ |
D | string.h | 159 extern int bcmp(const void *,const void *,__kernel_size_t);
|
/Linux-v6.1/scripts/kconfig/ |
D | confdata.c | 76 if (bcmp(map1, map2, st1.st_size)) in is_same()
|