/src/lib/libc/string/ |
Lint_bcopy.c | 12 bcopy(const void *src, void *dst, size_t len) function in typeref:typename:void
|
/src/common/lib/libc/arch/ia64/string/ |
memcpy.S | 42 br.sptk.few bcopy
|
memmove.S | 43 br.sptk.few bcopy
|
bcopy.S | 1 /* $NetBSD: bcopy.S,v 1.1 2016/08/05 15:06:02 scole Exp $ */ 28 * __FBSDID("$FreeBSD: releng/10.1/lib/libc/ia64/string/bcopy.S 125669 2004-02-10 20:45:28Z cperciva $"); 35 * bcopy(const void *src, void *dst, size_t len); 39 * Not the fastest bcopy in the world. 41 ENTRY(bcopy, 3) function 102 END(bcopy)
|
/src/common/lib/libc/arch/i386/string/small/ |
memcpy.S | 34 # ifdef BCOPY 35 ENTRY(bcopy) function 74 # ifdef BCOPY 75 END(bcopy)
|
/src/include/ssp/ |
strings.h | 38 #define bcopy(src, dst, len) \ macro
|
/src/lib/libc/arch/vax/string/ |
bcopy.S | 1 /* $NetBSD: bcopy.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ 31 /* bcopy(from, to, size) */ 36 /* .asciz "@(#)bcopy.s 8.1 (Berkeley) 6/4/93" */ 37 RCSID("$NetBSD: bcopy.S,v 1.4 2011/01/25 02:38:15 matt Exp $") 41 ENTRY(bcopy, R6) function 78 END(bcopy)
|
/src/common/lib/libc/string/ |
bcopy.c | 1 /* $NetBSD: bcopy.c,v 1.13 2018/02/12 11:14:15 martin Exp $ */ 38 static char sccsid[] = "@(#)bcopy.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: bcopy.c,v 1.13 2018/02/12 11:14:15 martin Exp $"); 55 #undef bcopy 73 * (the portable versions of) bcopy, memcpy, and memmove. 83 bcopy(const void *src0, void *dst0, size_t length) 196 bcopy(const void *s2, void *s1, size_t n) function in typeref:typename:void
|
/src/lib/libc/regex/ |
utils.h | 80 /* for old systems with bcopy() but no memmove() */ 82 #define memmove(d, s, c) bcopy(s, d, c)
|
/src/sys/arch/amiga/stand/bootblock/boot/ |
bcopy.s | 1 /* $NetBSD: bcopy.s,v 1.9 2008/04/28 20:23:13 martin Exp $ */ 33 * Small but possibly slow bcopy/memcpy combo. 47 ENTRY_NOPROFILE(bcopy)
|
/src/sys/arch/hpcmips/include/ |
loadfile_machdep.h | 39 #define BCOPY(s, d, c) vpbcopy((s), (void *)LOADADDR(d), (c)) 54 #define vpbcopy bcopy
|
/src/sys/netinet/ |
sctp_hashdriver.c | 116 bcopy(key, k_ipad, key_len); 117 bcopy(key, k_opad, key_len); 203 bcopy(key, k_ipad, key_len); 204 bcopy(key, k_opad, key_len);
|
/src/include/ |
strings.h | 55 void bcopy(const void *, void *, size_t);
|
/src/common/lib/libc/arch/powerpc/string/ |
memmove.S | 57 /* bcopy = memcpy/memmove with arguments reversed. */ 58 /* LINTSTUB: Func: void bcopy(void *, void *, size_t) */ 59 ENTRY(bcopy) function 179 END(bcopy)
|
/src/common/lib/libc/arch/x86_64/string/ |
bcopy.S | 35 RCSID("$NetBSD: bcopy.S,v 1.5 2014/03/22 19:16:34 jakllsch Exp $") 39 * (ov)bcopy (src,dst,cnt) 52 ENTRY(bcopy) function 61 xchgq %rdi,%rsi /* bcopy() has arg order reversed */ 168 END(bcopy)
|
/src/sys/arch/powerpc/ibm4xx/ |
4xx_locore.S | 102 * void bcopy(const void *src, void *dst, size_t len); 106 .globl _C_LABEL(bcopy) 107 _C_LABEL(bcopy):
|
/src/sys/arch/x68k/stand/xxboot/ |
memcpy.S | 36 | void bcopy(const void *src, void *dst, size_t len); 38 ASENTRY_NOPROFILE(bcopy)
|
/src/usr.sbin/bootp/common/ |
dovend.c | 101 bcopy(hp->root_path->string, vp, len); 114 bcopy(hp->dump_file->string, vp, len); 136 bcopy(hp->domain_name->string, vp, len); 158 bcopy(hp->nis_domain->string, vp, len); 226 bcopy(hp->hostname->string, vp, len); 348 bcopy(srcptr, *buff, numbytes);
|
lookup.c | 75 bcopy(hp->h_addr, result, sizeof(*result));
|
/src/usr.sbin/mrouted/ |
snmp.c | 109 bcopy(pp->partyTAddress + 4, &dest_port, 2); 205 bcopy((char *)vp->name, (char *)name, 301 bcopy((char *)vp->name, (char *)newname, (int)vp->namelen * sizeof(oid)); 317 bcopy((char *)name, (char *)newname, ((int)*length) * sizeof(oid)); 356 bcopy((char *)newname, (char *)name, ((int)*length) * sizeof(oid)); 431 bcopy((char *)vp->name, (char *)newname, (int)vp->namelen * sizeof(oid)); 446 bcopy((char *)name, (char *)newname, ((int)*length) * sizeof(oid)); 481 bcopy((char *)newname, (char *)name, ((int)*length) * sizeof(oid)); 608 bcopy((char *)vp->name, (char *)newname, (int)vp->namelen * sizeof(oid)); 623 bcopy((char *)name, (char *)newname, ((int)*length) * sizeof(oid)) [all...] |
/src/common/lib/libc/arch/i386/string/ |
memcpy.S | 42 * (ov)bcopy (src,dst,cnt) 46 #ifdef BCOPY 47 ENTRY(bcopy) function 135 #ifdef BCOPY 136 END(bcopy)
|
/src/sys/arch/amiga/dev/ |
ite_cv.c | 277 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1); 294 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1); 306 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1); 318 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1);
|
ite_cv3d.c | 277 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1); 294 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1); 306 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1); 318 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1);
|
/src/sys/arch/atari/stand/ahdilabel/ |
build.c | 46 bcopy (ptable, &old_table, sizeof (struct ahdi_ptable));
|
/src/usr.sbin/bootp/bootptest/ |
getether.c | 61 bcopy(&phys.current_pa[0], eap, EALEN); 107 bcopy(&ifrnit.ifr_addr.sa_data[0], eap, EALEN); 158 bcopy(LLADDR((struct sockaddr_dl *) &ifrp->ifr_addr), eap, EALEN); 361 bcopy(phys.ifr_hwaddr, eap, EALEN);
|