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

/freebsd-9.3-release/sbin/routed/
H A Dradix.h135 #define Bcopy(a, b, n) memmove(((void *)(b)), ((void *)(a)), (size_t)(n)) macro
/freebsd-9.3-release/contrib/ipfilter/
H A Dradix_ipf.h157 # define Bcopy(a, b, n) memmove(((caddr_t)(b)), ((caddr_t)(a)), (unsigned)(n)) macro
159 # define Bcopy(a, b, n) bcopy(((caddr_t)(a)), ((caddr_t)(b)), (unsigned)(n)) macro
H A Dradix.c116 #define Bcopy(x, y, z) bcopy(x, y, z) macro
/freebsd-9.3-release/contrib/gdtoa/
H A Dgdtoaimp.h504 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int)) macro
506 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int)) macro

Completed in 73 milliseconds