Searched refs:copy (Results 101 - 125 of 1952) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dinflate.c15 * Please obtain a copy of the License at
47 * - Unroll direct copy to three copies per loop in inffast.c
64 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
73 * - Unroll last copy for window match in inflate_fast()
357 unsigned copy, dist; local
376 /* copy state->wsize or less output bytes into the circular window */
377 copy = out - strm->avail_out;
378 if (copy >= state->wsize) {
385 if (dist > copy) dist = copy;
594 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dassoc.el21 ;; You should have received a copy of the GNU General Public License
40 (sort (copy-alist (eval alist-symbol))
106 (let ((copy (copy-alist alist)))
108 ((progn (asort 'copy key)
109 (anot-head-p copy key)) nil)
110 ((cdr (car copy)))
112 ((car (car copy)))
/macosx-10.10/libxml2-26/libxml2/
H A DtestOOMlib.c187 char *copy; local
194 copy = test_malloc (len + 1);
195 if (copy == NULL)
198 memcpy (copy, str, len + 1);
200 return copy;
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/cgi-bin/
H A Dreceive-file.cgi22 proc copy {filename methodName} {
31 file copy $filename [file join $soapdir $methodName]
55 copy $local $methodName
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/win/
H A DinstallWin.tcl31 # copy binaries
38 file copy -force $buildDir/$b $DESTINATION/bin
41 file copy -force $xotclDir/$b $DESTINATION/bin
46 # copy libraries
52 file copy -force $xotclDir/generic/$i $DESTINATION/include
63 # copy the dll
68 file copy -force $buildDir/$b $DESTINATION/lib
71 file copy -force $xotclDir/$b $DESTINATION/lib
105 file copy -force $f $dest/$f
/macosx-10.10/zlib-55/zlib/contrib/minizip/
H A Dmake_vms.com1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
3 $ copy sys$input: zdef
12 $ copy vmsdefs.h,ioapi.h_orig ioapi.h
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dstage_curl_install.com31 $! Permission to use, copy, modify, and/or distribute this software for any
118 $ copy [--.src]curl.exe 'new_gnu'[usr.bin]gnv$curl.exe/prot=w:re
119 $ copy [--]curl-config. 'new_gnu'[usr.bin]curl-config./prot=w:re
120 $ copy sys$disk:[]gnv$libcurl.exe 'new_gnu'[usr.lib]gnv$libcurl.exe/prot=w:re
134 $ copy [--.include.curl]curl.h 'new_gnu'[usr.include.curl]curl.h
135 $ copy [--.include.curl]curlbuild.h -
137 $ copy [--.include.curl]curlrules.h -
139 $ copy [--.include.curl]curlver.h -
141 $ copy [--.include.curl]easy.h -
143 $ copy [
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/t/
H A Dstring.t78 [% copy = String.copy -%]
80 string: [[% copy %]]
109 [% lo = hi.copy -%]
118 [% lo = hi.copy.append(' world') -%]
156 left: [[% hi.copy.left(11) %]]
157 right: [[% hi.copy.right(11) %]]
158 center: [[% hi.copy.center(11) %]]
159 centre: [[% hi.copy.centre(12) %]]
215 [[% str.copy
[all...]
/macosx-10.10/Heimdal-398.1.2/base/
H A Dheimbasepriv.h68 heim_type_copy copy; member in struct:heim_type_data
79 heim_type_copy copy,
/macosx-10.10/WebKit2-7600.1.25/Shared/Cocoa/
H A DWKNSURLProtectionSpace.mm40 return [reinterpret_cast<WebProtectionSpace*>(&self._apiObject)->protectionSpace().nsSpace() copy];
H A DWKNSURLRequest.mm37 return [static_cast<API::URLRequest*>(&self._apiObject)->resourceRequest().nsURLRequest(WebCore::DoNotUpdateHTTPBody) copy];
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A D_WKActivatedElementInfo.h49 @property (nonatomic, readonly, copy) UIImage *image;
51 @property (nonatomic, readonly, copy) NSImage *image;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dgenlink.h17 You should have received a copy of the GNU General Public License
59 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \
61 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dcopy-1.d4 #name: copy with setting section flags 1
/macosx-10.10/libclosure-65/objectTests/
H A Dcopytest.m30 void (^callSetGlobalIntCopy)(int) = [callSetGlobalInt copy];
32 // testwarn("copy looks like: %s", _Block_dump(callSetGlobalIntCopy));
33 fail("copy is identical", argv[0]);
37 fail("copy did not set global int");
H A Dforin.m19 [array addObject:[[^{ return i; } copy] autorelease]];
H A Dnotcopied.m46 someOtherBlock = [someOtherBlock copy];
/macosx-10.10/ncurses-44/ncurses/
H A Dtar-copy.sh2 # $Id: tar-copy.sh,v 1.5 2003/10/25 14:40:07 tom Exp $
7 # copy of this software and associated documentation files (the "Software"), #
9 # the rights to use, copy, modify, merge, publish, distribute, distribute #
37 # $1 = files to copy
57 TMP=$WD/copy$$
/macosx-10.10/rsync-45/rsync/testsuite/
H A Dunsafe-links.test41 echo "rsync with relative path and -a --copy-links"
42 $RSYNC -avv --copy-links from/safe/ to
47 echo "rsync with relative path and --copy-unsafe-links";
48 $RSYNC -avv --copy-unsafe-links from/safe/ to
55 (cd from; $RSYNC -avv --copy-unsafe-links safe/ ../to)
62 $RSYNC -avv --copy-unsafe-links `pwd`/from/safe/ to
/macosx-10.10/tcl-105/tk/tk/tests/
H A Dbugs.tcl21 p1 copy p2
/macosx-10.10/tcl-105/tk84/tk/tests/
H A Dbugs.tcl21 p1 copy p2
/macosx-10.10/tidy-15.15/tidy/build/gnuauto/
H A Dsetup.sh28 echo "running: $LIBTOOLIZE --force --copy"
29 $LIBTOOLIZE --force --copy
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dsec_xdr.h9 * compliance with the License. Please obtain a copy of the License at
61 bool_t copyin(void * data, xdrproc_t proc, void ** copy, u_int * size);
62 bool_t copyout(const void * copy, u_int size, xdrproc_t proc, void ** data, u_int *length);
63 bool_t copyout_chunked(const void * copy, u_int size, xdrproc_t proc, void ** data);
66 u_int sec_xdr_sizeof_out(const void * copy, u_int size, xdrproc_t func, void ** data);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DCLCachedEntry.cpp7 * a copy of the License at http://www.apple.com/publicsource and read it before
59 mFieldId.copy(oid);
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dsec_xdr.h9 * compliance with the License. Please obtain a copy of the License at
61 bool_t copyin(void * data, xdrproc_t proc, void ** copy, u_int * size);
62 bool_t copyout(const void * copy, u_int size, xdrproc_t proc, void ** data, u_int *length);
63 bool_t copyout_chunked(const void * copy, u_int size, xdrproc_t proc, void ** data);
66 u_int sec_xdr_sizeof_out(const void * copy, u_int size, xdrproc_t func, void ** data);

Completed in 521 milliseconds

1234567891011>>