Searched refs:memcpy (Results 276 - 300 of 607) sorted by relevance

<<11121314151617181920>>

/barrelfish-2018-10-04/lib/libc/locale/
H A Dsetrunelocale.c164 memcpy(l, &saved, sizeof(struct xlocale_ctype));
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfvwrite.c68 #define COPY(n) (void)memcpy((void *)fp->_p, (void *)p, (size_t)(n))
H A Dopen_memstream.c101 memcpy(*ms->bufp + ms->offset, buf, tocopy);
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Drealpath.c119 memcpy(next_token, left, s - left);
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dutils.c164 memcpy(buf, fmt, len);
398 memcpy(buf, str, len);
541 memcpy(linep, buf, l);
564 memcpy(line, p, n);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Db_sock.c329 memcpy((char *)ret->h_name,a->h_name,j);
334 memcpy(ret->h_aliases[i],a->h_aliases[i],j);
342 memcpy(ret->h_addr_list[i],a->h_addr_list[i],a->h_length);
688 memcpy(&server, res->ai_addr, addrlen);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/buffer/
H A Dbuffer.c199 return memcpy(ret, data, siz);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_enc.c217 memcpy(ec->key, key, keylen);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Devp_lib.c99 memcpy(c->iv,c->oiv,l);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pem/
H A Dpem_seal.c111 memcpy(ek[i],s,j+1);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs12/
H A Dp12_mutl.c176 else memcpy (p12->mac->salt->data, salt, saltlen);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pqueue/
H A Dpqueue.c76 memcpy(item->priority,prio64be,sizeof(item->priority));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc5/
H A Drc5test.c286 memcpy(ivb,&(rc5_cbc_iv[n][0]),8);
304 memcpy(ivb,&(rc5_cbc_iv[n][0]),8);
335 memcpy(cfb_tmp,cfb_iv,8);
349 memcpy(cfb_tmp,cfb_iv,8);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_test.c30 memcpy(c, ctext_ex, sizeof(ctext_ex) - 1); \
/barrelfish-2018-10-04/kernel/
H A Dstring.c122 memcpy(void *dst, const void *src, size_t len) function
/barrelfish-2018-10-04/lib/acpica/source/components/tables/
H A Dtbutils.c252 memcpy (NewTable, TableDesc->Pointer, TableDesc->Length);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_obj.c174 memcpy(p,s,(unsigned int)l1); p+=l1;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds2_pkt.c158 memcpy(buf,s->s2->ract_data,(unsigned int)n);
355 memcpy(s->s2->rbuf,s->packet,
360 memcpy(s->s2->rbuf,&(s->s2->rbuf[s->s2->rbuf_offs]),
611 memcpy(s->s2->wact_data,buf,len);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Drsa_test.c30 memcpy(c, ctext_ex, sizeof(ctext_ex) - 1); \
/barrelfish-2018-10-04/usr/drivers/ioat_dma/
H A Dmain.c40 .memcpy = dma_svc_memcpy_cb
/barrelfish-2018-10-04/usr/drivers/megaraid/
H A Dvsic_vfs.c92 memcpy(mybuf, buf, count);
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dutils.c164 memcpy(buf, fmt, len);
398 memcpy(buf, str, len);
541 memcpy(linep, buf, l);
564 memcpy(line, p, n);
/barrelfish-2018-10-04/lib/acpica/source/tools/acpinames/
H A Dantables.c296 memcpy (LocalRSDP.OemId, "Intel", 6);
/barrelfish-2018-10-04/lib/ahci/
H A Dstorage_vsic.c67 memcpy(buffer, buf, size);
/barrelfish-2018-10-04/lib/barrelfish/
H A Dbulk_transfer.c157 memcpy(dst, buf, buf_size);

Completed in 368 milliseconds

<<11121314151617181920>>