Searched defs:bcmp (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dbcmp.c23 bcmp (const void *s1, const void *s2, size_t count) function
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dbcmp.c23 bcmp (const void *s1, const void *s2, size_t count) function
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.h14 #define bcmp(a,b,c) memcmp(a,b,c) macro
/freebsd-12-stable/lib/libc/string/
H A Dbcmp.c44 bcmp(const void *b1, const void *b2, size_t length) function
/freebsd-12-stable/sys/libkern/
H A Dbcmp.c47 (bcmp)(const void *b1, const void *b2, size_t length) function
/freebsd-12-stable/libexec/bootpd/
H A Ddovend.c23 # define bcmp(a,b,c) memcmp(a,b,c) macro
H A Ddumptab.c21 #define bcmp(a,b,c) memcmp(a,b,c) macro
H A Dhwaddr.c46 #define bcmp(a,b,c) memcmp(a,b,c) macro
H A Dhash.c46 #define bcmp(a,b,c) memcmp(a,b,c) macro
H A Dbootpd.c81 # define bcmp(a,b,c) memcmp(a,b,c) macro
H A Dreadfile.c54 #define bcmp(a,b,c) memcmp(a,b,c) macro
/freebsd-12-stable/libexec/bootpd/tools/bootpef/
H A Dbootpef.c63 #define bcmp macro
/freebsd-12-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c74 # define bcmp(a,b,c) memcmp(a,b,c) macro
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dsystem.h423 #undef bcmp macro
/freebsd-12-stable/sys/sys/
H A Dsystm.h320 #define bcmp(b1, b2, len) __builtin_memcmp((b1), (b2), (len)) macro
/freebsd-12-stable/contrib/gcc/
H A Dsystem.h766 #undef bcmp macro
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c444 #undef bcmp macro
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h36 # define bcmp memcmp macro

Completed in 114 milliseconds