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

1234

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_extract.c48 struct extract { struct
51 /* Progress function invoked during extract. */
58 static struct extract *get_extract(struct archive_read *);
60 static struct extract *
65 if (a->extract == NULL) {
66 a->extract = (struct extract *)malloc(sizeof(*a->extract));
67 if (a->extract == NULL) {
68 archive_set_error(&a->archive, ENOMEM, "Can't extract");
86 struct extract *extract; local
131 struct extract *extract = get_extract(a); local
143 struct extract *extract; local
[all...]
H A Darchive_read_private.h173 struct extract *extract; member in struct:archive_read
/freebsd-9.3-release/usr.bin/clang/llvm-extract/
H A DMakefile5 PROG_CXX=llvm-extract
7 SRCDIR= tools/llvm-extract
8 SRCS= llvm-extract.cpp
/freebsd-9.3-release/usr.sbin/pkg_install/add/
H A DMakefile4 SRCS= main.c perform.c futil.c extract.c
/freebsd-9.3-release/contrib/libstdc++/scripts/
H A Dextract_symvers53 tmp=extract.$$
/freebsd-9.3-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-9.3-release/usr.bin/clang/
H A DMakefile16 llvm-extract \
/freebsd-9.3-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-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAbbrev.cpp15 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor data, function in class:DWARFAbbreviationDeclarationSet
22 while (abbrevDeclaration.extract(data, offset_ptr)) {
70 if (abbrevDeclSet.extract(data, &offset))
H A DDWARFAbbreviationDeclaration.h46 bool extract(DataExtractor Data, uint32_t* OffsetPtr);
H A DDWARFDebugArangeSet.h56 bool extract(DataExtractor data, uint32_t *offset_ptr);
H A DDWARFDebugRangeList.h69 bool extract(DataExtractor data, uint32_t *offset_ptr);
H A DDWARFDebugAranges.cpp19 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) { function in class:DWARFDebugAranges
28 while (Set.extract(DebugArangesData, &Offset)) {
57 extract(ArangesData);
H A DDWARFDebugAbbrev.h44 bool extract(DataExtractor data, uint32_t* offset_ptr);
H A DDWARFDebugAranges.h36 void extract(DataExtractor DebugArangesData);
H A DDWARFDebugRangeList.cpp22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugRangeList
/freebsd-9.3-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-9.3-release/usr.bin/ar/
H A Dacplex.l60 EXTRACT|extract { return (EXTRACT); }
/freebsd-9.3-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-9.3-release/usr.bin/mail/
H A Dcmd3.c216 np = extract(replyto, GTO);
218 np = extract(cp, GTO);
231 np = cat(np, extract(rcv, GTO));
235 np = extract(rcv, GTO);
242 np = elide(extract(cp, GCC));
592 head.h_to = cat(head.h_to, extract(cp, GTO));
/freebsd-9.3-release/share/mk/
H A Dbsd.pkg.mk12 extract:
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend/
H A Dparseconfig.sh69 check_value installMode "fresh upgrade extract"
105 extract)
/freebsd-9.3-release/secure/lib/libcrypto/
H A DMakefile.inc66 perl ${LCRYPTO_SRC}/util/extract-names.pl < $$i | \

Completed in 131 milliseconds

1234