Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/string/
H A DLint_bcopy.c12 bcopy(const void *src, void *dst, size_t len) in bcopy() function
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd-src/include/ssp/
H A Dstrings.h38 #define bcopy(src, dst, len) \ macro
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd-src/common/lib/libc/string/
H A Dbcopy.c196 bcopy(const void *s2, void *s1, size_t n) in bcopy() function
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h148 # define bcopy(s,d,len) memmove(d,s,len) macro
151 # define bcopy(s,d,len) memcpy(d,s,len) macro
154 # define bcopy xbcopy macro
/netbsd-src/usr.sbin/mrouted/
H A Ddefs.h91 #define bcopy(a, b, c) memcpy(b, a, c) macro
/netbsd-src/external/bsd/ipf/dist/ipsd/Celler/
H A 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/
H A Drijndael-api-fst.c35 #define bcopy(a, b, c) memcpy(b, a, c) macro
H A Drijndael-alg-fst.c32 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
/netbsd-src/external/gpl3/gcc/dist/libssp/ssp/
H A Dstring.h100 #define bcopy(src, dest, len) ((void) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ssp/
H A Dstring.h100 #define bcopy(src, dest, len) ((void) \ macro
/netbsd-src/external/bsd/ipf/dist/
H A Dmd5.c40 # define bcopy(a,b,c) memcpy(b,a,c) macro
/netbsd-src/external/gpl2/gmake/dist/
H A Dmake.h257 # define bcopy(s, d, n) memmove ((d), (s), (n)) macro
/netbsd-src/sys/sys/
H A Dsystm.h326 #define bcopy(src, dst, len) memcpy((dst), (src), (len)) macro
/netbsd-src/sys/arch/pmax/include/
H A Ddec_prom.h199 #define bcopy(src, dst, len) memcpy(dst, src, len) macro
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c55 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc166 INTERCEPTOR(void *, bcopy, const void *src, void *dest, SIZE_T n) { in INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h78 # define bcopy(a,b,c) memmove(b,a,c) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc1586 TEST(MemorySanitizer, bcopy) { in TEST() argument