Searched refs:write (Results 201 - 225 of 2118) sorted by relevance

1234567891011>>

/macosx-10.10/iodbc-42.5/iodbc/iodbc/
H A Dvmscompile.com18 $ write sys$output "Could not find the version number of iODBC in CONFIGURE."
20 $ write sys$output "Creating iODBC version ''version'"
32 $ write sys$output "$ cc''debugopt' ''filename'"
36 $ write sys$output "$ LINK''debugopt' IODBC.EXE"
37 $ open/write fo x.opt
39 $ write fo "GSMATCH=LEQ,1,"+sversion
/macosx-10.10/rsync-45/rsync/
H A Dbatch.c19 * with this program; if not, write to the Free Software Foundation, Inc.,
129 write(fd, arg, x - arg + 1);
134 write(fd, "'", 1);
136 write(fd, s, x - s + 1);
137 write(fd, "'", 1);
139 write(fd, s, strlen(s));
140 write(fd, "'", 1);
144 write(fd, arg, strlen(arg));
166 /* This routine tries to write out an equivalent --read-batch command
167 * given the user's --write
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Dmemchan.tcl20 # Meta description an in-memory read/write random-access
44 return [::chan create {read write} [memchan::implementation new]]
55 my allow write
83 method write {c newbytes} {
84 # Return immediately if there is nothing is to write.
90 # Determine where and how to write. There are three possible cases.
H A Dvariable.tcl11 # Meta description an in-memory read-write random-access
40 return [::chan create {read write} [variable::implementation new $varname]]
52 my allow write
84 method write {c newbytes} {
89 # Return immediately if there is nothing is to write.
95 # Determine where and how to write. There are three possible cases.
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleLVMStorageRequest.h38 virtual void write(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer,
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/util/
H A DFastOutputStream.java19 * <p>This class extends {@link OutputStream} and its <code>write()</code>
126 public void write(int b) throws IOException { method in class:FastOutputStream
131 public void write(byte[] fromBuf) throws IOException { method in class:FastOutputStream
136 public void write(byte[] fromBuf, int offset, int length) method in class:FastOutputStream
144 out.write(buf, 0, len);
173 * Equivalent to <code>write(int)<code> but does not throw
175 * @see #write(int)
186 * Equivalent to <code>write(byte[])<code> but does not throw
188 * @see #write(byte[])
201 * Equivalent to <code>write(byt
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/makeconv/
H A Dmakeconv.h55 (*write)(NewConverter *cnvData, const UConverterStaticData *staticData, member in struct:NewConverter
/macosx-10.10/Libsystem-1213/
H A DCompatibilityHacks.c63 SYM(write); variable
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-emptydn.conf52 by dn.exact="cn=Manager,c=US" write
57 by dn.exact="cn=Manager,c=US" write
/macosx-10.10/OpenSSL098-52/src/crypto/bio/
H A Dbio_lcl.h25 #define UP_write write
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dpsize.c18 along with Bash; see the file COPYING. If not, write to the Free
21 /* Write output in 128-byte chunks until we get a sigpipe or write gets an
75 n = write (1, buf, 128);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dzwrite.c16 with Bash; see the file COPYING. If not, write to the Free Software
33 /* Write NB bytes from BUF to file descriptor FD, retrying the write if
35 write. Any other signal causes this function to return prematurely. */
46 i = write (fd, buf, n);
/macosx-10.10/cups-408/cups/filter/
H A Dgziptoany.c83 if (write(1, buffer, (size_t)bytes) < bytes)
86 _("Unable to write uncompressed print data: %s"),
/macosx-10.10/disklabel-6/
H A Ddestroy.c54 if (write(fd, bz, bs) != bs) {
55 err(2, "doDestroy: cannot write %d bytes onto device %s", bs, dev);
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dc-stack.c16 along with this program; if not, write to the Free Software Foundation,
145 write (STDERR_FILENO, program_name, strlen (program_name));
146 write (STDERR_FILENO, ": ", 2);
147 write (STDERR_FILENO, message, strlen (message));
148 write (STDERR_FILENO, "\n", 1);
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsafe-read.c1 /* An interface to read and write that retries after interrupts.
17 along with this program; if not, write to the Free Software Foundation,
24 # include "safe-write.h"
45 # define rw write
53 /* Read(write) up to COUNT bytes at BUF from(to) descriptor FD, retrying if
/macosx-10.10/libxml2-26/libxml2/win32/wince/
H A Dwincecompat.c27 int write(int handle, const char *buffer, unsigned int len) function
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Draw_ostream.cpp119 return write(CurPtr, EndPtr-CurPtr);
145 return write(CurPtr, EndPtr-CurPtr);
173 return write(CurPtr, EndPtr-CurPtr);
267 raw_ostream &raw_ostream::write(unsigned char C) { function in class:raw_ostream
277 return write(C);
287 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { function in class:raw_ostream
297 return write(Ptr, Size);
303 // than the buffer. Directly write the chunk that is a multiple of the
316 return write(Ptr + NumBytes, Size - NumBytes);
376 return write(
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Tools/
H A DgenHeaderTests.py34 fd.write(TMPL % locals() )
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/win32/wince/
H A Dwincecompat.c27 int write(int handle, const char *buffer, unsigned int len) function
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dattlistdecl.rb54 def write out, indent=-1 method in class:REXML.AttlistDecl
H A Dcdata.rb48 # Where to write the string. Defaults to $stdout
58 # c.write( $stdout ) #-> <![CDATA[ Some text ]]>
59 def write( output=$stdout, indent=-1, transitive=false, ie_hack=false ) method in class:REXML.CData
60 Kernel.warn( "#{self.class.name}.write is deprecated" )
/macosx-10.10/ruby-106/ruby/lib/rexml/formatters/
H A Dpretty.rb44 attr.write( output )
63 node.children.each { |child| write( child, string ) }
76 write( child, output )
108 # but it may not write itself if the user didn't specifically add it,
109 # either through the API or in the input document. If it doesn't write
118 write( child, output )
/macosx-10.10/ruby-106/ruby/sample/drb/
H A Dring_echo.rb27 ts.write([:name, :RingEcho, RingEcho.new(DRb.uri), ''], renewer)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/tie/
H A Dreceiving_client.tcl34 trace add variable receiver {write unset} Track

Completed in 418 milliseconds

1234567891011>>