| /netbsd-src/lib/libc/string/ |
| H A D | Lint_bcopy.c | 12 bcopy(const void *src, void *dst, size_t len) in bcopy() function
|
| /netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
| H A D | bcopy.c | 15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
|
| /netbsd-src/include/ssp/ |
| H A D | strings.h | 38 #define bcopy(src, dst, len) \ macro
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | bcopy.c | 15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | bcopy.c | 15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | bcopy.c | 15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
|
| /netbsd-src/external/gpl3/gdb/dist/libiberty/ |
| H A D | bcopy.c | 15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | bcopy.c | 15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | bcopy.c | 15 bcopy (const void *src, void *dest, size_t len) in bcopy() function
|
| /openbsd-src/lib/libc/string/ |
| H A D | bcopy.c | 49 bcopy(const void *src0, void *dst0, size_t length) in bcopy() function
|
| /openbsd-src/sys/lib/libkern/ |
| H A D | bcopy.c | 55 bcopy(const void *src0, void *dst0, size_t length) in bcopy() function
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
| H A D | os.h | 148 # 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 D | bcopy.c | 196 bcopy(const void *s2, void *s1, size_t n) in bcopy() function
|
| /netbsd-src/usr.sbin/mrouted/ |
| H A D | defs.h | 91 #define bcopy(a, b, c) memcpy(b, a, c) macro
|
| /netbsd-src/external/bsd/ipf/dist/ipsd/Celler/ |
| H A D | ip_compat.h | 185 # 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 D | rijndael-api-fst.c | 35 #define bcopy(a, b, c) memcpy(b, a, c) macro
|
| H A D | rijndael-alg-fst.c | 32 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
|
| /netbsd-src/external/gpl3/gcc/dist/libssp/ssp/ |
| H A D | string.h | 100 #define bcopy(src, dest, len) ((void) \ macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/libssp/ssp/ |
| H A D | string.h | 100 #define bcopy(src, dest, len) ((void) \ macro
|
| /openbsd-src/gnu/gcc/libssp/ssp/ |
| H A D | string.h | 101 #define bcopy(src, dest, len) ((void) \ macro
|
| /openbsd-src/sys/sys/ |
| H A D | systm.h | 399 #define bcopy(s, d, n) __builtin_bcopy((s), (d), (n)) macro
|
| /openbsd-src/sys/lib/libsa/ |
| H A D | stand.h | 148 #define bcopy(s1,s2,n) ((void)memmove((s2),(s1),(n))) macro
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | md5.c | 40 # define bcopy(a,b,c) memcpy(b,a,c) macro
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | getdate.y | 56 #define bcopy(from, to, len) memcpy ((to), (from), (len)) macro
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | make.h | 257 # define bcopy(s, d, n) memmove ((d), (s), (n)) macro
|