Home
last modified time | relevance | path

Searched defs:bcopy (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/lib/libc/string/
DLint_bcopy.c12 bcopy(const void *src, void *dst, size_t len) in bcopy() function
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd/src/include/ssp/
Dstrings.h38 #define bcopy(src, dst, len) \ macro
/netbsd/src/common/lib/libc/string/
Dbcopy.c196 bcopy(const void *s2, void *s1, size_t n) in bcopy() function
/netbsd/src/usr.sbin/mrouted/
Ddefs.h91 #define bcopy(a, b, c) memcpy(b, a, c) macro
/netbsd/src/external/gpl3/gdb/dist/gdb/contrib/ari/
Dgdb_ari.sh790 Do not use bcopy(), C++11 implies memcpy() and memmove()" function
/netbsd/src/external/bsd/ipf/dist/ipsd/Celler/
Dip_compat.h185 # define bcopy(a,b,c) memmove(b,a,c) macro
200 # define bcopy(a,b,c) memmove(b,a,c) macro
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-api-fst.c35 #define bcopy(a, b, c) memcpy(b, a, c) macro
Drijndael-alg-fst.c32 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
/netbsd/src/external/gpl3/gcc/dist/libssp/ssp/
Dstring.h100 #define bcopy(src, dest, len) ((void) \ macro
/netbsd/src/external/bsd/ipf/dist/
Dmd5.c40 # define bcopy(a,b,c) memcpy(b,a,c) macro
/netbsd/src/sys/sys/
Dsystm.h326 #define bcopy(src, dst, len) memcpy((dst), (src), (len)) macro
/netbsd/src/sys/arch/pmax/include/
Ddec_prom.h199 #define bcopy(src, dst, len) memcpy(dst, src, len) macro
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.c55 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_compat.h78 # define bcopy(a,b,c) memmove(b,a,c) macro