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

1234567891011>>

/macosx-10.10.1/Libsystem-1213/
H A DCompatibilityHacks.c63 SYM(write); variable
/macosx-10.10.1/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.1/OpenSSL098-52/src/crypto/bio/
H A Dbio_lcl.h25 #define UP_write write
/macosx-10.10.1/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.1/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.1/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.1/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.1/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.1/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.1/libxml2-26/libxml2/win32/wince/
H A Dwincecompat.c27 int write(int handle, const char *buffer, unsigned int len) function
/macosx-10.10.1/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.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Tools/
H A DgenHeaderTests.py34 fd.write(TMPL % locals() )
/macosx-10.10.1/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.1/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.1/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.1/ruby-106/ruby/sample/drb/
H A Dring_echo.rb27 ts.write([:name, :RingEcho, RingEcho.new(DRb.uri), ''], renewer)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tie/
H A Dreceiving_client.tcl34 trace add variable receiver {write unset} Track
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A Devents.tcl14 # Meta description timer generating the expected read/write
41 write 0
51 my disallow read write
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A Dlimitsize.tcl53 method write {c data} {
H A Dobserve.tcl24 # Meta description plus the channels to write the bytes to.
47 method write {c data} {
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/cgi-bin/
H A Drpc29 proc write {html} {
67 write $html
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/
H A Dreflect.h53 Trf_WriteProc* write; member in struct:_ReflectControl_
/macosx-10.10.1/libxml2-26/libxml2/doc/
H A Dapibuild.py1713 output.write(" <enum name='%s' file='%s'" % (name,
1722 output.write(" value='%s'" % (val));
1724 output.write(" type='%s'" % info[2]);
1726 output.write(" info='%s'" % escape(info[1]));
1727 output.write("/>\n")
1731 output.write(" <macro name='%s' file='%s'>\n" % (name,
1737 output.write(" <info>%s</info>\n" % (escape(desc)))
1742 output.write(" <arg name='%s' info='%s'/>\n" % (
1746 output.write(" <arg name='%s'/>\n" % (name))
1749 output.write(" </macr
[all...]
/macosx-10.10.1/python_modules-40/Modules/xattr-0.6.4/
H A Drtool.py.in116 write = False
148 write = True
152 if write or delete:
156 if read or write or delete:
166 if write:
182 def doSinglePathChange(filename,attr_name,attr_value,read,write,delete,recursive):
186 sys.stderr.write("xattr: No such file: %s\n" % (filename,))
188 sys.stderr.write("xattr: " + str(e) + "\n")
212 doSinglePathChange(filename+'/'+subfilename,attr_name,attr_value,read,write,delete,recursive)
220 if write
[all...]

Completed in 360 milliseconds

1234567891011>>