| /freebsd-9-stable/contrib/nvi/clib/ |
| D | memset.c | 62 bzero(dst0, length) in bzero() argument 63 void *dst0; in bzero() 66 #define RETURN return (dst0) 71 memset(dst0, c0, length) 72 void *dst0; 81 dst = dst0;
|
| D | memmove.c | 68 memcpy(dst0, src0, length) in memcpy() argument 72 memmove(dst0, src0, length) in memcpy() 75 bcopy(src0, dst0, length) in memcpy() 78 void *dst0; in memcpy() 82 register char *dst = dst0; 143 return (dst0);
|
| /freebsd-9-stable/sys/powerpc/powerpc/ |
| D | bcopy.c | 66 memcpy(void *dst0, const void *src0, size_t length) in memcpy() argument 72 dst = dst0; in memcpy() 140 return (dst0); in memcpy() 144 bcopy(const void *src0, void *dst0, size_t length) in bcopy() argument 147 memcpy(dst0, src0, length); in bcopy()
|
| /freebsd-9-stable/lib/libc/string/ |
| D | memset.c | 54 bzero(void *dst0, size_t length) in bzero() argument 58 #define RETURN return (dst0) in bzero() 63 memset(void *dst0, int c0, size_t length) in bzero() 72 dst = dst0; in bzero()
|
| D | bcopy.c | 64 (void *dst0, const void *src0, size_t length) in memcpy() argument 69 bcopy(const void *src0, void *dst0, size_t length) in memcpy() 72 char *dst = dst0; in memcpy() 133 return (dst0); in memcpy()
|
| /freebsd-9-stable/sys/netipsec/ |
| D | key.c | 1793 struct sadb_address *src0, *dst0; local 1829 dst0 = (struct sadb_address *)mhp->ext[SADB_EXT_ADDRESS_DST]; 1841 dst0 + 1, 1843 dst0->sadb_address_prefixlen, 1911 dst0 + 1, 1913 dst0->sadb_address_prefixlen, 1919 ((struct sockaddr *)(dst0+ 1))->sa_family) { 1924 ((struct sockaddr *)(dst0+ 1))->sa_len) { 2058 struct sadb_address *src0, *dst0; local 2084 dst0 = (struct sadb_address *)mhp->ext[SADB_EXT_ADDRESS_DST]; [all …]
|
| /freebsd-9-stable/lib/libipsec/ |
| D | pfkey.c | 1894 struct sadb_address *src0, *dst0; local 1897 dst0 = (struct sadb_address *)(mhp[SADB_EXT_ADDRESS_DST]); 1899 if (src0->sadb_address_proto != dst0->sadb_address_proto) { 1905 != PFKEY_ADDR_SADDR(dst0)->sa_family) {
|
| /freebsd-9-stable/sys/netinet6/ |
| D | ip6_mroute.c | 1345 struct in6_addr src0, dst0; /* copies for local work */ in ip6_mdq() local 1474 dst0 = ip6->ip6_dst; in ip6_mdq() 1476 (error = in6_setscope(&dst0, ifp, &idzone)) != 0) { in ip6_mdq() 1493 in6_setscope(&dst0, mif6table[mifi].m6_ifp, in ip6_mdq()
|
| D | ip6_output.c | 247 struct in6_addr finaldst, src0, dst0; in ip6_output() local 694 dst0 = ip6->ip6_dst; in ip6_output() 695 if (in6_setscope(&dst0, origifp, &zone)) in ip6_output()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | R600Instructions.td | 358 (outs R600_TReg32_X:$dst0, R600_TReg32_Y:$dst1), 360 "INTERP_PAIR_XY $src0 $src1 $src2 : $dst0 dst1", 364 (outs R600_TReg32_Z:$dst0, R600_TReg32_W:$dst1), 366 "INTERP_PAIR_ZW $src0 $src1 $src2 : $dst0 dst1",
|