Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/freebsd/contrib/nvi/common/
H A Dlog.c188 memmove(ep->l_lp + sizeof(u_char), &ep->l_cursor, sizeof(MARK)); in log_cursor1()
264 memmove(ep->l_lp + sizeof(u_char), &lno, sizeof(recno_t)); in log_line()
265 memmove(ep->l_lp + CHAR_T_OFFSET, lp, len * sizeof(CHAR_T)); in log_line()
334 memmove(ep->l_lp + sizeof(u_char), lmp, sizeof(LMARK)); in log_mark()
395 memmove(rp, p + sizeof(u_char), sizeof(MARK)); in log_backward()
405 memmove(&lno, p + sizeof(u_char), sizeof(recno_t)); in log_backward()
412 memmove(&lno, p + sizeof(u_char), sizeof(recno_t)); in log_backward()
422 memmove(&lno, p + sizeof(u_char), sizeof(recno_t)); in log_backward()
433 memmove(&lm, p + sizeof(u_char), sizeof(LMARK)); in log_backward()
493 memmove(&m, p + sizeof(u_char), sizeof(MARK)); in log_setline()
[all …]
/freebsd/lib/libc/db/btree/
H A Dbt_overflow.c81 memmove(&pg, p, sizeof(pgno_t)); in __ovfl_get()
82 memmove(&sz, (char *)p + sizeof(pgno_t), sizeof(u_int32_t)); in __ovfl_get()
107 memmove(p, (char *)h + BTDATAOFF, nb); in __ovfl_get()
152 memmove((char *)h + BTDATAOFF, p, nb); in __ovfl_put()
186 memmove(&pg, p, sizeof(pgno_t)); in __ovfl_delete()
187 memmove(&sz, (char *)p + sizeof(pgno_t), sizeof(u_int32_t)); in __ovfl_delete()
H A Dbt_put.c122 memmove(kb, &pg, sizeof(pgno_t)); in __bt_put()
124 memmove(kb + sizeof(pgno_t), in __bt_put()
134 memmove(db, &pg, sizeof(pgno_t)); in __bt_put()
136 memmove(db + sizeof(pgno_t), in __bt_put()
205 memmove(h->linp + idx + 1, h->linp + idx, in __bt_put()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.cpp122 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/contrib/unbound/sldns/
H A Dkeyraw.c73 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/bin/dd/
H A Dconv.c144 (void)memmove(in.db, in.dbp - in.dbcnt, in.dbcnt); in block()
195 (void)memmove(out.dbp, in.dbp - in.dbcnt, in.dbcnt); in block_close()
230 (void)memmove(out.dbp, inp, cnt); in unblock()
239 (void)memmove(in.db, in.dbp - in.dbcnt, in.dbcnt); in unblock()
255 (void)memmove(out.dbp, in.db, cnt); in unblock_close()
/freebsd/contrib/telnet/libtelnet/
H A Denc_des.c385 memmove((void *)fbp->krbdes_key, (void *)key->data, sizeof(Block)); in fb64_session()
493 memmove((void *)stp->str_iv, (void *)seed, sizeof(Block)); in fb64_stream_iv()
494 memmove((void *)stp->str_output, (void *)seed, sizeof(Block)); in fb64_stream_iv()
504 memmove((void *)stp->str_ikey, (void *)key, sizeof(Block)); in fb64_stream_key()
507 memmove((void *)stp->str_output, (void *)stp->str_iv, sizeof(Block)); in fb64_stream_key()
545 memmove((void *)stp->str_feed, (void *)b, sizeof(Block)); in cfb64_encrypt()
578 memmove((void *)stp->str_feed, (void *)b, sizeof(Block)); in cfb64_decrypt()
618 memmove((void *)stp->str_feed, (void *)b, sizeof(Block)); in ofb64_encrypt()
648 memmove((void *)stp->str_feed, (void *)b, sizeof(Block)); in ofb64_decrypt()
H A Drsaencpwd.c202 memmove((void *)auth.dat, (void *)data, auth.length = cnt);
286 memmove(ptr, challenge, challenge_len);
291 memmove(ptr, key, i);
337 memmove((void *)chalkey, (void *)data, cnt);
346 memmove(challenge, ptr, challenge_len);
354 memmove(pubkey, ptr, pubkey_len);
/freebsd/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c240 memmove(buf + 1, username, MIN(len, sizeof(buf) - 1)); in main()
253 memmove(buf + 1, p, sizeof(store)); in main()
351 memmove(p, &store, sizeof(store)); \ in main()
354 memmove(p, &store, sizeof(store)); \ in main()
394 memmove(tbuf + 1, pwd.pw_name, len); in main()
402 memmove(tbuf + 1, &store, sizeof(store)); in main()
410 memmove(tbuf + 1, &store, sizeof(store)); in main()
418 memmove(tbuf + 1, pwd.pw_name, len); in main()
426 memmove(tbuf + 1, &store, sizeof(store)); in main()
434 memmove(tbuf + 1, &store, sizeof(store)); in main()
[all …]
/freebsd/contrib/unbound/util/
H A Dalloc.c478 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/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dkeypair.c19 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/sys/contrib/libfdt/
H A Dfdt_sw.c129 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/contrib/unbound/dnstap/
H A Ddnstap_fstrm.c70 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_memintrinsics.inc60 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/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c210 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/lib/libc/xdr/
H A Dxdr_mem.c145 memmove(&l, xdrs->x_private, sizeof(int32_t)); in xdrmem_getlong_unaligned()
160 memmove(xdrs->x_private, &l, sizeof(int32_t)); in xdrmem_putlong_unaligned()
172 memmove(addr, xdrs->x_private, len); in xdrmem_getbytes()
184 memmove(xdrs->x_private, addr, len); in xdrmem_putbytes()
/freebsd/lib/libc/secure/
H A Dmemmove_chk.c38 #undef memmove
46 return (memmove(dst, src, len)); in __memmove_chk()
/freebsd/crypto/openssl/crypto/modes/
H A Dwrap128.c59 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/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_memmove.S17 bl memmove
20 b memmove
/freebsd/tools/tools/find-sb/
H A Dfind-sb.c107 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/lib/libc/rpc/
H A Drpc_callmsg.c89 memmove(buf, oa->oa_base, oa->oa_length); in xdr_callmsg()
96 memmove(buf, oa->oa_base, oa->oa_length); in xdr_callmsg()
139 memmove(oa->oa_base, buf, in xdr_callmsg()
175 memmove(oa->oa_base, buf, in xdr_callmsg()
/freebsd/contrib/unbound/iterator/
H A Diter_priv.c238 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/libexec/rbootd/
H A Dbpf.c140 memmove((char *)&ifr.ifr_addr.sa_data[0], &RmpMcastAddr[0], RMP_ADDRLEN); in BpfOpen()
328 memmove((char *)&rconn->tstamp, (char *)&bhp->bh_tstamp, in BpfRead()
330 memmove((char *)&rconn->rmp, (char *)bp + hdrlen, caplen); in BpfRead()
392 memmove((char *)&ifr.ifr_addr.sa_data[0], &RmpMcastAddr[0], RMP_ADDRLEN); in BpfClose()
/freebsd/contrib/unbound/compat/
H A Dmemmove.c12 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/contrib/ldns/compat/
H A Dmemmove.c12 void *memmove(void *dest, const void *src, size_t n);
14 void *memmove(void *dest, const void *src, size_t n) in memmove() function

12345678910>>...27