Searched defs:BCOPY (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | misc.c | 24 # define BCOPY(a,b,c) bcopy((caddr_t)a, (caddr_t)b, c) macro 27 # define BCOPY(a,b,c) bcopy((char *)a, (char *)b, c) macro
|
/titanic_50/usr/src/cmd/audio/utilities/ |
H A D | Fir.cc | 39 #define BCOPY(src, dest, num) memmove(dest, src, num) macro
|
H A D | Resample.cc | 53 #define BCOPY(src, dest, num) memmove(dest, src, num) macro
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | vjcompress.c | 62 #define BCOPY(p1, p2, n) bcopy((char *)(p1), (char *)(p2), (unsigned int)(n)) macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | pppd.h | 763 #define BCOPY(s, d, l) memcpy(d, s, l) macro 767 #define BCOPY bcopy macro
|
/titanic_50/usr/src/uts/intel/io/dnet/ |
H A D | dnet.h | 446 #define BCOPY(from, to, len) bcopy(from, to, len) macro
|