Home
last modified time | relevance | path

Searched defs:bcmp (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dstrings.h28 #define bcmp(src, dest, size) memcmp((src), (dest), (size_t)(size)) macro
/f-stack/freebsd/sys/
H A Dsystm.h366 #define bcmp(b1, b2, len) kcsan_memcmp((b1), (b2), (len)) macro
374 #define bcmp(b1, b2, len) __builtin_memcmp((b1), (b2), (len)) macro
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h40 # define bcmp memcmp macro