Home
last modified time | relevance | path

Searched refs:copy_data (Results 1 – 12 of 12) sorted by relevance

/src/contrib/libarchive/libarchive/
H A Darchive_read_extract2.c43 static int copy_data(struct archive *ar, struct archive *aw);
99 r = copy_data(_a, ad); in archive_read_extract2()
125 copy_data(struct archive *ar, struct archive *aw) in copy_data() function
/src/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh62 copy_data () function
71 copy_data $i
/src/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp145 DataExtractor copy_data; in SetType() local
146 if (copy.CopyValue(*this) && copy.GetData(copy_data)) { in SetType()
147 Status error = SetValueFromData(reg_info, copy_data, 0, true); in SetType()
/src/krb5/lib/krb5/krb/
H A DMakefile.inc36 copy_data.c \
/src/contrib/elftoolchain/elfcopy/
H A Delfcopy.h282 void copy_data(struct section *_s);
H A Dsymbols.c739 copy_data(sy); in create_symtab()
740 copy_data(st); in create_symtab()
H A Dsections.c603 copy_data(s); in copy_content()
1237 copy_data(struct section *s) in copy_data() function
/src/sys/cam/scsi/
H A Dscsi_cd.c3882 struct scsi_read_dvd_struct_data_copyright *copy_data; in cdreaddvdstructure() local
3884 copy_data = (struct scsi_read_dvd_struct_data_copyright *) in cdreaddvdstructure()
3887 dvdstruct->cpst = copy_data->cps_type; in cdreaddvdstructure()
3888 dvdstruct->rmi = copy_data->region_info; in cdreaddvdstructure()
/src/sys/dev/mpi3mr/
H A Dmpi3mr_app.c1807 goto copy_data; in mpi3mr_logdata_enable()
1821 copy_data: in mpi3mr_logdata_enable()
/src/crypto/krb5/src/lib/krb5/krb/
H A Ddeps253 copy_data.so copy_data.po $(OUTPRE)copy_data.$(OBJEXT): \
263 copy_data.c
/src/contrib/tnftp/
H A DChangeLog224 Refactor sendrequest() and recvrequest() to use copy_data().
/src/crypto/heimdal/
H A DChangeLog.19981197 * lib/krb5/data.c: Implement free_data and copy_data.