Searched refs:Write (Results 26 - 50 of 120) sorted by relevance

12345

/macosx-10.10.1/vim-55/runtime/autoload/
H A Dtar.vim328 " tar#Write: {{{2
329 fun! tar#Write(fname)
330 " call Dfunc("tar#Write(fname<".a:fname.">) b:tarfile<".b:tarfile."> tblfile_".winnr()."<".s:tblfile_{winnr()}.">")
336 echohl WarningMsg | echo '***warning*** (tar#Write) rejecting tarfile member<'.a:fname.'> because of embedded "-"'
337 " call Dret('tar#Write : rejecting tarfile member<'.fname.'> because of embedded "-"')
346 " call Dret("tar#Write")
351 echohl Error | echo "***error*** (tar#Write) sorry, mkdir() doesn't work on your system" | echohl None
353 " call Dret("tar#Write")
371 echohl Error | echo "***error*** (tar#Write) cannot cd to temporary directory" | Echohl None
373 " call Dret("tar#Write")
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/testKeychainAPI/testKeychainAPI/
H A DKCParamUtility.h41 virtual void Write(FILE *inFile)=0;
71 virtual void Write(FILE *inFile) function in class:TParam
506 aTag.Write(inFile);
510 aData.Write(inFile);
550 aCount.Write(inFile);
556 aAttr.Write(inFile);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dpersist.h68 void Write(const void *buf_, int len_);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Ddtplite243 # File File mode. Write result to a file.
244 # File.Stdout File mode. Write result to stdout.
628 proc ::dtplite::Write {f data} {
667 Write $output [dt format [Get $input]]
738 Write [At $o] [dt format [Get [Pick $f]]]
805 Write [At $o] [dt format [Get [Pick $f]]]
917 Write $fqn $thetoc
928 # Write as doctoc.
977 Write [At .tocdoc] $text
991 Write [A
[all...]
H A Dtcldocstrip390 proc ::tcldocstrip::Write {f data} {
497 Write $output $text
/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DOpenSyscall.cpp144 permission = static_cast<SyscallPolicy::Permission>(permission | SyscallPolicy::Write);
150 permission = static_cast<SyscallPolicy::Permission>(permission | SyscallPolicy::Write);
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dmake_pcsi_curl_kit_name.com178 $! Write out a logical name for the resulting base kit name.
/macosx-10.10.1/vim-55/src/
H A Dswis.s121 wfs ar2 ; Write floating point status. Needed?
140 wfs ar2 ; Write floating point status. Needed?
H A Dos_amiga.c112 Write(raw_out, (char *)p, (long)len);
443 * Write the command into the file, put quotes around the arguments that
482 Write(fh, "\"", 1L);
483 Write(fh, av, (long)strlen(av));
485 Write(fh, "\"", 1L);
486 Write(fh, " ", 1L);
488 Write(fh, "\nendcli\n", 8L);
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DIsochronousDataHandler.k.h86 EXTERN_API( ComponentResult ) ADD_IDH_BASENAME(Write) (IDH_GLOBALS() ADD_IDH_COMMA IDHParameterBlock * pb);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DCFDictionaryPropertyBag.cpp176 HRESULT STDMETHODCALLTYPE CFDictionaryPropertyBag::Write(LPCOLESTR pszPropName, VARIANT* pVar) function in class:CFDictionaryPropertyBag
H A DWebActionPropertyBag.cpp165 HRESULT STDMETHODCALLTYPE WebActionPropertyBag::Write(LPCOLESTR pszPropName, VARIANT* pVar) function in class:WebActionPropertyBag
H A DWebDatabaseManager.cpp69 virtual HRESULT STDMETHODCALLTYPE Write(LPCOLESTR pszPropName, VARIANT* pVar);
139 HRESULT STDMETHODCALLTYPE DatabaseDetailsPropertyBag::Write(LPCOLESTR pszPropName, VARIANT* pVar) function in class:DatabaseDetailsPropertyBag
H A DWebElementPropertyBag.cpp199 HRESULT STDMETHODCALLTYPE WebElementPropertyBag::Write(LPCOLESTR pszPropName, VARIANT* pVar) function in class:WebElementPropertyBag
/macosx-10.10.1/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs199 public override void Write(byte[] buffer, int offset, int count) method in class:DotZLib.GZipStream
/macosx-10.10.1/CPANInternal-159.1/PlRPC-0.2020/lib/RPC/
H A DPlServer.pm158 $comm->Write($socket,
163 $comm->Write($socket,
169 $comm->Write($socket,
173 $comm->Write($socket, (ref($result) ? $result : [1, "Welcome!"]));
255 $comm->Write($socket, \@result);
260 $comm->Write($socket, \$error);
/macosx-10.10.1/OpenSSL098-52/src/
H A Dmakevms.com188 $! Write The [.CRYPTO._<ARCH>]OPENSSLCONF.H File.
193 $! Write a few macros that indicate how this system was built.
271 $! Write the Alpha specific data
308 $! Write the VAX specific data
387 $! Write The [.CRYPTO._<ARCH>]BUILDINF.H File.
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dncf.vim107 syn match ncfSetCommandsNum "\(TIMESYNC Write Value\)\s*="
142 syn match ncfSetCommandsBool "\(Enable Disk Read After Write Verify\)\s*="
174 syn match ncfSetCommandsBool "\(TIMESYNC Write Parameters\)\s*="
178 syn match ncfSetCommandsBool "\(Write Fault Emulation\)\s*="
179 syn match ncfSetCommandsBool "\(Write Fault Notification\)\s*="
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGArrayMode.cpp50 if (action == Array::Write && !profile->mayInterceptIndexedAccesses(locker))
55 if (action == Array::Write)
60 if (action == Array::Write && !profile->mayInterceptIndexedAccesses(locker))
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/bin/
H A Djson_xs59 Write the file in the given format to STDOUT.
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DUSBMassStorageClassBulkOnly.cpp267 status = GetBulkOutPipe()->Write( boRequestBlock->boPhaseDesc,
330 status = GetBulkOutPipe()->Write(
/macosx-10.10.1/swig-12/Source/DOH/
H A Ddoh.h69 #define DohWrite DOH_NAMESPACE(Write)
365 #define Write DohWrite macro
H A Dfio.c24 * Write's N characters of output and retries until all characters are
32 ret = Write(out, cb, nw);
480 wret = Write(out, cw, nwrite);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyStorage.cpp44 virtual bool Write(const void *buffer_, int length_);
57 bool c4_PyStream::Write(const void *buffer_, int length_) { function in class:c4_PyStream
/macosx-10.10.1/zlib-55/zlib/contrib/delphi/
H A DZLib.pas92 function Write(const Buffer; Count: Longint): Longint; override; function
121 function Write(const Buffer; Count: Longint): Longint; override; function
444 function TCompressionStream.Write(const Buffer; Count: Longint): Longint;
522 function TDecompressionStream.Write(const Buffer; Count: Longint): Longint;

Completed in 320 milliseconds

12345