Home
last modified time | relevance | path

Searched defs:memcmp (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/lib/libc/string/
HDmemcmp.c45 memcmp(const void *s1, const void *s2, size_t n) in memcmp() function
/freebsd-13-stable/contrib/unbound/compat/
HDmemcmp.c13 int memcmp(const void *x, const void *y, size_t n) in memcmp() function
/freebsd-13-stable/contrib/ntp/include/
HDntp_string.h28 #define memcmp(a, b, c) bcmp(a, b, (int)(c)) macro
/freebsd-13-stable/sys/sys/
HDsystm.h274 #define memcmp(b1, b2, len) SAN_INTERCEPTOR(memcmp)((b1), (b2), (len)) macro
283 #define memcmp(b1, b2, len) __builtin_memcmp((b1), (b2), (len)) macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerInterceptors.cpp159 ATTRIBUTE_INTERFACE int memcmp(const void *s1, const void *s2, size_t n) { in memcmp() function
/freebsd-13-stable/contrib/unbound/
HDconfig.h.in1469 #define memcmp memcmp_unbound macro
/freebsd-13-stable/sys/dev/hptrr/
HDosm.h167 #define memcmp(dst, src, size) __builtin_memcmp((dst), (src), (size)) macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDatomic.c34 #define memcmp __builtin_memcmp macro
/freebsd-13-stable/sys/dev/hptnr/
HDosm.h200 #define memcmp(dst, src, size) __builtin_memcmp((dst), (src), (size)) macro
/freebsd-13-stable/sys/dev/hpt27xx/
HDosm.h202 #define memcmp(dst, src, size) __builtin_memcmp((dst), (src), (size)) macro
/freebsd-13-stable/contrib/wpa/src/utils/
HDos.h666 #define memcmp OS_DO_NOT_USE_memcmp macro
/freebsd-13-stable/sys/dev/hptmv/
HDglobal.h145 #define memcmp os_memcmp macro
/freebsd-13-stable/lib/libunbound/
HDconfig.h1403 #define memcmp memcmp_unbound macro
/freebsd-13-stable/contrib/libpcap/msdos/
HDpktdrvr.c125 #define memcmp __memcmp__ macro