Searched defs:Bcmp (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.h139 #define Bcmp(a, b, n) memcmp(((void *)(a)), ((void *)(b)), (n)) macro
H A Dradix.c65 #undef Bcmp macro
66 #define Bcmp(a, b, l) (l == 0 ? 0 \ macro
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix_ipf.h142 # undef Bcmp macro
147 #define Bcmp(a, b, n) bcmp(((caddr_t)(a)), ((caddr_t)(b)), (unsigned)(n)) macro
H A Dradix.c97 #undef Bcmp macro
98 #define Bcmp(a, b, l) (l == 0 ? 0 : bcmp((caddr_t)(a), (caddr_t)(b), (u_long)l)) macro

Completed in 75 milliseconds