Searched refs:write (Results 151 - 175 of 2118) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/lib/rubygems/package/
H A Dtar_writer.rb42 def write(data) method in class:Gem.BoundedStream
46 @io.write data
54 # IO wrapper that provides only #write
68 def write(data) method in class:Gem.RestrictedStream
69 @io.write data
92 # Creates a new TarWriter that will write to +io+
111 @io.write "\0" * 512 # placeholder for the header
118 @io.write "\0" * remainder
126 @io.write header
182 io.write signatur
[all...]
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Drwbypid.d3 * rwbypid.d - read/write calls by PID.
51 syscall::*write*:entry
/macosx-10.10/dtrace-147/DTTk/Proc/
H A Drwbypid.d3 * rwbypid.d - read/write calls by PID.
51 syscall::*write*:entry
/macosx-10.10/libxml2-26/libxml2/
H A Dcheck-xinclude-test-suite.py118 open("xinclude.res", "w").write(result)
155 log.write("Test ID %s\n" % (id))
156 log.write(" File: %s\n" % (URI))
160 log.write(" %s:%s\n\n" % (type, content))
162 log.write(" ----\n%s ----\n" % (error_msg))
164 log.write("\n")
166 log.write("diff from test %s:\n" %(id))
167 log.write(" -----------\n%s\n -----------\n" % (diff));
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xinclude-test-suite.py118 open("xinclude.res", "w").write(result)
155 log.write("Test ID %s\n" % (id))
156 log.write(" File: %s\n" % (URI))
160 log.write(" %s:%s\n\n" % (type, content))
162 log.write(" ----\n%s ----\n" % (error_msg))
164 log.write("\n")
166 log.write("diff from test %s:\n" %(id))
167 log.write(" -----------\n%s\n -----------\n" % (diff));
/macosx-10.10/ruby-106/ruby/lib/rexml/formatters/
H A Dtransitive.rb27 attr.write( output )
42 write( child, output )
/macosx-10.10/ruby-106/ruby/sample/drb/
H A Drindac.rb10 ts.write(['sum', DRb.uri, n])
/macosx-10.10/ruby-106/ruby/test/dtrace/
H A Dhelper.rb20 d.write d_program
24 rb.write ruby_program
/macosx-10.10/dyld-353.2.1/unit-tests/
H A Drun-all-unit-tests8 defaults write com.apple.CrashReporter DialogType basic
38 defaults write com.apple.CrashReporter DialogType ${CRSTATE}
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/scripts/
H A Dcssmin.py44 sys.stdout.write(cssminify(sys.stdin.read()))
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-repl-slave-remote.conf44 by dn.exact="cn=Monitor" write
56 # without the need to write the UpdateDN before starting replication
75 by dn.exact="cn=Monitor" write
H A Dslapd-valregex.conf60 by dn.exact,expand="cn=${v1},ou=Alumni Association,ou=People,dc=example,dc=com" write
67 by dn.exact="cn=James A Jones 1,ou=Alumni Association,ou=People,dc=example,dc=com" write
/macosx-10.10/OpenSSH-189/openssh/
H A Datomicio.h40 #define vwrite (ssize_t (*)(int, void *, size_t))write
H A Droaming_dummy.c41 return write(fd, buf, count);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A Dtls_record_internal.h52 * the payload to write is contained in the variable-length
67 SSLIOWriteFunc write; member in struct:SSLRecordInternalContext
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A Dtls_record_internal.h52 * the payload to write is contained in the variable-length
67 SSLIOWriteFunc write; member in struct:SSLRecordInternalContext
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A Dtls_record_internal.h52 * the payload to write is contained in the variable-length
67 SSLIOWriteFunc write; member in struct:SSLRecordInternalContext
/macosx-10.10/WebInspectorUI-7600.1.17/Scripts/
H A Dcssmin.py44 sys.stdout.write(cssminify(sys.stdin.read()))
/macosx-10.10/dtrace-147/test/tst/common/docsExamples/
H A Drwinfo.d50 syscall::write:entry
60 syscall::write:return
72 printf(" write %5d %9d %d\n", i["write"].calls,
73 i["write"].maxbytes, i["write"].elapsed);
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dnew.cpp18 with groff; see the file COPYING. If not, write to the Free Software
33 write(2, s, strlen(s));
/macosx-10.10/llvmCore-3425.0.34/utils/
H A DDSAclean.py24 #skip next line, write neither this line nor the next
27 #this isn't a tmp Node, we can write it
28 output.write(buffer)
/macosx-10.10/postfix-255/postfix/src/master/
H A Dmaster_proto.c80 if (write(MASTER_STATUS_FD, (char *) &stat, sizeof(stat)) != sizeof(stat)) {
/macosx-10.10/postfix-255/postfix/src/util/
H A Dtimed_write.c5 /* write operation with pre-write timeout
16 /* timed_write() performs a write() operation when the specified
35 /* All other returns are identical to those of a write(2) operation.
58 /* timed_write - write with deadline */
70 * success. The code below exists just in case their write implementation
81 if ((ret = write(fd, buf, len)) < 0 && timeout > 0 && errno == EAGAIN) {
82 msg_warn("write() returns EAGAIN on a writable file descriptor!");
83 msg_warn("pausing to avoid going into a tight select/write loop!");
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A Dhex.tcl40 method write {c data} {
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/nvram/
H A DIONVRAMController.h45 virtual IOReturn write(IOByteCount offset, UInt8 *buffer,

Completed in 309 milliseconds

1234567891011>>