Searched refs:copy (Results 276 - 300 of 1952) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dtransfer.sh7 COPY=${OBJ}/copy
16 cmp ${DATA} ${COPY} || fail "corrupted copy"
26 cmp $DATA ${COPY} || fail "corrupted copy"
H A Dforwarding.sh29 somehost cat $DATA > $OBJ/ls.copy
30 test -f $OBJ/ls.copy || fail "failed copy $DATA"
31 cmp $DATA $OBJ/ls.copy || fail "corrupted copy of $DATA"
/macosx-10.10/OpenSSL098-52/bin/
H A DbuildWin32.pl135 print $f "copy opensslconf_wrapper.h inc32\\openssl\\opensslconf.h\r\n";
181 if (copy($wanted, $dst)) {
184 $errors .= " error: Couldn't copy $wanted to $dst: $!\n";
188 # make a copy of the static lib without the _static suffix to satisfy clients
191 if (copy($wanted, $dst)) {
194 $errors .= " error: Couldn't copy $wanted to $dst: $!\n";
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dfdmover.cpp9 * compliance with the License. Please obtain a copy of the License at
78 copy(fds.begin(), fds.end(), &elem.get()->payload<int>());
97 copy(&elem.get()->payload<int>(), &elem.get()->payload<int>() + count, back_inserter(result));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dfdmover.cpp9 * compliance with the License. Please obtain a copy of the License at
78 copy(fds.begin(), fds.end(), &elem.get()->payload<int>());
97 copy(&elem.get()->payload<int>(), &elem.get()->payload<int>() + count, back_inserter(result));
/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleRule.h16 * You should have received a copy of the GNU Library General Public License
77 PassRef<StyleRuleBase> copy() const;
124 PassRef<StyleRule> copy() const { return adoptRef(*new StyleRule(*this)); } function in class:WebCore::StyleRule
155 PassRef<StyleRuleFontFace> copy() const { return adoptRef(*new StyleRuleFontFace(*this)); } function in class:WebCore::StyleRuleFontFace
178 PassRef<StyleRulePage> copy() const { return adoptRef(*new StyleRulePage(*this)); } function in class:WebCore::StyleRulePage
212 PassRef<StyleRuleMedia> copy() const { return adoptRef(*new StyleRuleMedia(*this)); } function in class:WebCore::StyleRuleMedia
231 PassRef<StyleRuleSupports> copy() const { return adoptRef(*new StyleRuleSupports(*this)); } function in class:WebCore::StyleRuleSupports
251 PassRef<StyleRuleRegion> copy() const { return adoptRef(*new StyleRuleRegion(*this)); } function in class:WebCore::StyleRuleRegion
270 PassRef<StyleRuleViewport> copy() const { return adoptRef(*new StyleRuleViewport(*this)); } function in class:WebCore::StyleRuleViewport
/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceBuffer.cpp105 PassRefPtr<ResourceBuffer> ResourceBuffer::copy() const function in class:WebCore::ResourceBuffer
107 return ResourceBuffer::adoptSharedBuffer(m_sharedBuffer->copy());
/macosx-10.10/WebCore-7600.1.25/platform/cocoa/
H A DSystemVersion.mm38 return [[systemVersionInfo objectForKey:@"ProductVersion"] copy];
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DBranch.js78 var revision = representedObject.originalRevision.copy();
120 var copiedRevisions = this._revisions.map(function(revision) { return revision.copy(); });
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebFrame.h70 @property (nonatomic, readonly, copy) NSString *name;
203 @property (nonatomic, readonly, copy) NSArray *childFrames;
H A DWebView.h310 @property (nonatomic, copy) NSString *applicationNameForUserAgent;
327 @property (nonatomic, copy) NSString *customUserAgent;
355 @property (nonatomic, copy) NSString *customTextEncodingName;
363 @property (nonatomic, copy) NSString *mediaStyle;
392 @property (nonatomic, copy) NSString *preferencesIdentifier;
432 @property (nonatomic, copy) NSString *groupName;
464 @property (nonatomic, readonly, copy) NSArray *pasteboardTypesForSelection;
524 @property (nonatomic, copy) NSString *mainFrameURL;
536 @property (nonatomic, readonly, copy) NSString *mainFrameTitle;
625 - (void)copy
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A D_WKProcessPoolConfiguration.mm45 _injectedBundleURL = adoptNS([injectedBundleURL copy]);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dcopy-2.d4 #name: copy with setting section flags 2
/macosx-10.10/libclosure-65/objectTests/
H A D__blockObjectAssign.m66 if (doCopy) changeA = [changeA copy];
H A Dbyrefgc.m57 return [^{ [to hi]; to = [[TestObject alloc] init]; } copy];
H A Dlayout.m26 @property(copy) int (^getInt)(void);
H A Drefcounting.m32 // smae for a copy
33 void (^blockAcopy)(void) = [blockA copy];
47 fail("copy %p of copy %p wasn't the same!!", (void *)blockAcopycopy, (void *)blockAcopy);
H A Dcounting.m72 void (^b)(void) = [^{ printf("hi %p\n", to); } copy];
81 void (^b)(void) = [^{ printf("hi %p\n", to); } copy];
98 void (^b)(void) = [^{ printf("hi %p\n", to); } copy];
/macosx-10.10/libiconv-42/libiconv/tests/
H A Dcheck-stateless.bat10 copy /a %1\%2.TXT /a + %1\%2.IRREVERSIBLE.TXT /a tmp
/macosx-10.10/llvmCore-3425.0.34/utils/release/
H A Dtag.sh43 svn copy -m "Creating release_$release branch" \
57 svn copy -m "Creating release candidate $rc from release_$release branch" \
/macosx-10.10/patch_cmds-17/diffstat/
H A Dmakefile.wnt29 copy $(NAME).exe c:\com
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dfetch.tcl19 proc copy { url {file .} {chunk 32768}} { procedure
60 proc ::http::copy { url {file .} {chunk 32768} } {
81 return [copy [string trim $value] $file $chunk]
100 http://* { eval http::copy $argv }
101 ftp://* { eval ftp::copy $argv }
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c31 "[c:cat|uncompress?Uncompress the standard input and copy it to the standard"
1596 COPY, /* i/o: waiting for input or output to copy stored block */
1604 MATCH, /* o: waiting for output space to copy string */
1645 unsigned long check; /* protected copy of check value */
1646 unsigned long total; /* protected copy of output count */
1658 unsigned length; /* literal or length of data to copy */
1659 unsigned offset; /* distance back to copy string from */
2089 /* window position, window bytes to copy */
2092 unsigned char FAR *from; /* where to copy match from */
2094 /* copy stat
2547 unsigned copy, dist; local
2784 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/macosx-10.10/objc4-646/runtime/Accessors.subproj/
H A Dobjc-accessors.mm9 * compliance with the License. Please obtain a copy of the License at
79 static inline void reallySetProperty(id self, SEL _cmd, id newValue, ptrdiff_t offset, bool atomic, bool copy, bool mutableCopy) __attribute__((always_inline));
81 static inline void reallySetProperty(id self, SEL _cmd, id newValue, ptrdiff_t offset, bool atomic, bool copy, bool mutableCopy)
91 if (copy) {
116 bool copy = (shouldCopy && shouldCopy != MUTABLE_COPY);
118 reallySetProperty(self, _cmd, newValue, offset, atomic, copy, mutableCopy);
227 // let C++ code perform the actual copy.
/macosx-10.10/cups-408/cups/cups/
H A Dencode.c371 *copy, /* Copy of option value */ local
568 * Make a copy of the value we can fiddle with...
571 if ((copy = strdup(option->value)) == NULL)
577 DEBUG_puts("1cupsEncodeOptions2: Ran out of memory for value copy!");
582 val = copy;
591 copy = NULL;
755 if (copy)
756 free(copy);
776 if (copy)
777 free(copy);
[all...]

Completed in 294 milliseconds

<<11121314151617181920>>