| /freebsd-13-stable/contrib/nvi/common/ |
| HD | log.c | 189 memmove(ep->l_lp + sizeof(u_char), &ep->l_cursor, sizeof(MARK)); in log_cursor1() 265 memmove(ep->l_lp + sizeof(u_char), &lno, sizeof(recno_t)); in log_line() 266 memmove(ep->l_lp + CHAR_T_OFFSET, lp, len * sizeof(CHAR_T)); in log_line() 335 memmove(ep->l_lp + sizeof(u_char), lmp, sizeof(LMARK)); in log_mark() 396 memmove(rp, p + sizeof(u_char), sizeof(MARK)); in log_backward() 406 memmove(&lno, p + sizeof(u_char), sizeof(recno_t)); in log_backward() 413 memmove(&lno, p + sizeof(u_char), sizeof(recno_t)); in log_backward() 423 memmove(&lno, p + sizeof(u_char), sizeof(recno_t)); in log_backward() 434 memmove(&lm, p + sizeof(u_char), sizeof(LMARK)); in log_backward() 494 memmove(&m, p + sizeof(u_char), sizeof(MARK)); in log_setline() [all …]
|
| /freebsd-13-stable/lib/libc/db/btree/ |
| HD | bt_overflow.c | 85 memmove(&pg, p, sizeof(pgno_t)); in __ovfl_get() 86 memmove(&sz, (char *)p + sizeof(pgno_t), sizeof(u_int32_t)); in __ovfl_get() 111 memmove(p, (char *)h + BTDATAOFF, nb); in __ovfl_get() 156 memmove((char *)h + BTDATAOFF, p, nb); in __ovfl_put() 190 memmove(&pg, p, sizeof(pgno_t)); in __ovfl_delete() 191 memmove(&sz, (char *)p + sizeof(pgno_t), sizeof(u_int32_t)); in __ovfl_delete()
|
| HD | bt_put.c | 126 memmove(kb, &pg, sizeof(pgno_t)); in __bt_put() 128 memmove(kb + sizeof(pgno_t), in __bt_put() 138 memmove(db, &pg, sizeof(pgno_t)); in __bt_put() 140 memmove(db + sizeof(pgno_t), in __bt_put() 209 memmove(h->linp + idx + 1, h->linp + idx, in __bt_put()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | TypeLocBuilder.cpp | 122 memmove(&Buffer[Index - 4], &Buffer[Index], NumBytesAtAlign4); in pushImpl() 133 memmove(&Buffer[Index + 4], &Buffer[Index], NumBytesAtAlign4); in pushImpl() 144 memmove(&Buffer[Index - 4], &Buffer[Index], NumBytesAtAlign4); in pushImpl() 156 memmove(&Buffer[Index - 4], &Buffer[Index], NumBytesAtAlign4); in pushImpl() 167 memmove(&Buffer[Index + 4], &Buffer[Index], NumBytesAtAlign4); in pushImpl()
|
| /freebsd-13-stable/contrib/unbound/sldns/ |
| HD | keyraw.c | 73 memmove(&int16, keydata + 1, 2); in sldns_rr_dnskey_key_size_raw() 119 memmove(&ac16, key + keysize - 3, 2); in sldns_calc_keytag_raw() 388 memmove(&int16, key+1, 2); in sldns_key_rsa_buf_bignum() 550 memmove(encoded, asn, 37); in sldns_gost2pkey_raw() 551 memmove(encoded+37, key, 64); in sldns_gost2pkey_raw() 585 memmove(buf+1, key, keylen); in sldns_ecdsa2pkey_raw() 638 memmove(buf+1, key, keylen); in sldns_ecdsa2pkey_raw() 672 memmove(buf, pre, pre_len); in sldns_ed255192pkey_raw() 673 memmove(buf+pre_len, key, keylen); in sldns_ed255192pkey_raw() 693 memmove(buf, pre, pre_len); in sldns_ed4482pkey_raw() [all …]
|
| /freebsd-13-stable/bin/dd/ |
| HD | conv.c | 150 (void)memmove(in.db, in.dbp - in.dbcnt, in.dbcnt); in block() 201 (void)memmove(out.dbp, in.dbp - in.dbcnt, in.dbcnt); in block_close() 236 (void)memmove(out.dbp, inp, cnt); in unblock() 245 (void)memmove(in.db, in.dbp - in.dbcnt, in.dbcnt); in unblock() 261 (void)memmove(out.dbp, in.db, cnt); in unblock_close()
|
| /freebsd-13-stable/contrib/telnet/libtelnet/ |
| HD | enc_des.c | 387 memmove((void *)fbp->krbdes_key, (void *)key->data, sizeof(Block)); in fb64_session() 495 memmove((void *)stp->str_iv, (void *)seed, sizeof(Block)); in fb64_stream_iv() 496 memmove((void *)stp->str_output, (void *)seed, sizeof(Block)); in fb64_stream_iv() 506 memmove((void *)stp->str_ikey, (void *)key, sizeof(Block)); in fb64_stream_key() 509 memmove((void *)stp->str_output, (void *)stp->str_iv, sizeof(Block)); in fb64_stream_key() 547 memmove((void *)stp->str_feed, (void *)b, sizeof(Block)); in cfb64_encrypt() 580 memmove((void *)stp->str_feed, (void *)b, sizeof(Block)); in cfb64_decrypt() 620 memmove((void *)stp->str_feed, (void *)b, sizeof(Block)); in ofb64_encrypt() 650 memmove((void *)stp->str_feed, (void *)b, sizeof(Block)); in ofb64_decrypt()
|
| HD | rsaencpwd.c | 206 memmove((void *)auth.dat, (void *)data, auth.length = cnt); 290 memmove(ptr, challenge, challenge_len); 295 memmove(ptr, key, i); 341 memmove((void *)chalkey, (void *)data, cnt); 350 memmove(challenge, ptr, challenge_len); 358 memmove(pubkey, ptr, pubkey_len);
|
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ |
| HD | keypair.c | 19 memmove(sk, seed, 32); in crypto_sign_ed25519_seed_keypair() 30 memmove(sk, seed, 32); in crypto_sign_ed25519_seed_keypair() 31 memmove(sk + 32, pk, 32); in crypto_sign_ed25519_seed_keypair()
|
| /freebsd-13-stable/usr.sbin/pwd_mkdb/ |
| HD | pwd_mkdb.c | 252 memmove(buf + 1, username, MIN(len, sizeof(buf) - 1)); in main() 265 memmove(buf + 1, p, sizeof(store)); in main() 363 memmove(p, &store, sizeof(store)); \ in main() 366 memmove(p, &store, sizeof(store)); \ in main() 406 memmove(tbuf + 1, pwd.pw_name, len); in main() 414 memmove(tbuf + 1, &store, sizeof(store)); in main() 422 memmove(tbuf + 1, &store, sizeof(store)); in main() 430 memmove(tbuf + 1, pwd.pw_name, len); in main() 438 memmove(tbuf + 1, &store, sizeof(store)); in main() 446 memmove(tbuf + 1, &store, sizeof(store)); in main() [all …]
|
| /freebsd-13-stable/contrib/unbound/util/ |
| HD | alloc.c | 478 memmove(res, s, len+1); in unbound_stat_strdup() 561 memmove(res, lite_pre, lite_pad); in unbound_stat_malloc_lite() 562 memmove(res+lite_pad, &size, sizeof(size_t)); in unbound_stat_malloc_lite() 564 memmove(res+lite_pad+size+sizeof(size_t), lite_post, lite_pad); in unbound_stat_malloc_lite() 579 memmove(res, lite_pre, lite_pad); in unbound_stat_calloc_lite() 580 memmove(res+lite_pad, &req, sizeof(size_t)); in unbound_stat_calloc_lite() 582 memmove(res+lite_pad+req+sizeof(size_t), lite_post, lite_pad); in unbound_stat_calloc_lite() 599 memmove(&orig, real+lite_pad, sizeof(size_t)); in unbound_stat_free_lite() 635 memmove(&orig, real+lite_pad, sizeof(size_t)); in unbound_stat_realloc_lite() 649 memmove(newa, ptr, orig); in unbound_stat_realloc_lite() [all …]
|
| /freebsd-13-stable/sys/contrib/libfdt/ |
| HD | fdt_sw.c | 129 memmove(buf, fdt, headsize); in fdt_resize() 130 memmove(newtail, oldtail, tailsize); in fdt_resize() 132 memmove(newtail, oldtail, tailsize); in fdt_resize() 133 memmove(buf, fdt, headsize); in fdt_resize() 276 memmove(p + newstroffset, p + oldstroffset, fdt_size_dt_strings(fdt)); in fdt_finish()
|
| /freebsd-13-stable/contrib/unbound/dnstap/ |
| HD | dnstap_fstrm.c | 70 memmove(&control[5], contenttype, strlen(contenttype)); in fstrm_create_control_frame_start() 118 memmove(&control[5], contenttype, strlen(contenttype)); in fstrm_create_control_frame_ready() 146 memmove(&control[5], contenttype, strlen(contenttype)); in fstrm_create_control_frame_accept() 216 memmove(tempf, pos+8, field_len); in fstrm_describe_control()
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_interceptors_memintrinsics.inc | 60 COMMON_INTERCEPTOR_ENTER(ctx, memmove, dst, src, size); \ 65 return REAL(memmove)(dst, src, size); \ 96 INTERCEPTOR(void *, memmove, void *dst, const void *src, uptr size) { 101 #define INIT_MEMMOVE COMMON_INTERCEPT_FUNCTION(memmove) 109 // because memcpy and memmove are actually aliases of the same 112 // due to memcpy being an alias of memmove on OS X. 126 ASSIGN_REAL(memcpy, memmove); \
|
| /freebsd-13-stable/crypto/heimdal/appl/telnet/libtelnet/ |
| HD | rsaencpwd.c | 210 memmove(auth.dat, data, auth.length = cnt); 294 memmove(ptr, challenge, challenge_len); 299 memmove(ptr, key, i); 345 memmove(chalkey, data, cnt); 354 memmove(challenge, ptr, challenge_len); 362 memmove(pubkey, ptr, pubkey_len);
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
| HD | aeabi_memmove.S | 17 bl memmove 20 b memmove
|
| /freebsd-13-stable/tools/tools/find-sb/ |
| HD | find-sb.c | 107 memmove(u.buf, &u.buf[DEV_BSIZE], len); in main() 122 memmove(u.buf, &u.buf[DEV_BSIZE], len); in main() 126 memmove(u.buf, &u.buf[DEV_BSIZE], in main()
|
| /freebsd-13-stable/lib/libc/xdr/ |
| HD | xdr_mem.c | 150 memmove(&l, xdrs->x_private, sizeof(int32_t)); in xdrmem_getlong_unaligned() 165 memmove(xdrs->x_private, &l, sizeof(int32_t)); in xdrmem_putlong_unaligned() 177 memmove(addr, xdrs->x_private, len); in xdrmem_getbytes() 189 memmove(xdrs->x_private, addr, len); in xdrmem_putbytes()
|
| /freebsd-13-stable/crypto/openssl/crypto/modes/ |
| HD | wrap128.c | 59 memmove(out + 8, in, inlen); in CRYPTO_128_wrap() 112 memmove(out, in + 8, inlen); in crypto_128_unwrap_raw() 222 memmove(out + 8, in, inlen); in CRYPTO_128_wrap_pad() 228 memmove(out, in, inlen); in CRYPTO_128_wrap_pad()
|
| /freebsd-13-stable/lib/libc/rpc/ |
| HD | rpc_callmsg.c | 94 memmove(buf, oa->oa_base, oa->oa_length); in xdr_callmsg() 101 memmove(buf, oa->oa_base, oa->oa_length); in xdr_callmsg() 144 memmove(oa->oa_base, buf, in xdr_callmsg() 180 memmove(oa->oa_base, buf, in xdr_callmsg()
|
| /freebsd-13-stable/contrib/cortex-strings/src/aarch64/ |
| HD | memmove.S | 92 def_fn memmove, 6 150 .size memmove, . - memmove
|
| /freebsd-13-stable/contrib/unbound/compat/ |
| HD | memmove.c | 12 void *memmove(void *dest, const void *src, size_t n); 14 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
| /freebsd-13-stable/contrib/ldns/compat/ |
| HD | memmove.c | 12 void *memmove(void *dest, const void *src, size_t n); 14 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
| /freebsd-13-stable/contrib/unbound/iterator/ |
| HD | iter_priv.c | 238 memmove(&sa.sin_addr, rr->ttl_data+4+2, in priv_rrset_bad() 240 memmove(&addr, &sa, len); in priv_rrset_bad() 261 memmove(&sa.sin6_addr, rr->ttl_data+4+2, in priv_rrset_bad() 263 memmove(&addr, &sa, len); in priv_rrset_bad()
|
| /freebsd-13-stable/libexec/rbootd/ |
| HD | bpf.c | 148 memmove((char *)&ifr.ifr_addr.sa_data[0], &RmpMcastAddr[0], RMP_ADDRLEN); in BpfOpen() 336 memmove((char *)&rconn->tstamp, (char *)&bhp->bh_tstamp, in BpfRead() 338 memmove((char *)&rconn->rmp, (char *)bp + hdrlen, caplen); in BpfRead() 400 memmove((char *)&ifr.ifr_addr.sa_data[0], &RmpMcastAddr[0], RMP_ADDRLEN); in BpfClose()
|