Home
last modified time | relevance | path

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

12

/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
/openbsd-src/gnu/lib/libiberty/src/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
/openbsd-src/lib/libc/string/
H A Dbcopy.c49 bcopy(const void *src0, void *dst0, size_t length) in bcopy() function
/openbsd-src/sys/lib/libkern/
H A Dbcopy.c55 bcopy(const void *src0, void *dst0, size_t length) 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/common/lib/libc/string/
H A Dbcopy.c196 bcopy(const void *s2, void *s1, size_t n) in bcopy() function
/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
/openbsd-src/gnu/gcc/libssp/ssp/
H A Dstring.h101 #define bcopy(src, dest, len) ((void) \ macro
/openbsd-src/sys/sys/
H A Dsystm.h399 #define bcopy(s, d, n) __builtin_bcopy((s), (d), (n)) macro
/openbsd-src/sys/lib/libsa/
H A Dstand.h148 #define bcopy(s1,s2,n) ((void)memmove((s2),(s1),(n))) macro
/netbsd-src/external/bsd/ipf/dist/
H A Dmd5.c40 # define bcopy(a,b,c) memcpy(b,a,c) macro
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dgetdate.y56 #define bcopy(from, to, len) memcpy ((to), (from), (len)) macro
/netbsd-src/external/gpl2/gmake/dist/
H A Dmake.h257 # define bcopy(s, d, n) memmove ((d), (s), (n)) macro

12