/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 | 48 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 D | DWARFExpression.h | 108 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);
|
H A D | DWARFAcceleratorTable.h | 91 virtual Error extract() = 0; 217 void extract(uint64_t *Offset); 252 Current.extract(&OffsetCopy); 321 Error extract() override; 403 Error extract(const DWARFDataExtractor &AS, uint64_t *Offset); 683 Error extract(); 813 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() 764 ConstantInt *InnerOffset = mdconst::extract<ConstantInt>(MD->getOperand(i)); in shiftTBAAStruct() 766 mdconst::extract<ConstantInt>(MD->getOperand(i + 1)); in shiftTBAAStruct() 811 ConstantInt *PreviousSize = mdconst::extract<ConstantInt>(NextNodes[3]); in extendToTBAA() 827 mdconst::extract<ConstantInt>(M->getOperand(0))->isZero() && in adjustForAccess() 829 mdconst::extract<ConstantInt>(M->getOperand(1))->getValue() == in adjustForAccess()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAbbrev.cpp | 28 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 D | DWARFDebugAranges.cpp | 23 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 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/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/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugAranges.cpp | 36 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/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUUnifyMetadata.cpp | 63 auto CMajor = mdconst::extract<ConstantInt>(VersionMD->getOperand(0)); in unifyVersionMD() 65 auto CMinor = mdconst::extract<ConstantInt>(VersionMD->getOperand(1)); in unifyVersionMD()
|
/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/sys/contrib/device-tree/Bindings/ |
H A D | Makefile | 3 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 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/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.
|
/freebsd/libexec/rc/ |
H A D | rc.initdiskless | 387 for j in /conf/$i/*/extract ; do 389 subdir=${j%*/extract}
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1171 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF(); in getMostGenericFPMath() 1172 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF(); in getMostGenericFPMath() 1297 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI)); in getMostGenericRange() 1298 ConstantInt *BLow = mdconst::extract<ConstantInt>(B->getOperand(2 * BI)); in getMostGenericRange() 1302 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1))); in getMostGenericRange() 1306 mdconst::extract<ConstantInt>(B->getOperand(2 * BI + 1))); in getMostGenericRange() 1311 addRange(EndPoints, mdconst::extract<ConstantInt>(A->getOperand(2 * AI)), in getMostGenericRange() 1312 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1))); in getMostGenericRange() 1316 addRange(EndPoints, mdconst::extract<ConstantInt>(B->getOperand(2 * BI)), in getMostGenericRange() 1317 mdconst::extract<ConstantInt>(B->getOperand(2 * BI + 1))); in getMostGenericRange() [all …]
|
/freebsd/tools/tools/scsi-defects/ |
H A D | README | 1 Peter Dufault's tools to extract the primary or grown defect list from
|