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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.h140 #define Bcopy(a, b, n) memmove(((void *)(b)), ((void *)(a)), (size_t)(n)) macro
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix_ipf.h149 # define Bcopy(a, b, n) memmove(((caddr_t)(b)), ((caddr_t)(a)), (unsigned)(n)) macro
151 # define Bcopy(a, b, n) bcopy(((caddr_t)(a)), ((caddr_t)(b)), (unsigned)(n)) macro
H A Dradix.c109 #define Bcopy(x, y, z) bcopy(x, y, z) macro
/netbsd-6-1-5-RELEASE/lib/libc/gdtoa/
H A Dgdtoaimp.h527 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int)) macro
529 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int)) macro

Completed in 120 milliseconds