| /src/lib/libc/string/ |
| Lint_bcopy.c | 12 bcopy(const void *src, void *dst, size_t len) function
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| memcpy.c | 19 void bcopy (const void*, void*, size_t); 24 bcopy(in, out, length);
|
| memmove.c | 1 /* Wrapper to implement ANSI C's memmove using BSD's bcopy. */ 19 void bcopy (const void*, void*, size_t); 24 bcopy (s2, s1, n);
|
| bcopy.c | 0 /* bcopy -- copy memory regions of arbitary length 3 @deftypefn Supplemental void bcopy (char *@var{in}, char *@var{out}, int @var{length}) 6 @var{out}. The use of @code{bcopy} is deprecated in new programs. 15 bcopy (const void *src, void *dest, size_t len) function
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| memcpy.c | 19 void bcopy (const void*, void*, size_t); 24 bcopy(in, out, length);
|
| memmove.c | 1 /* Wrapper to implement ANSI C's memmove using BSD's bcopy. */ 19 void bcopy (const void*, void*, size_t); 24 bcopy (s2, s1, n);
|
| bcopy.c | 0 /* bcopy -- copy memory regions of arbitary length 3 @deftypefn Supplemental void bcopy (char *@var{in}, char *@var{out}, int @var{length}) 6 @var{out}. The use of @code{bcopy} is deprecated in new programs. 15 bcopy (const void *src, void *dest, size_t len) function
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| memcpy.c | 19 void bcopy (const void*, void*, size_t); 24 bcopy(in, out, length);
|
| memmove.c | 1 /* Wrapper to implement ANSI C's memmove using BSD's bcopy. */ 19 void bcopy (const void*, void*, size_t); 24 bcopy (s2, s1, n);
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| memcpy.c | 19 void bcopy (const void*, void*, size_t); 24 bcopy(in, out, length);
|
| memmove.c | 1 /* Wrapper to implement ANSI C's memmove using BSD's bcopy. */ 19 void bcopy (const void*, void*, size_t); 24 bcopy (s2, s1, n);
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| memcpy.c | 19 void bcopy (const void*, void*, size_t); 24 bcopy(in, out, length);
|
| memmove.c | 1 /* Wrapper to implement ANSI C's memmove using BSD's bcopy. */ 19 void bcopy (const void*, void*, size_t); 24 bcopy (s2, s1, n);
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| memcpy.c | 19 void bcopy (const void*, void*, size_t); 24 bcopy(in, out, length);
|
| memmove.c | 1 /* Wrapper to implement ANSI C's memmove using BSD's bcopy. */ 19 void bcopy (const void*, void*, size_t); 24 bcopy (s2, s1, n);
|
| /src/external/bsd/ipf/dist/lib/ |
| bcopywrap.c | 17 bcopy((caddr_t)from, (caddr_t)to, size);
|
| /src/common/lib/libc/arch/ia64/string/ |
| memcpy.S | 42 br.sptk.few bcopy
|
| memmove.S | 43 br.sptk.few bcopy
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regutils.h | 53 /* for old systems with bcopy() but no memmove() */ 55 #define memmove(d, s, c) bcopy(s, d, c)
|
| /src/external/bsd/libpcap/dist/lbl/ |
| os-ultrix4.h | 26 void bcopy(const void *, void *, u_int);
|
| /src/external/bsd/tcpdump/dist/lbl/ |
| os-ultrix4.h | 24 void bcopy(const void *, void *, u_int);
|
| /src/external/bsd/ipf/dist/ipsend/ |
| arp.c | 55 bcopy((char *)hp->h_addr, (char *)address, 4); 58 bcopy((char*)&add, address, 4); 83 bcopy(ethersave, ether, 6); 90 bcopy(ip, (char *)&sin->sin_addr.s_addr, 4); 115 bcopy(ip, &san.sin_addr.s_addr, 4); 136 bcopy(ar.arp_ha.sa_data, ether, 6); 138 bcopy(ether, ethersave, 6); 139 bcopy(ip, ipsave, 4);
|
| larp.c | 46 bcopy((char *)hp->h_addr, (char *)address, 4); 49 bcopy((char*)&add, address, 4); 74 bcopy(ip, (char *)&sin->sin_addr.s_addr, 4); 91 bcopy(ar.arp_ha.sa_data, ether, 6);
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_string.h | 25 # include <strings.h> /* bcmp, bcopy, bzero */ 31 #define memmove(t, f, c) bcopy(f, t, (int)(c)) 32 #define memcpy(t, f, c) bcopy(f, t, (int)(c))
|
| /src/external/bsd/nvi/dist/regex/ |
| utils.h | 55 /* for old systems with bcopy() but no memmove() */ 57 #define memmove(d, s, c) bcopy(s, d, c)
|