Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_extract2.c53 if (a->extract == NULL) { in __archive_read_get_extract()
54 a->extract = (struct archive_read_extract *)calloc(1, sizeof(*a->extract)); in __archive_read_get_extract()
55 if (a->extract == NULL) { in __archive_read_get_extract()
61 return (a->extract); in __archive_read_get_extract()
72 if (a->extract->ad != NULL) { in archive_read_extract_cleanup()
75 free(a->extract); in archive_read_extract_cleanup()
76 a->extract = NULL; in archive_read_extract_cleanup()
118 if (extract != NULL) { in archive_read_extract_set_progress_callback()
134 if (extract == NULL) in copy_data()
150 if (extract->extract_progress) in copy_data()
[all …]
H A Darchive_read_extract.c40 struct archive_read_extract *extract; in archive_read_extract() local
43 extract = __archive_read_get_extract(a); in archive_read_extract()
44 if (extract == NULL) in archive_read_extract()
48 if (extract->ad == NULL) { in archive_read_extract()
49 extract->ad = archive_write_disk_new(); in archive_read_extract()
50 if (extract->ad == NULL) { in archive_read_extract()
54 archive_write_disk_set_standard_lookup(extract->ad); in archive_read_extract()
57 archive_write_disk_set_options(extract->ad, flags); in archive_read_extract()
58 return (archive_read_extract2(&a->archive, entry, extract->ad)); in archive_read_extract()
/freebsd/contrib/bmake/unit-tests/
H A Ddir.mk63 all: {fetch,extract}{,-post}
65 fetch fetch-post extract extract-post:
94 .PHONY: fetch fetch-post extract extract-post
H A Ddir.exp14 Expanding "extract{,-post}"... fetch fetch-post extract extract-post
15 fetch fetch-post extract extract-post
41 : extract
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h48 Error extract(DWARFDataExtractor Data, uint64_t HeaderOffset,
134 Error extract(DWARFDataExtractor Data, uint64_t *OffsetPtr);
168 return Header.extract(Data, OffsetPtr); in extractHeaderAndOffsets()
171 Error extract(DWARFDataExtractor Data, uint64_t *OffsetPtr);
204 Error DWARFListTableBase<DWARFListType>::extract(DWARFDataExtractor Data, in extract() function
215 if (Error E = CurrentList.extract(Data, getHeaderOffset(), OffsetPtr, in extract()
229 Error DWARFListType<ListEntryType>::extract(DWARFDataExtractor Data, in extract() function
241 if (Error E = Entry.extract(Data, OffsetPtr)) in extract()
289 List.extract(Data, Header.length() ? getHeaderOffset() : 0, &Offset, in findList()
H A DDWARFAcceleratorTable.h83 virtual Error extract() = 0;
209 void extract(uint64_t *Offset);
244 Current.extract(&OffsetCopy);
313 Error extract() override;
395 Error extract(const DWARFDataExtractor &AS, uint64_t *Offset);
618 Error extract();
748 Error extract() override;
H A DDWARFExpression.h108 bool extract(DataExtractor Data, uint8_t AddressSize, uint64_t Offset,
124 !Op.extract(Expr->Data, Expr->AddressSize, Offset, Expr->Format); in iterator()
132 !Op.extract(Expr->Data, Expr->AddressSize, Offset, Expr->Format);
/freebsd/usr.bin/clang/llvm-extract/
H A DMakefile2 PROG_CXX= llvm-extract
4 SRCDIR= llvm/tools/llvm-extract
5 SRCS+= llvm-extract.cpp
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib154 extract=
165 x*) extract=yes ;;
181 case $delete$extract$list$quick$replace,$index in
209 elif test -n "$extract"; then
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp28 Error DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, in extract() function in DWARFAbbreviationDeclarationSet
37 AbbrDecl.extract(Data, OffsetPtr); in extract()
118 if (Error Err = AbbrDecls.extract(*Data, &Offset)) { in parse()
163 if (Error Err = AbbrDecls.extract(*Data, &Offset)) in getAbbreviationDeclarationSet()
H A DDWARFDebugAranges.cpp23 void DWARFDebugAranges::extract( in extract() function in DWARFDebugAranges
33 if (Error E = Set.extract(DebugArangesData, &Offset, WarningHandler)) { in extract()
55 extract(ArangesData, CTX->getRecoverableErrorHandler(), in generate()
/freebsd/contrib/llvm-project/lld/docs/
H A DPartitions.rst56 referred to as a combined output file. To extract a partition from the
58 with the flag ``--extract-main-partition`` to extract the main partition, or
59 ``-extract-partition=<soname>`` to extract one of the loadable partitions.
75 llvm-objcopy libcombined.so libmain.so --extract-main-partition
76 llvm-objcopy libcombined.so libfeature.so --extract-partition=libfeature.so
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILUpgrade.cpp26 auto X = mdconst::extract<ConstantInt>(N->getOperand(0))->getZExtValue(); in handleValVerMetadata()
27 auto Y = mdconst::extract<ConstantInt>(N->getOperand(1))->getZExtValue(); in handleValVerMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp231 return mdconst::extract<ConstantInt>(Node->getOperand(2))->getZExtValue(); in getOffset()
237 return mdconst::extract<ConstantInt>(Node->getOperand(3))->getZExtValue(); in getSize()
324 : mdconst::extract<ConstantInt>(Operands[2])->getZExtValue(); in getField()
342 mdconst::extract<ConstantInt>(Operands[Idx + 1])->getZExtValue(); in getField()
354 mdconst::extract<ConstantInt>(Operands[TheIdx + 1])->getZExtValue(); in getField()
763 ConstantInt *InnerOffset = mdconst::extract<ConstantInt>(MD->getOperand(i)); in shiftTBAAStruct()
765 mdconst::extract<ConstantInt>(MD->getOperand(i + 1)); in shiftTBAAStruct()
810 ConstantInt *PreviousSize = mdconst::extract<ConstantInt>(NextNodes[3]); in extendToTBAA()
/freebsd/usr.bin/mail/
H A Dcmd3.c213 np = extract(replyto, GTO); in dorespond()
215 np = extract(cp, GTO); in dorespond()
228 np = cat(np, extract(rcv, GTO)); in dorespond()
232 np = extract(rcv, GTO); in dorespond()
239 np = elide(extract(cp, GCC)); in dorespond()
599 head.h_to = cat(head.h_to, extract(cp, GTO)); in doRespond()
H A Dtty.c109 extract(readtty("To: ", detract(hp->h_to, 0)), GTO); in grabh()
124 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC); in grabh()
132 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC); in grabh()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp36 void DWARFDebugAranges::extract(const DWARFDataExtractor &debug_aranges_data) { in extract() function in DWARFDebugAranges
43 if (llvm::Error error = set.extract(debug_aranges_data, &offset)) { in extract()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-HKDF.pod12 HKDF follows the "extract-then-expand" paradigm, where the KDF logically
55 up for HKDF will perform an extract followed by an expand operation in one go.
64 In this mode calling L<EVP_KDF_derive(3)> will just perform the extract
76 pseudorandom key K returned from a previous extract operation.
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyMetadata.cpp63 auto CMajor = mdconst::extract<ConstantInt>(VersionMD->getOperand(0)); in unifyVersionMD()
65 auto CMinor = mdconst::extract<ConstantInt>(VersionMD->getOperand(1)); in unifyVersionMD()
/freebsd/sys/contrib/device-tree/Bindings/
H A DMakefile3 DT_EXTRACT_EX ?= dt-extract-example
83 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
/freebsd/tools/tools/locale/
H A DREADME9 make extract (and extract it)
H A DMakefile137 extract-${CLDRFILES_${N}:T}:: ${CLDRFILES_${N}:T} ${UNIDIR}
139 extract: extract-${CLDRFILES_${N}:T} target
/freebsd/libexec/rc/
H A Drc.initdiskless384 for j in /conf/$i/*/extract ; do
386 subdir=${j%*/extract}
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_CTX_set_hkdf_md.pod30 HKDF follows the "extract-then-expand" paradigm, where the KDF logically
44 up for HKDF will perform an extract followed by an expand operation in one go.
53 In this mode calling L<EVP_PKEY_derive(3)> will just perform the extract
64 pseudorandom key K returned from a previous extract operation.
/freebsd/tools/tools/scsi-defects/
H A DREADME1 Peter Dufault's tools to extract the primary or grown defect list from

12345678910>>...14