Searched refs:copy (Results 401 - 425 of 1952) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A DCONVERT.mk48 * the action may contain :MOVE: exceptions to the copy
84 * copy from the original source directory; a file may be subject to
109 edit : .VIRTUAL copy
110 copy : .VIRTUAL init
167 A := $(.cvt.atom copy)
168 copy : $(A)
/macosx-10.10/remote_cmds-47/timed.tproj/SMM.doc/
H A DMakefile68 copy:: DEST
93 @$(ECHO) 'copy: copies the sources to DEST'
/macosx-10.10/ruby-106/ruby/lib/rexml/parsers/
H A Dsax2parser.rb161 copy = event[1].clone
171 copy.gsub!( Text::REFERENCE, &esub )
172 copy.gsub!( Text::NUMERICENTITY ) {|m|
177 handle( :characters, copy )
H A Dbaseparser.rb458 copy = input.clone
460 copy.gsub!( EREFERENCE, '&amp;' )
462 copy.gsub!( value, "&#{key};" ) unless entity_filter and
465 copy.gsub!( EREFERENCE, '&amp;' )
467 copy.gsub!( value[3], value[1] )
469 copy
/macosx-10.10/ruby-106/ruby/win32/
H A Difchange.bat54 copy %2 %1
68 copy %src% %dest% > nul
/macosx-10.10/swig-12/Lib/std/
H A Dstd_char_traits.i49 copy(char_type* __s1, const char_type* __s2, size_t __n);
105 copy(char_type* __s1, const char_type* __s2, size_t __n);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dtcldbg.h46 int copy));
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.printf.c395 va_list copy; local
400 va_copy(copy, va);
401 doprnt(xaddchar, fmt, copy);
402 va_end(copy);
/macosx-10.10/vim-55/runtime/macros/hanoi/
H A Dhanoi.vim30 " NOQ copy it and inster a T
31 " NO copy this one
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dsso_string_base.h16 // You should have received a copy of the GNU General Public License along
243 traits_type::copy(__tmp_data, __rcs._M_local_data,
245 traits_type::copy(__rcs._M_local_data, _M_local_data,
247 traits_type::copy(_M_local_data, __tmp_data,
252 traits_type::copy(_M_local_data, __rcs._M_local_data,
260 traits_type::copy(__rcs._M_local_data, _M_local_data,
270 traits_type::copy(__rcs._M_local_data, _M_local_data,
281 traits_type::copy(_M_local_data, __rcs._M_local_data,
/macosx-10.10/ruby-106/ruby/ext/digest/
H A Ddigest.c201 * Returns a new, initialized copy of the digest object. Equivalent
544 rb_digest_base_copy(VALUE copy, VALUE obj) argument
549 if (copy == obj) return copy;
551 rb_check_frozen(copy);
553 algo = get_digest_base_metadata(rb_obj_class(copy));
556 Data_Get_Struct(copy, void, pctx2);
559 return copy;
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DCertificateRequest.cpp9 * compliance with the License. Please obtain a copy of the License at
201 mUserName.copy(userName);
202 mDomain.copy(domainName);
205 mPassword.copy(attr->value);
208 mHostName.copy(attr->value);
421 /* but keep a local copy too */
422 mCertData.copy(refId);
433 mRefId.copy(refId);
452 mRefId.copy(refId);
560 mCertData.copy(*resul
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DCertificateRequest.cpp9 * compliance with the License. Please obtain a copy of the License at
201 mUserName.copy(userName);
202 mDomain.copy(domainName);
205 mPassword.copy(attr->value);
208 mHostName.copy(attr->value);
421 /* but keep a local copy too */
422 mCertData.copy(refId);
433 mRefId.copy(refId);
452 mRefId.copy(refId);
560 mCertData.copy(*resul
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DCertificateRequest.cpp9 * compliance with the License. Please obtain a copy of the License at
201 mUserName.copy(userName);
202 mDomain.copy(domainName);
205 mPassword.copy(attr->value);
208 mHostName.copy(attr->value);
421 /* but keep a local copy too */
422 mCertData.copy(refId);
433 mRefId.copy(refId);
452 mRefId.copy(refId);
560 mCertData.copy(*resul
[all...]
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dsetenv.c226 * The copy flag may have 3 values:
227 * 1 - make a copy of the name/value pair
229 * -1 - like 0, except we copy of the name=value string in name
232 __setenv(name, value, rewrite, copy, environp, owned)
235 int rewrite, copy;
253 if (copy > 0) {
291 /* copy old entries into it */
302 /* For non Unix03, or UnixO3 setenv(), we make a copy of the user's
305 if (copy > 0) {
315 if (copy <
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp53 char* copy = duplicate(orig); local
54 ATF_REQUIRE_EQ(std::strlen(copy), 3);
55 ATF_REQUIRE(std::strcmp(copy, "foo") == 0);
57 std::strcpy(copy, "bar");
58 ATF_REQUIRE(std::strcmp(copy, "bar") == 0);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dchar_traits.h17 // You should have received a copy of the GNU General Public License along
46 #include <bits/stl_algobase.h>// For copy, lexicographical_compare, fill_n
120 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
193 copy(char_type* __s1, const char_type* __s2, std::size_t __n) function in class:char_traits
195 std::copy(__s2, __s2 + __n, __s1);
269 copy(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
339 copy(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dhelper.rb359 desc "copy"
360 task :copy do
365 desc "nest copy"
366 task :copy do
369 task :xx => :copy
373 desc "anonymous copy task"
374 task :copy do
379 desc "Top level task to run the anonymous version of copy"
380 task :anon => anon_ns[:copy]
384 task "run" => "rake:copy"
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DCertFields.cpp7 * a copy of the License at http://www.apple.com/publicsource and read it before
52 fieldValue.copy(vers.Data, vers.Length);
112 fieldValue.copy(sn.Data, sn.Length);
253 fieldValue.copy(cert.mCert.tbs.derSubject);
268 fieldValue.copy(cert.mCert.tbs.derIssuer);
396 fieldValue.copy(tmp.Data, tmp.Length);
427 fieldValue.copy(tmp.Data, tmp.Length);
571 fieldValue.copy(sigBits.Data, (sigBits.Length + 7) / 8);
796 CssmAutoData aData(mAlloc); // for malloc/copy of outgoing data
815 /* got some data for this oid - copy i
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DString.pm85 sub copy { subroutine
402 # or from an existing String via copy()
403 [% newstring = String.copy %]
445 You can also call C<copy()> to create a new C<String> as a copy of the
448 [% greet2 = greeting.copy %]
472 itself. If you want to operate on a copy of the string then simply
473 take a copy first:
475 [% msg.copy.append("PS Don't eat the yellow snow") %]
480 [% msg.copy
[all...]
/macosx-10.10/emacs-93/emacs/lwlib/
H A Dlwlib.c18 You should have received a copy of the GNU General Public License
256 widget_value* copy;
263 copy = malloc_widget_value ();
264 copy->name = safe_strdup (val->name);
265 copy->value = safe_strdup (val->value);
266 copy->key = safe_strdup (val->key);
267 copy->help = val->help;
268 copy->enabled = val->enabled;
269 copy->button_type = val->button_type;
270 copy
255 widget_value* copy; local
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_properties.py7 from copy import copy as copy_func
27 def attrsetter(prop, name, copy):
28 if copy:
31 setattr(self, name, value.copy())
66 read_only=False, copy=False, dynamic=False,
73 self._copy = copy
92 depends = self._depends_on.copy()
95 read_only=self._ro, copy=self._copy, dynamic=self._dynamic,
216 self._depends_on.update(self.__parent._depends_on.copy())
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dtext.rb91 6. Copy the selection. To copy the selection into this window, select
92 what you want to copy (either here or in another application), then
93 click button 2 to copy the selection to the point of the mouse cursor.
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dmultiop.tcl5 # DSL allowing the easy specification of multi-file copy and/or move
10 # (1) copy
50 # copy : Copy files.
58 # ( : Save a copy of the current state.
151 move Move copy Copy remove Remove \
233 method Copy {} { set op copy ; return }
273 copy {Copy [Resolve [Remember [Exclude [Expand $src $pattern]]]]}
301 copy {Copy [Resolve $var]}
428 variable op "" ; # Operation - move, copy, remove, expand, invoke
513 file copy
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dmessage.h15 * Please obtain a copy of the License at
36 * Permission to use, copy, modify and distribute this software and its
299 mach_msg_copy_options_t copy: 8; member in struct:__anon15470
308 mach_msg_copy_options_t copy: 8; member in struct:__anon15471
321 mach_msg_copy_options_t copy: 8; member in struct:__anon15472
337 mach_msg_copy_options_t copy: 8; member in struct:__anon15473
346 mach_msg_copy_options_t copy: 8; member in struct:__anon15474
359 mach_msg_copy_options_t copy: 8; member in struct:__anon15475

Completed in 206 milliseconds

<<11121314151617181920>>