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

1234567891011>>

/macosx-10.9.5/libarchive-29/libarchive/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...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-extract/
H A DMakefile1 ##===- tools/llvm-extract/Makefile -------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-extract
/macosx-10.9.5/cctools-845/ar/
H A Dextern.h67 int extract __P((char **));
/macosx-10.9.5/llvmCore-3425.0.33/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h43 bool extract(DataExtractor data, uint32_t* offset_ptr);
44 bool extract(DataExtractor data, uint32_t* offset_ptr, uint32_t code);
H A DDWARFAbbreviationDeclaration.cpp18 DWARFAbbreviationDeclaration::extract(DataExtractor data, uint32_t* offset_ptr){ function in class:DWARFAbbreviationDeclaration
19 return extract(data, offset_ptr, data.getULEB128(offset_ptr));
23 DWARFAbbreviationDeclaration::extract(DataExtractor data, uint32_t* offset_ptr, function in class:DWARFAbbreviationDeclaration
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 DDWARFDebugRangeList.h69 bool extract(DataExtractor data, uint32_t *offset_ptr);
/macosx-10.9.5/tcl-102/tcl_ext/tclresource/
H A DMakefile40 fetch extract wipe::
43 extract:: $(SRCROOT)/$(Project)/doc
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A Dletsutil.cpp37 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV);
40 uString->extract(0, uLength, cString, cLength, US_INV);
64 le_int32 cLength = uString->extract(0, uLength, NULL, 0, "UTF-8");
67 uString->extract(0, uLength, cString, cLength, "UTF-8");
/macosx-10.9.5/ruby-104/ruby/test/uri/
H A Dtest_common.rb16 URI.extract('http://example.com'))
18 URI.extract('(http://example.com)'))
20 URI.extract('(http://example.com/foo)'))
22 URI.extract('http://example.jphttp://example.jp'), "[ruby-list:36086]")
24 URI.extract('http://example.jphttp://example.jp', ['http']), "[ruby-list:36086]")
26 URI.extract('ftp:// http:// mailto: https://', ['http', 'mailto']).sort)
29 URI.extract('From: XXX [mailto:xxx@xxx.xxx.xxx]').sort)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/docstrip/
H A Ddocstrip.tcl19 namespace export extract sourcefrom
21 proc docstrip::extract {text terminals args} {
67 extract,error BADGUARD\
77 extract,error EXPRERR\
88 extract,error SPURIOUS\
94 extract,error MISMATCH\
130 proc docstrip::extract,error {situation message {errmessage ""}} {
152 uplevel 1 [extract $text $terminals -metaprefix #]
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_so_pidigits.rb15 @y = @z.extract(3)
26 digit == @z.extract(4)
53 def extract(j) method in class:Transformation
/macosx-10.9.5/vim-53/src/
H A Dos_vms_fix.com185 $ start = f$extract(0,3,f$edit(line,"COLLAPSE,LOWERCASE"))
195 $ if f$extract(f$length(line)-1,1,line) .nes. "\" then goto writeit
202 $ line = f$extract(0,f$length(line)-1,line) + "/*"
213 $ if (f$extract(0,1,line) .nes. spc) .and. (f$extract(0,1,line) .nes. tab) -
215 $ spaces = spaces + f$extract(0,1,line)
216 $ line = f$extract(1,f$length(line)-1,line)
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Durep.h125 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dv850.h104 extract this operand type from an instruction, check this field.
119 unsigned long (* extract) (unsigned long instruction, int * invalid);
118 unsigned long (* extract) (unsigned long instruction, int * invalid); member in struct:v850_operand
H A Dtic80.h98 extract this operand type from an instruction, check this field.
115 long (*extract) (unsigned long instruction, int *invalid);
114 long (*extract) (unsigned long instruction, int *invalid); member in struct:tic80_operand
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/
H A DMakefile32 extract::
/macosx-10.9.5/tcl-102/tcl_ext/snack/
H A DMakefile30 extract::
/macosx-10.9.5/apache_mod_php-87.4/xdebug/
H A DMakefile37 .PHONY: post-extract-source $(GnuAfterInstall)
124 .PHONY: extract-source build-dependencies archive-strip-binaries
129 $(GNUConfigStamp): extract-source build-dependencies
131 build:: extract-source build-dependencies
136 extract-source::
275 $(GNUConfigStamp): post-extract-source
277 post-extract-source: extract-source
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dupluralrules.cpp52 return result.extract(keyword, capacity, *status);
/macosx-10.9.5/cxxfilt-11/cxxfilt/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);
/macosx-10.9.5/libarchive-29/libarchive/examples/
H A Duntar.c46 * that time, libarchive's tar reader and extract-to-disk routines
69 static void extract(const char *filename, int do_extract, int flags);
125 extract(filename, 0, flags);
128 extract(filename, 1, flags);
137 extract(const char *filename, int do_extract, int flags) function
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/
H A DMakefile31 extract::
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/
H A DMakefile31 extract::

Completed in 217 milliseconds

1234567891011>>