Searched refs:copy (Results 151 - 175 of 1952) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/test/
H A Drecd018.tcl46 catch { file copy -force $testdir/$testfile $file} res
76 catch { file copy -force $testdir/$testfile $file} res
91 catch { file copy -force $file $testdir/$testfile } res
92 move_file_extent $testdir $testfile init copy
102 catch { file copy -force $file $testdir/$testfile } res
103 move_file_extent $testdir $testfile afterop copy
H A Drecd019.tcl75 catch { file copy -force $testdir/$testfile $file} res
91 catch { file copy -force $testdir/$testfile $file} res
107 catch { file copy -force $file $testdir/$testfile } res
108 move_file_extent $testdir $testfile init copy
115 catch { file copy -force $file $testdir/$testfile } res
116 move_file_extent $testdir $testfile afterop copy
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dtest_cert.in59 echo "copy dance"
60 ${hxtool} certificate-copy \
63 ${hxtool} certificate-copy PEM-FILE:cert-pem.tmp DER-FILE:cert-der.tmp || exit 1
64 ${hxtool} certificate-copy DER-FILE:cert-der.tmp PEM-FILE:cert-pem2.tmp || exit 1
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Ddynamic-forward.sh46 somehost cat $DATA > $OBJ/ls.copy
47 test -f $OBJ/ls.copy || fail "failed copy $DATA"
48 cmp $DATA $OBJ/ls.copy || fail "corrupted copy of $DATA"
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.h18 You should have received a copy of the GNU General Public License along
63 virtual node *copy() = 0;
155 node *copy() { return new line_start_node; } function in class:line_start_node
183 node *copy();
221 node *copy();
237 node *copy();
259 node *copy();
273 node *copy();
287 node *copy();
301 node *copy();
[all...]
/macosx-10.10/libiconv-42/libiconv/po/
H A DMakefile.msvc.sh29 INSTALL = copy
30 INSTALL_PROGRAM = copy
31 INSTALL_DATA = copy
/macosx-10.10/ppp-786.1.1/Authenticators/EAP-TLS/
H A Deaptls_ui.c9 * compliance with the License. Please obtain a copy of the License at
227 CFStringRef copy = NULL; local
229 copy = CFBundleCopyLocalizedString(bundleRef, CFSTR("VPN Authentication"), CFSTR("VPN Authentication"), NULL);
230 ctx->response = eaptls_ui_dialog(publishedProperties, copy ? copy : CFSTR("VPN Authentication"));
231 if (copy)
232 CFRelease(copy);
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DScriptDebugServer.cpp229 Vector<ScriptDebugListener*> copy; local
230 copyToVector(listeners, copy);
231 for (size_t i = 0; i < copy.size(); ++i)
232 copy[i]->didParseSource(sourceID, script);
241 Vector<ScriptDebugListener*> copy; local
242 copyToVector(listeners, copy);
243 for (size_t i = 0; i < copy.size(); ++i)
244 copy[i]->failedToParseSource(url, data, firstLine, errorLine, errorMessage);
268 Vector<ScriptDebugListener*> copy; local
269 copyToVector(listeners, copy);
[all...]
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginMainThreadScheduler.cpp94 CallQueueMap copy(m_callQueueMap);
106 CallQueueMap::iterator end = copy.end();
107 for (CallQueueMap::iterator it = copy.begin(); it != end; ++it)
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DTest.py61 import copy
62 res = copy.copy(self)
/macosx-10.10/vim-55/
H A Dvimtutor.bat1 :: Start Vim on a copy of the tutor file.
12 :: Use Vim to copy the tutor, it knows the value of $VIMRUNTIME
23 :: Try making a copy of tutor with gvim. If gvim cannot be found, try using
27 :: The script tutor.vim tells Vim which file to copy.
49 :: The script tutor.vim tells Vim which file to copy
65 :: remove the copy of the tutor
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Durep.h121 * @param dst array in which to copy characters. The length of
142 * @param dest the index at which the copy of the UChars should be
146 void (*copy)(UReplaceable* rep, member in struct:UReplaceableCallbacks
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleDeprecatedFlexibleBoxData.h18 * You should have received a copy of the GNU Library General Public License
36 PassRef<StyleDeprecatedFlexibleBoxData> copy() const;
H A DStyleFlexibleBoxData.h39 PassRef<StyleFlexibleBoxData> copy() const;
H A DStyleInheritedData.h18 * You should have received a copy of the GNU Library General Public License
40 PassRef<StyleInheritedData> copy() const;
H A DStyleMarqueeData.h18 * You should have received a copy of the GNU Library General Public License
38 PassRef<StyleMarqueeData> copy() const;
H A DStyleSurroundData.cpp15 * You should have received a copy of the GNU Library General Public License
42 PassRef<StyleSurroundData> StyleSurroundData::copy() const function in class:WebCore::StyleSurroundData
H A DStyleSurroundData.h18 * You should have received a copy of the GNU Library General Public License
38 PassRef<StyleSurroundData> copy() const;
H A DStyleTransformData.cpp15 * You should have received a copy of the GNU Library General Public License
46 PassRef<StyleTransformData> StyleTransformData::copy() const function in class:WebCore::StyleTransformData
H A DStyleTransformData.h18 * You should have received a copy of the GNU Library General Public License
38 PassRef<StyleTransformData> copy() const;
H A DStyleVisualData.cpp15 * You should have received a copy of the GNU Library General Public License
55 PassRef<StyleVisualData> StyleVisualData::copy() const function in class:WebCore::StyleVisualData
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKUserScript.h48 @property (nonatomic, readonly, copy) NSString *source;
H A DWKWebViewConfigurationPrivate.h37 @property (nonatomic, copy, setter=_setGroupIdentifier:) NSString *_groupIdentifier;
/macosx-10.10/apache-793/httpd/build/
H A DcpR_noreplace.pl8 # the License. You may obtain a copy of the License at
49 copy($File::Find::name, $destfile) or die "Copy $File::Find::name->$destfile failed: $!";
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestfilecopy.c6 * the License. You may obtain a copy of the License at
28 apr_finfo_t copy; local
45 rv = apr_stat(&copy, to, APR_FINFO_SIZE, p);
46 APR_ASSERT_SUCCESS(tc, "Couldn't stat copy file", rv);
49 ABTS_ASSERT(tc, "File size differs", orig.size == copy.size);
54 ? dest.size : 0) + orig.size == copy.size);
68 APR_ASSERT_SUCCESS(tc, "Couldn't remove copy file", rv);
78 /* This is a cheat. I don't want to create a new file, so I just copy
79 * one file, then I copy another. If the second copy succeed
[all...]

Completed in 240 milliseconds

1234567891011>>