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

12345678

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_extract.c47 struct extract { struct
50 /* Progress function invoked during extract. */
57 static struct extract *get_extract(struct archive_read *);
59 static struct extract *
64 if (a->extract == NULL) {
65 a->extract = (struct extract *)malloc(sizeof(*a->extract));
66 if (a->extract == NULL) {
67 archive_set_error(&a->archive, ENOMEM, "Can't extract");
85 struct extract *extract; local
130 struct extract *extract = get_extract(a); local
142 struct extract *extract; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/man/
H A Dxgettext.x2 xgettext \- extract gettext strings from source
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-elf/
H A Dextract-symbol-1sym.d1 #name: --extract-symbol test 1 (symbols)
2 #source: extract-symbol-1.s
4 #objcopy_linked_file: --extract-symbol
H A Dextract-symbol-1sec.d1 #name: --extract-symbol test 1 (sections)
2 #source: extract-symbol-1.s
4 #objcopy_linked_file: --extract-symbol
/netbsd-6-1-5-RELEASE/external/bsd/llvm/bin/llvm-extract/
H A DMakefile3 PROG_CXX= llvm-extract
8 .PATH: ${LLVM_SRCDIR}/tools/llvm-extract
10 SRCS= llvm-extract.cpp
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dmips32r2-ill-fp64.l4 .*:18: Error: Improper extract size \(0, position 0\)
5 .*:21: Error: Improper extract size \(33, position 0\)
6 .*:24: Error: Improper extract size \(0, position 0\)
7 .*:27: Error: Improper extract size \(2, position 31\)
H A Dmips32r2-ill-nofp.l4 .*:18: Error: Improper extract size \(0, position 0\)
5 .*:21: Error: Improper extract size \(33, position 0\)
6 .*:24: Error: Improper extract size \(0, position 0\)
7 .*:27: Error: Improper extract size \(2, position 31\)
H A Dmips64r2-ill.l4 .*:18: Error: Improper extract size \(0, position 0\)
5 .*:21: Error: Improper extract size \(65, position 0\)
6 .*:31: Error: Improper extract size \(64, position 1\)
7 .*:33: Error: Improper extract size \(2, position 63\)
8 .*:34: Error: Improper extract size \(63, position 63\)
9 .*:35: Error: Improper extract size \(64, position 63\)
12 .*:46: Error: Improper extract size \(32, position 0\)
13 .*:49: Error: Improper extract size \(65, position 0\)
14 .*:59: Error: Improper extract size \(64, position 1\)
15 .*:61: Error: Improper extract siz
[all...]
H A Dmips32r2-ill.l4 .*:18: Error: Improper extract size \(0, position 0\)
5 .*:21: Error: Improper extract size \(33, position 0\)
6 .*:24: Error: Improper extract size \(0, position 0\)
7 .*:27: Error: Improper extract size \(2, position 31\)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/a29k/
H A Drshift.s55 extract gr98,gr100,gr119
56 extract gr99,gr101,gr100
57 extract gr100,gr102,gr101
58 extract gr101,gr103,gr102
59 extract gr102,gr104,gr103
60 extract gr103,gr105,gr104
61 extract gr104,gr106,gr105
62 extract gr105,gr107,gr106
79 extract gr117,gr100,gr119
H A Dlshift.s58 extract gr109,gr119,gr107
59 extract gr108,gr107,gr106
60 extract gr107,gr106,gr105
61 extract gr106,gr105,gr104
62 extract gr105,gr104,gr103
63 extract gr104,gr103,gr102
64 extract gr103,gr102,gr101
65 extract gr102,gr101,gr100
82 extract gr117,gr119,gr116
88 Lend: extract gr11
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dextract_symvers43 tmp=extract.$$
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/scripts/
H A Dextract_symvers53 tmp=extract.$$
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/bfin/
H A Dbit.s33 .global extract
34 extract: label
35 r4 = extract (r2, r1.L) (z);
/netbsd-6-1-5-RELEASE/lib/libskey/
H A Dput.c24 static unsigned int extract(char *s, int start, int length);
2093 p += extract (cp, i, 2);
2097 strncat (engout, &Wp[extract (cp, 0, 11)][0], 4);
2099 strncat (engout, &Wp[extract (cp, 11, 11)][0], 4);
2101 strncat (engout, &Wp[extract (cp, 22, 11)][0], 4);
2103 strncat (engout, &Wp[extract (cp, 33, 11)][0], 4);
2105 strncat (engout, &Wp[extract (cp, 44, 11)][0], 4);
2107 strncat (engout, &Wp[extract (cp, 55, 11)][0], 4);
2163 p += extract (b, i, 2);
2165 if ((p & 3) != extract (
2287 static unsigned int extract(char *s, int start, int length) function
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/llvm/bin/
H A DMakefile21 llvm-extract \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/usr.sbin/mdsetimage/
H A Dmdsetimage.c72 int extract; variable
118 extract = 1;
132 if (extract) {
172 if (extract) {
191 (extract ? "from" : "into"), kfile);
202 if (extract) {
231 if (setsize && !extract) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Dbntest.com42 $ if (f$extract( 0, 1, f$edit( line, "TRIM")) .eqs. "#") then -
50 $ t2 = f$extract( 5, 1000, line)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dtic80.h99 extract this operand type from an instruction, check this field.
116 long (*extract) (unsigned long instruction, int *invalid);
115 long (*extract) (unsigned long instruction, int *invalid); member in struct:tic80_operand
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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 Di370-dis.c97 if (operand->extract)
98 (*operand->extract) (insn, &invalid);
108 /* Now extract and print the operands. */
116 if (operand->extract)
117 value = (*operand->extract) (insn, (int *) NULL);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dx-po.c125 extract (FILE *fp, function
194 extract (fp, real_filename, logical_filename, syntax_po, mdlp);
204 extract (fp, real_filename, logical_filename, syntax_properties, mdlp);
214 extract (fp, real_filename, logical_filename, syntax_stringtable, mdlp);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dtic80.h99 extract this operand type from an instruction, check this field.
116 long (*extract) (unsigned long instruction, int *invalid);
115 long (*extract) (unsigned long instruction, int *invalid); member in struct:tic80_operand
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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 Di370-dis.c97 if (operand->extract)
98 (*operand->extract) (insn, &invalid);
108 /* Now extract and print the operands. */
116 if (operand->extract)
117 value = (*operand->extract) (insn, (int *) NULL);

Completed in 236 milliseconds

12345678