Searched refs:extract (Results 1 - 25 of 146) sorted by relevance

123456

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_extract.c41 struct archive_read_extract *extract; local
44 extract = __archive_read_get_extract(a);
45 if (extract == NULL)
49 if (extract->ad == NULL) {
50 extract->ad = archive_write_disk_new();
51 if (extract->ad == NULL) {
52 archive_set_error(&a->archive, ENOMEM, "Can't extract");
55 archive_write_disk_set_standard_lookup(extract->ad);
58 archive_write_disk_set_options(extract->ad, flags);
59 return (archive_read_extract2(&a->archive, entry, extract
[all...]
H A Darchive_read_extract2.c48 /* Retrieve an extract object without initialising the associated
54 if (a->extract == NULL) {
55 a->extract = (struct archive_read_extract *)calloc(1, sizeof(*a->extract));
56 if (a->extract == NULL) {
57 archive_set_error(&a->archive, ENOMEM, "Can't extract");
62 return (a->extract);
73 if (a->extract->ad != NULL) {
74 ret = archive_write_free(a->extract->ad);
76 free(a->extract);
118 struct archive_read_extract *extract = __archive_read_get_extract(a); local
130 struct archive_read_extract *extract; local
[all...]
/freebsd-11-stable/usr.bin/clang/llvm-extract/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/llvm-extract/Makefile 360660 2020-05-05 17:10:49Z dim $
3 PROG_CXX= llvm-extract
5 SRCDIR= llvm/tools/llvm-extract
6 SRCS+= llvm-extract.cpp
/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dextract_symvers53 tmp=extract.$$
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp28 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, function in class:DWARFAbbreviationDeclarationSet
35 while (AbbrDecl.extract(Data, OffsetPtr)) {
77 void DWARFDebugAbbrev::extract(DataExtractor Data) { function in class:DWARFDebugAbbrev
92 if (!AbbrDecls.extract(*Data, &Offset))
129 if (!AbbrDecls.extract(*Data, &Offset))
H A DDWARFDebugAranges.cpp23 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) { function in class:DWARFDebugAranges
29 while (Set.extract(DebugArangesData, &Offset)) {
48 extract(ArangesData);
/freebsd-11-stable/contrib/opie/libopie/
H A Dbtoe.c34 static UINT4 extract __P((char *s, int start, int length));
2101 p += extract(cp, i, 2);
2104 strncat(engout, Wp[extract(cp, 0, 11)], 4);
2106 strncat(engout, Wp[extract(cp, 11, 11)], 4);
2108 strncat(engout, Wp[extract(cp, 22, 11)], 4);
2110 strncat(engout, Wp[extract(cp, 33, 11)], 4);
2112 strncat(engout, Wp[extract(cp, 44, 11)], 4);
2114 strncat(engout, Wp[extract(cp, 55, 11)], 4);
2184 p += extract(b, i, 2);
2186 if ((p & 3) != extract(
2253 static UINT4 extract FUNCTION((s, start, length), char *s AND int start AND int length) function
[all...]
/freebsd-11-stable/usr.bin/clang/llvm-xray/
H A DMakefile12 SRCS+= xray-extract.cpp
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h49 Error extract(DWARFDataExtractor Data, uint64_t HeaderOffset, uint64_t End,
126 Error extract(DWARFDataExtractor Data, uint64_t *OffsetPtr);
160 return Header.extract(Data, OffsetPtr);
163 Error extract(DWARFDataExtractor Data, uint64_t *OffsetPtr);
192 Error DWARFListTableBase<DWARFListType>::extract(DWARFDataExtractor Data, function in class:llvm::DWARFListTableBase
203 if (Error E = CurrentList.extract(Data, getHeaderOffset(), End, OffsetPtr,
217 Error DWARFListType<ListEntryType>::extract(DWARFDataExtractor Data, function in class:llvm::DWARFListType
229 if (Error E = Entry.extract(Data, End, OffsetPtr))
281 List.extract(Data, getHeaderOffset(), End, &Offset,
H A DDWARFDebugAbbrev.h37 bool extract(DataExtractor Data, uint64_t *OffsetPtr);
70 void extract(DataExtractor Data);
H A DDWARFDebugRangeList.h71 Error extract(const DWARFDataExtractor &data, uint64_t *offset_ptr);
H A DDWARFDebugArangeSet.h60 bool extract(DataExtractor data, uint64_t *offset_ptr);
H A DDWARFExpression.h90 bool extract(DataExtractor Data, uint16_t Version, uint8_t AddressSize,
110 !Op.extract(Expr->Data, Expr->Version, Expr->AddressSize, Offset);
118 !Op.extract(Expr->Data, Expr->Version, Expr->AddressSize, Offset);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.cpp25 DWARFAbbreviationDeclarationSet::extract(const DWARFDataExtractor &data, function in class:DWARFAbbreviationDeclarationSet
34 abbrevDeclaration.extract(data, offset_ptr);
112 llvm::Error error = abbrevDeclSet.extract(data, &offset);
H A DDWARFDebugArangeSet.h42 llvm::Error extract(const lldb_private::DWARFDataExtractor &data,
H A DDWARFDebugAranges.h30 extract(const lldb_private::DWARFDataExtractor &debug_aranges_data);
H A DDWARFDebugAranges.cpp35 DWARFDebugAranges::extract(const DWARFDataExtractor &debug_aranges_data) { function in class:DWARFDebugAranges
41 llvm::Error error = set.extract(debug_aranges_data, &offset);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dalpha-dis.c136 if (operand->extract)
137 (*operand->extract) (insn, &invalid);
157 /* Now extract and print the operands. */
165 already made sure that the extract function considered
171 if (operand->extract)
172 value = (*operand->extract) (insn, (int *) NULL);
H A Dppc-dis.c139 if (operand->extract)
140 value = (*operand->extract) (insn, dialect, &invalid);
244 if (operand->extract)
245 (*operand->extract) (insn, dialect, &invalid);
256 /* Now extract and print the operands. */
267 already made sure that the extract function considered
/freebsd-11-stable/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-11-stable/contrib/elftoolchain/ar/
H A Dacplex.l62 EXTRACT|extract { return (EXTRACT); }
/freebsd-11-stable/contrib/expat/
H A DMakefile.am126 .PHONY: extract-xmlts-zip
127 extract-xmlts-zip: tests/xmlts.zip
132 $(MAKE) extract-xmlts-zip
137 [ -d $(builddir)/tests/xmlconf ] || $(MAKE) extract-xmlts-zip # vpath workaround
/freebsd-11-stable/usr.bin/ar/
H A Dacplex.l62 EXTRACT|extract { return (EXTRACT); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyMetadata.cpp66 auto CMajor = mdconst::extract<ConstantInt>(VersionMD->getOperand(0));
68 auto CMinor = mdconst::extract<ConstantInt>(VersionMD->getOperand(1));
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dalpha.h72 /* A macro to extract the major opcode from an instruction. */
115 extract this operand type from an instruction, check this field.
131 int (*extract) (unsigned instruction, int *invalid);
151 any op value. The disassembler should call the extract function,
130 int (*extract) (unsigned instruction, int *invalid); member in struct:alpha_operand

Completed in 464 milliseconds

123456