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

1234

/freebsd-11.0-release/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 *)malloc(sizeof(*a->extract));
56 if (a->extract == NULL) {
57 archive_set_error(&a->archive, ENOMEM, "Can't extract");
60 memset(a->extract, 0, sizeof(*a->extract));
63 return (a->extract);
74 if (a->extract
119 struct archive_read_extract *extract = __archive_read_get_extract(a); local
131 struct archive_read_extract *extract; local
[all...]
/freebsd-11.0-release/usr.bin/clang/llvm-extract/
H A DMakefile1 # $FreeBSD: releng/11.0/usr.bin/clang/llvm-extract/Makefile 296417 2016-03-05 20:24:31Z dim $
5 PROG_CXX=llvm-extract
7 SRCDIR= tools/llvm-extract
8 SRCS= llvm-extract.cpp
/freebsd-11.0-release/contrib/libstdc++/scripts/
H A Dextract_symvers53 tmp=extract.$$
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h32 bool extract(DataExtractor Data, uint32_t *OffsetPtr);
55 void extract(DataExtractor Data);
H A DDWARFAbbreviationDeclaration.h47 bool extract(DataExtractor Data, uint32_t* OffsetPtr);
H A DDWARFAcceleratorTable.h48 bool extract();
H A DDWARFDebugArangeSet.h57 bool extract(DataExtractor data, uint32_t *offset_ptr);
H A DDWARFDebugRangeList.h68 bool extract(DataExtractor data, uint32_t *offset_ptr);
H A DDWARFDebugAranges.h28 void extract(DataExtractor DebugArangesData);
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp25 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, function in class:DWARFAbbreviationDeclarationSet
32 while (AbbrDecl.extract(Data, OffsetPtr)) {
76 void DWARFDebugAbbrev::extract(DataExtractor Data) { function in class:DWARFDebugAbbrev
83 if (!AbbrDecls.extract(Data, &Offset))
H A DDWARFDebugAranges.cpp21 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) { function in class:DWARFDebugAranges
27 while (Set.extract(DebugArangesData, &Offset)) {
45 extract(ArangesData);
H A DDWARFDebugRangeList.cpp22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugRangeList
/freebsd-11.0-release/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.0-release/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.0-release/usr.bin/clang/
H A DMakefile21 llvm-extract \
/freebsd-11.0-release/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.0-release/contrib/elftoolchain/ar/
H A Dacplex.l62 EXTRACT|extract { return (EXTRACT); }
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h93 void extract(LiveInterval &VirtReg, const LiveRange &Range);
94 void extract(LiveInterval &VirtReg) { function in class:llvm::LiveIntervalUnion
95 extract(VirtReg, VirtReg);
/freebsd-11.0-release/usr.bin/ar/
H A Dacplex.l60 EXTRACT|extract { return (EXTRACT); }
/freebsd-11.0-release/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
H A Dppc.h149 /* A macro to extract the major opcode from an instruction. */
184 extract this operand type from an instruction, check this field.
199 long (*extract) (unsigned long instruction, int dialect, int *invalid);
226 the extract function, ignore the return value, and check the value
198 long (*extract) (unsigned long instruction, int dialect, int *invalid); member in struct:powerpc_operand
/freebsd-11.0-release/targets/pseudo/clang/
H A DMakefile.depend35 usr.bin/clang/llvm-extract \
/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend/
H A Dparseconfig.sh69 check_value installMode "fresh upgrade extract"
105 extract)

Completed in 270 milliseconds

1234