| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_extract2.c | 53 if (a->extract == NULL) { in __archive_read_get_extract() 54 a->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() 73 ret = archive_write_free(a->extract->ad); in archive_read_extract_cleanup() 75 free(a->extract); in archive_read_extract_cleanup() 76 a->extract = NULL; in archive_read_extract_cleanup() 117 struct archive_read_extract *extract = __archive_read_get_extract(a); in archive_read_extract_set_progress_callback() local 118 if (extract != NULL) { in archive_read_extract_set_progress_callback() [all …]
|
| H A D | archive_read_extract.c | 40 struct archive_read_extract *extract; in archive_read_extract() 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() 51 archive_set_error(&a->archive, ENOMEM, "Can't extract"); 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 in archive_read_extract() 41 struct archive_read_extract *extract; archive_read_extract() local [all...] |
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | dir.mk | 63 all: {fetch,extract}{,-post} 65 fetch fetch-post extract extract-post: 94 .PHONY: fetch fetch-post extract extract-post
|
| H A D | dir.exp | 14 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 D | DWARFListTable.h | 49 Error extract(DWARFDataExtractor Data, uint64_t HeaderOffset, 135 LLVM_ABI Error extract(DWARFDataExtractor Data, uint64_t *OffsetPtr); 169 return Header.extract(Data, OffsetPtr); in extractHeaderAndOffsets() 172 Error extract(DWARFDataExtractor Data, uint64_t *OffsetPtr); 205 Error DWARFListTableBase<DWARFListType>::extract(DWARFDataExtractor Data, in extract() function 216 if (Error E = CurrentList.extract(Data, getHeaderOffset(), OffsetPtr, in extract() 230 Error DWARFListType<ListEntryType>::extract(DWARFDataExtractor Data, in extract() function 242 if (Error E = Entry.extract(Data, OffsetPtr)) in extract() 290 List.extract(Data, Header.length() ? getHeaderOffset() : 0, &Offset, in findList()
|
| H A D | DWARFAcceleratorTable.h | 92 virtual Error extract() = 0; 218 void extract(uint64_t *Offset); 253 Current.extract(&OffsetCopy); 322 Error extract() override; 404 LLVM_ABI Error extract(const DWARFDataExtractor &AS, uint64_t *Offset); 685 LLVM_ABI Error extract(); 826 Error extract() override;
|
| /freebsd/usr.bin/clang/llvm-extract/ |
| H A D | Makefile | 1 PROG_CXX= llvm-extract 3 SRCDIR= llvm/tools/llvm-extract 4 SRCS+= llvm-extract.cpp
|
| /freebsd/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | ar-lib | 154 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/Analysis/ |
| H A D | TypeBasedAliasAnalysis.cpp | 232 return mdconst::extract<ConstantInt>(Node->getOperand(2))->getZExtValue(); in getOffset() 238 return mdconst::extract<ConstantInt>(Node->getOperand(3))->getZExtValue(); in getSize() 325 : mdconst::extract<ConstantInt>(Operands[2])->getZExtValue(); in getField() 343 mdconst::extract<ConstantInt>(Operands[Idx + 1])->getZExtValue(); in getField() 355 mdconst::extract<ConstantInt>(Operands[TheIdx + 1])->getZExtValue(); in getField() 767 ConstantInt *InnerOffset = mdconst::extract<ConstantInt>(MD->getOperand(i)); in shiftTBAAStruct() 769 mdconst::extract<ConstantInt>(MD->getOperand(i + 1)); in shiftTBAAStruct() 814 ConstantInt *PreviousSize = mdconst::extract<ConstantInt>(NextNodes[3]); in extendToTBAA() 830 mdconst::extract<ConstantInt>(M->getOperand(0))->isZero() && in adjustForAccess() 832 mdconst::extract<ConstantInt>(M->getOperand(1))->getValue() == in adjustForAccess()
|
| H A D | DXILMetadataAnalysis.cpp | 34 auto *MajorMD = mdconst::extract<ConstantInt>(ValVerMD->getOperand(0)); in collectMetadataInfo() 35 auto *MinorMD = mdconst::extract<ConstantInt>(ValVerMD->getOperand(1)); in collectMetadataInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugAbbrev.cpp | 27 Error DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, in extract() function in DWARFAbbreviationDeclarationSet 36 AbbrDecl.extract(Data, OffsetPtr); in extract() 117 if (Error Err = AbbrDecls.extract(*Data, &Offset)) { in parse() 162 if (Error Err = AbbrDecls.extract(*Data, &Offset)) in getAbbreviationDeclarationSet()
|
| H A D | DWARFDebugAranges.cpp | 22 void DWARFDebugAranges::extract( in extract() function in DWARFDebugAranges 32 if (Error E = Set.extract(DebugArangesData, &Offset, WarningHandler)) { in extract() 54 extract(ArangesData, CTX->getRecoverableErrorHandler(), in generate()
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | Partitions.rst | 56 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/include/llvm/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFExpression.h | 106 LLVM_ABI bool extract(DataExtractor Data, uint8_t AddressSize, 123 !Op.extract(Expr->Data, Expr->AddressSize, Offset, Expr->Format); in iterator() 131 !Op.extract(Expr->Data, Expr->AddressSize, Offset, Expr->Format);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugAranges.cpp | 25 void DWARFDebugAranges::extract(const DWARFDataExtractor &debug_aranges_data) { in extract() function in DWARFDebugAranges 33 if (llvm::Error error = set.extract(dwarf_data, &offset)) { in extract()
|
| /freebsd/usr.bin/mail/ |
| H A D | cmd3.c | 213 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 D | tty.c | 109 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/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUUnifyMetadata.cpp | 52 auto *CMajor = mdconst::extract<ConstantInt>(VersionMD->getOperand(0)); in unifyVersionMD() 54 auto *CMinor = mdconst::extract<ConstantInt>(VersionMD->getOperand(1)); in unifyVersionMD()
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | Makefile | 3 DT_EXTRACT_EX ?= dt-extract-example 82 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1178 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF(); in getMostGenericFPMath() 1179 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF(); in getMostGenericFPMath() 1325 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI)); in getMostGenericRange() 1326 ConstantInt *BLow = mdconst::extract<ConstantInt>(B->getOperand(2 * BI)); in getMostGenericRange() 1330 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1))); in getMostGenericRange() 1334 mdconst::extract<ConstantInt>(B->getOperand(2 * BI + 1))); in getMostGenericRange() 1339 addRange(EndPoints, mdconst::extract<ConstantInt>(A->getOperand(2 * AI)), in getMostGenericRange() 1340 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1))); in getMostGenericRange() 1344 addRange(EndPoints, mdconst::extract<ConstantInt>(B->getOperand(2 * BI)), in getMostGenericRange() 1345 mdconst::extract<ConstantInt>(B->getOperand(2 * BI + 1))); in getMostGenericRange() [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_KDF-HKDF.pod | 12 HKDF follows the "extract-then-expand" paradigm, where the KDF logically 57 up for HKDF will perform an extract followed by an expand operation in one go. 66 In this mode calling L<EVP_KDF_derive(3)> will just perform the extract 78 pseudorandom key K returned from a previous extract operation.
|
| /freebsd/tools/tools/locale/ |
| H A D | README | 9 make extract (and extract it)
|
| H A D | Makefile | 137 extract-${CLDRFILES_${N}:T}:: ${CLDRFILES_${N}:T} ${UNIDIR} 139 extract: extract-${CLDRFILES_${N}:T} target
|
| /freebsd/libexec/rc/ |
| H A D | rc.initdiskless | 387 for j in /conf/$i/*/extract ; do 389 subdir=${j%*/extract}
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_CTX_set_hkdf_md.pod | 30 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.
|