Home
last modified time | relevance | path

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

12

/netbsd/lib/libc/string/
H A DLint_bcopy.c12 bcopy(src, dst, len) in bcopy() function
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd/include/ssp/
H A Dstrings.h38 #define bcopy(src, dst, len) \ macro
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/netbsd/common/lib/libc/string/
H A Dbcopy.c196 bcopy(const void *s2, void *s1, size_t n) in bcopy() function
/netbsd/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/external/gpl3/gdb.old/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/external/gpl3/gdb/dist/ld/testsuite/ld-plugin/
H A Dpr12365c.c60 bcopy (const void *s, void *d, size_t n) in bcopy() function
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dpr12365c.c60 bcopy (const void *s, void *d, size_t n) in bcopy() function
/netbsd/usr.sbin/mrouted/
H A Ddefs.h91 #define bcopy(a, b, c) memcpy(b, a, c) macro
/netbsd/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/external/gpl3/gdb/dist/gdb/contrib/ari/
H A Dgdb_ari.sh790 Do not use bcopy(), C++11 implies memcpy() and memmove()" function
/netbsd/external/gpl3/gdb.old/dist/gdb/contrib/ari/
H A Dgdb_ari.sh790 Do not use bcopy(), C++11 implies memcpy() and memmove()" function
/netbsd/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/external/gpl3/gcc.old/dist/libssp/ssp/
H A Dstring.h100 #define bcopy(src, dest, len) ((void) \ macro
/netbsd/external/gpl3/gcc/dist/libssp/ssp/
H A Dstring.h100 #define bcopy(src, dest, len) ((void) \ macro
/netbsd/external/bsd/ipf/dist/
H A Dmd5.c40 # define bcopy(a,b,c) memcpy(b,a,c) macro
/netbsd/external/gpl2/gmake/dist/
H A Dmake.h257 # define bcopy(s, d, n) memmove ((d), (s), (n)) macro
/netbsd/external/gpl3/gdb/dist/gas/
H A Das.h136 #define bcopy(src,dest,size) memcpy (dest, src, size) macro
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Das.h136 #define bcopy(src,dest,size) memcpy (dest, src, size) macro

12