Searched refs:copy (Results 176 - 200 of 1952) sorted by relevance

1234567891011>>

/macosx-10.10/apr-32/apr-util/apr-util/xml/expat/
H A Dbuildconf.sh7 # the License. You may obtain a copy of the License at
35 # Note: we copy (rather than link) them to simplify distribution.
47 # Determine libtool version, because --copy behaves differently
55 $libtoolize --copy --automake
86 $libtoolize --copy --quiet $verbose
/macosx-10.10/libclosure-65/objectTests/
H A Dthis.mm73 void (^b2)(void) = [b copy];
80 void (^b)(void) = [^{ recovered = one->version(); } copy];
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/tepam/
H A D1c_procedure_interactive_aux.demo41 procedure copy {
43 -short_description "File copy"
50 puts "copy $source into $dest"
53 copy -interactive
/macosx-10.10/vim-55/src/proto/
H A Dregexp.pro14 int vim_regsub __ARGS((regmatch_T *rmp, char_u *source, char_u *dest, int copy, int magic, int backslash));
15 int vim_regsub_multi __ARGS((regmmatch_T *rmp, linenr_T lnum, char_u *source, char_u *dest, int copy, int magic, int backslash));
/macosx-10.10/xar-254/xar/test/
H A Dheap.py35 shutil.copy("/bin/ls", os.path.join(directory, "ls"))
36 shutil.copy(os.path.join(directory, "ls"), os.path.join(directory, "foo"))
52 shutil.copy("/bin/ls", os.path.join(directory, "ls"))
53 shutil.copy(os.path.join(directory, "ls"), os.path.join(directory, "foo"))
/macosx-10.10/xnu-2782.1.97/bsd/man/man9/
H A DMakefile10 copy.9 \
/macosx-10.10/shell_cmds-179/printf/
H A Dprintf.c334 static char *copy; local
343 if ((newcopy = ckrealloc(copy, newlen)) == NULL)
345 if ((newcopy = realloc(copy, newlen)) == NULL)
351 copy = newcopy;
355 memmove(copy, str, len - 3);
356 copy[len - 3] = 'j';
357 copy[len - 2] = ch;
358 copy[len - 1] = '\0';
359 return (copy);
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_map_store_ll.c15 * Please obtain a copy of the License at
118 * Link a copy chain ("copy") into a map at the
121 * The copy chain is destroyed.
125 #define _vm_map_copy_insert_ll(map, where, copy) \
132 VMCI_copy = (copy); \
242 vm_map_store_copy_insert_ll( vm_map_t map, vm_map_entry_t after_where, vm_map_copy_t copy) argument
244 _vm_map_copy_insert_ll( map, after_where, copy);
248 vm_map_store_copy_reset_ll( vm_map_copy_t copy, __unused vm_map_entry_t entry, __unused int nentries) argument
250 copy
[all...]
/macosx-10.10/misc_cmds-33/units/
H A Dunits.c14 * I would appreciate (though I do not require) receiving a copy of any
466 char *copy; local
474 copy = dupstr(unit);
475 copy[strlen(copy) - 1] = 0;
477 if (!strcmp(unittable[i].uname, copy)) {
478 strlcpy(buffer, copy, sizeof(buffer));
479 free(copy);
483 free(copy);
486 copy
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dfdcc.vim29 syn keyword fdccKeywordCtype copy space translit_start include translit_end outdigit class
30 syn keyword fdccKeywordCollate copy script order_start order_end collating-symbol reorder-after reorder-end collating-element symbol-equivalence
31 syn keyword fdccKeywordMonetary copy int_curr_symbol currency_symbol mon_decimal_point mon_thousands_sep mon_grouping positive_sign negative_sign int_frac_digits frac_digits p_cs_precedes p_sep_by_space n_cs_precedes n_sep_by_space p_sign_posn n_sign_posn int_p_cs_precedes int_p_sep_by_space int_n_cs_precedes int_n_sep_by_space int_p_sign_posn int_n_sign_posn
32 syn keyword fdccKeywordNumeric copy decimal_point thousands_sep grouping
33 syn keyword fdccKeywordTime copy abday day abmon mon d_t_fmt d_fmt t_fmt am_pm t_fmt_ampm date_fmt era_d_fmt first_weekday first_workday week cal_direction time_zone era alt_digits era_d_t_fmt
34 syn keyword fdccKeywordMessages copy yesexpr noexpr yesstr nostr
35 syn keyword fdccKeywordPaper copy height width
36 syn keyword fdccKeywordTelephone copy tel_int_fmt int_prefix tel_dom_fmt int_select
37 syn keyword fdccKeywordMeasurement copy measurement
38 syn keyword fdccKeywordName copy name_fm
[all...]
/macosx-10.10/apache-793/httpd/modules/http/
H A Dbyterange_filter.c6 * the License. You may obtain a copy of the License at
366 apr_bucket *copy; local
368 rv = apr_bucket_copy(e, &copy);
374 APR_BRIGADE_INSERT_TAIL(bbout, copy);
377 rv = apr_bucket_split(copy, (apr_size_t)(start64 - off_first));
382 out_first = APR_BUCKET_NEXT(copy);
383 APR_BUCKET_REMOVE(copy);
384 apr_bucket_destroy(copy);
387 out_first = copy;
393 copy
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleRule.cpp16 * You should have received a copy of the GNU Library General Public License
106 PassRef<StyleRuleBase> StyleRuleBase::copy() const function in class:WebCore::StyleRuleBase
110 return static_cast<const StyleRule*>(this)->copy();
112 return static_cast<const StyleRulePage*>(this)->copy();
114 return static_cast<const StyleRuleFontFace*>(this)->copy();
116 return static_cast<const StyleRuleMedia*>(this)->copy();
119 return static_cast<const StyleRuleSupports*>(this)->copy();
123 return static_cast<const StyleRuleRegion*>(this)->copy();
126 return static_cast<const StyleRuleKeyframes*>(this)->copy();
129 return static_cast<const StyleRuleViewport*>(this)->copy();
[all...]
/macosx-10.10/BerkeleyDB-21/db/
H A DLICENSE5 The following is the license that applies to this copy of the Berkeley DB
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWRingBufferQ.h9 * License. Please obtain a copy of the License at
54 virtual bool dequeueBytesWithCopy( void * copy, IOByteCount size );
58 virtual bool front( void * copy, IOByteCount size, IOByteCount * paddingBytes );
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSContext.h178 @property (copy) void(^exceptionHandler)(JSContext *context, JSValue *exception);
191 @property (copy) NSString *name NS_AVAILABLE(10_10, 8_0);
/macosx-10.10/OpenSSH-189/openssh/contrib/cygwin/
H A DMakefile65 install-copy-id: $(copyidsrcdir)/ssh-copy-id $(copyidsrcdir)/ssh-copy-id.1
66 $(INSTALL) -m 755 $(copyidsrcdir)/ssh-copy-id $(DESTDIR)$(bindir)/ssh-copy-id
67 $(INSTALL) -m 644 $(copyidsrcdir)/ssh-copy-id.1 $(DESTDIR)$(mandir)/man1/ssh-copy-id.1
76 cygwin-postinstall: move-config-files remove-empty-dir install-inetd-config install-doc install-scripts install-copy-id gzip-man-pages
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dputty-kex.sh7 COPY=${OBJ}/copy
/macosx-10.10/OpenSSL098-52/src/test/
H A DUss.cnf35 issuerAltName=issuer:copy
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dsec_xdr.c9 * compliance with the License. Please obtain a copy of the License at
211 bool_t copyin(void *data, xdrproc_t proc, void** copy, u_int *size) argument
213 if (!copy)
227 *copy = xdr_data;
243 bool_t copyout(const void *copy, u_int size, xdrproc_t proc, void **data, u_int *length) argument
250 sec_xdrmem_create(&xdr, (void *)copy, size, XDR_DECODE);
252 u_int length_required = sec_xdr_sizeof_out(copy, size, proc, data);
277 bool_t copyout_chunked(const void *copy, u_int size, xdrproc_t proc, void **data) argument
283 sec_xdrmem_create(&xdr, (void *)copy, size, XDR_DECODE);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Dbsobjects.h7 * a copy of the License at http://www.apple.com/publicsource and read it before
52 T copy(Allocator &alloc) function in class:BSafeItem
57 { return new(alloc) T(copy<T>(alloc)); }
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dsec_xdr.c9 * compliance with the License. Please obtain a copy of the License at
211 bool_t copyin(void *data, xdrproc_t proc, void** copy, u_int *size) argument
213 if (!copy)
227 *copy = xdr_data;
243 bool_t copyout(const void *copy, u_int size, xdrproc_t proc, void **data, u_int *length) argument
250 sec_xdrmem_create(&xdr, (void *)copy, size, XDR_DECODE);
252 u_int length_required = sec_xdr_sizeof_out(copy, size, proc, data);
277 bool_t copyout_chunked(const void *copy, u_int size, xdrproc_t proc, void **data) argument
283 sec_xdrmem_create(&xdr, (void *)copy, size, XDR_DECODE);
/macosx-10.10/WebCore-7600.1.25/history/mac/
H A DHistoryItemMac.mm40 id newState = [statePList copy];
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DSVGRenderStyleDefs.cpp22 You should have received a copy of the GNU Library General Public License
59 PassRef<StyleFillData> StyleFillData::copy() const function in class:WebCore::StyleFillData
106 PassRef<StyleStrokeData> StyleStrokeData::copy() const function in class:WebCore::StyleStrokeData
139 PassRef<StyleStopData> StyleStopData::copy() const function in class:WebCore::StyleStopData
161 PassRef<StyleTextData> StyleTextData::copy() const function in class:WebCore::StyleTextData
188 PassRef<StyleMiscData> StyleMiscData::copy() const function in class:WebCore::StyleMiscData
211 PassRef<StyleShadowSVGData> StyleShadowSVGData::copy() const function in class:WebCore::StyleShadowSVGData
240 PassRef<StyleResourceData> StyleResourceData::copy() const function in class:WebCore::StyleResourceData
267 PassRef<StyleInheritedResourceData> StyleInheritedResourceData::copy() const function in class:WebCore::StyleInheritedResourceData
H A DSVGRenderStyleDefs.h22 You should have received a copy of the GNU Library General Public License
119 PassRef<StyleFillData> copy() const;
143 PassRef<StyleStrokeData> copy() const;
173 PassRef<StyleStopData> copy() const;
192 PassRef<StyleTextData> copy() const;
211 PassRef<StyleMiscData> copy() const;
234 PassRef<StyleShadowSVGData> copy() const;
253 PassRef<StyleResourceData> copy() const;
274 PassRef<StyleInheritedResourceData> copy() const;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKNavigationAction.mm137 _sourceFrame = adoptNS([sourceFrame copy]);
147 _targetFrame = adoptNS([targetFrame copy]);
157 _request = adoptNS([request copy]);
162 _originalURL = adoptNS([originalURL copy]);

Completed in 265 milliseconds

1234567891011>>