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

1234567891011>>

/macosx-10.9.5/postfix-252/postfix/src/master/
H A Dmaster_proto.c80 if (write(MASTER_STATUS_FD, (char *) &stat, sizeof(stat)) != sizeof(stat)) {
/macosx-10.9.5/postfix-252/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.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A Dhex.tcl40 method write {c data} {
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/nvram/
H A DIONVRAMController.h45 virtual IOReturn write(IOByteCount offset, UInt8 *buffer,
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A DDSAextract.py103 output.write(buffer)
107 output.write(buffer)
109 output.write(buffer)
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dchesslib++.c7 extern int write(...);
56 write(fd,move,strlen(move));
72 if (-1 == write(fd1,"first\r",6)) exit;
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_package.rb27 io.write SIMPLE_GEM
48 io.write '# lib/code.rb'
83 io.write spec.to_yaml
109 open 'lib/code.rb', 'w' do |io| io.write '# lib/code.rb' end
110 open 'lib/extra.rb', 'w' do |io| io.write '# lib/extra.rb' end
142 io.write '# lib/code.rb'
166 Gem::Security.write PRIVATE_KEY, private_key_path
169 Gem::Security.write PUBLIC_CERT, public_cert_path
179 io.write '# lib/code.rb'
227 io.write '# li
[all...]
/macosx-10.9.5/misc_cmds-32/leave/
H A Dleave.c82 (void)write(STDOUT_FILENO, MSG1, sizeof(MSG1) - 1);
159 * if write fails, we've lost the terminal through someone else
166 if (write(STDOUT_FILENO, MSG2, sizeof(MSG2) - 1) != sizeof(MSG2) - 1)
175 if (write(STDOUT_FILENO, MSG3, sizeof(MSG3) - 1) != sizeof(MSG3) - 1)
182 if (write(STDOUT_FILENO, MSG4, sizeof(MSG4) - 1) != sizeof(MSG4) - 1)
187 (void)write(STDOUT_FILENO, MSG5, sizeof(MSG5) - 1);
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_encoding.rb19 # Given an encoded document, try to write out to that encoding
22 doc.write( out="" )
27 # Given an encoded document, try to change the encoding and write it out
32 REXML::Formatters::Default.new.write( doc.root, out="" )
40 # * Given an encoded document, try to write it to a different encoding
43 REXML::Formatters::Default.new.write( doc.root, Output.new( out="", "UTF-8" ) )
53 doc.write( out="" )
58 # * Given a non-encoded document, write to a different encoding
61 doc.write( Output.new( out="", "ISO-8859-3" ) )
/macosx-10.9.5/python_modules-35/2.5/xattr/
H A Drtool.py94 write = False
107 write = True
117 if write or delete:
121 if read or write or delete:
126 if write:
137 def doSinglePathChange(filename,attr_name,attr_value,read,write,delete,recursive):
141 sys.stderr.write("xattr: No such file: %s\n" % (filename,))
143 sys.stderr.write("xattr: " + str(e) + "\n")
162 doSinglePathChange(filename+'/'+subfilename,attr_name,attr_value,read,write,delete,recursive)
170 if write
[all...]
/macosx-10.9.5/python_modules-35/xattr/
H A Drtool.py103 write = False
135 write = True
139 if write or delete:
143 if read or write or delete:
148 if write:
159 def doSinglePathChange(filename,attr_name,attr_value,read,write,delete,recursive):
163 sys.stderr.write("xattr: No such file: %s\n" % (filename,))
165 sys.stderr.write("xattr: " + str(e) + "\n")
184 doSinglePathChange(filename+'/'+subfilename,attr_name,attr_value,read,write,delete,recursive)
192 if write
[all...]
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dtestbackend.c251 write(1, " ", 1);
267 write(1, "\033E", 2);
269 write(1, "%!\n/Courier findfont 12 scalefont setfont 0 setgray\n", 52);
283 write(1, buffer, strlen(buffer));
294 write(1, buffer, strlen(buffer));
304 write(1, "\014", 1);
306 write(1, "showpage\n", 9);
314 write(2, buffer, bytes);
335 write(1, buffer, strlen(buffer));
342 write(
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dtelnet.rb39 # #write() methods, which #cmd() is implemented on top of, are
61 # to already open sockets, or to any read-write IO object. This
210 # methods, not the #write() method. The precise nature of
214 # Output_log:: the name of the file to write connection status messages
238 # (but not #write()). If you are using the Net::Telnet
342 @log.write(message) if @options.has_key?("Output_log")
356 @log.write($ERROR_INFO.to_s + "\n") if @options.has_key?("Output_log")
365 @log.write(message) if @options.has_key?("Output_log")
450 self.write("nobody here but us pigeons" + EOL)
455 self.write(IA
610 def write(string) method
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dvtzone.cpp886 void write(const UnicodeString& str);
887 void write(UChar ch);
888 void write(const UChar* str);
889 //void write(const UChar* str, int32_t length);
902 VTZWriter::write(const UnicodeString& str) { function in class:VTZWriter
907 VTZWriter::write(UChar ch) { function in class:VTZWriter
912 VTZWriter::write(const UChar* str) { function in class:VTZWriter
918 VTZWriter::write(const UChar* str, int32_t length) {
1157 VTimeZone::write(UnicodeString& result, UErrorCode& status) const { function in class:VTimeZone
1160 write(write
1164 VTimeZone::write(UDate start, UnicodeString& result, UErrorCode& status) const { function in class:VTimeZone
1724 VTimeZone::write(VTZWriter& writer, UErrorCode& status) const { function in class:VTimeZone
1771 VTimeZone::write(UDate start, VTZWriter& writer, UErrorCode& status) const { function in class:VTimeZone
[all...]
/macosx-10.9.5/IOStorageFamily-172/
H A DIOStorage.cpp42 ( OSMemberFunctionCast( void *, storage, ( void ( IOStorage::* )( IOService *, UInt64, IOMemoryDescriptor *, IOStorageCompletion ) ) &IOStorage::write ) == _ZN9IOStorage5writeEP9IOServiceyP18IOMemoryDescriptor19IOStorageCompletion ) && \
44 ( OSMemberFunctionCast( void *, storage, ( void ( IOStorage::* )( IOService *, UInt64, IOMemoryDescriptor *, IOStorageAttributes *, IOStorageCompletion * ) ) &IOStorage::write ) != _ZN9IOStorage5writeEP9IOServiceyP18IOMemoryDescriptorP19IOStorageAttributesP19IOStorageCompletion ) )
136 // Internal completion routine for synchronous versions of read and write.
182 // Invokes the specified completion action of the read/write request. If
196 // Invokes the specified completion action of the read/write request. If
255 IOReturn IOStorage::write(IOService * client, function in class:IOStorage
265 // specified buffer, synchronously. When the write completes, this method
278 // Issue the asynchronous write.
281 write(client, byteStart, buffer, attributes, &completion);
283 write(clien
315 void IOStorage::write(IOService * client, function in class:IOStorage
362 void IOStorage::write(IOService * client, function in class:IOStorage
[all...]
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dinffast.c33 Decode literal, length, and distance codes and write out the resulting
82 unsigned write; /* window write index */ local
109 write = state->write;
195 if (write == 0) { /* very common case */
205 else if (write < op) { /* wrap around window */
206 from += wsize + write - op;
207 op -= write;
214 if (write < le
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dinffast.c61 Decode literal, length, and distance codes and write out the resulting
110 unsigned write; /* window write index */ local
137 write = state->write;
223 if (write == 0) { /* very common case */
233 else if (write < op) { /* wrap around window */
234 from += wsize + write - op;
235 op -= write;
242 if (write < le
[all...]
/macosx-10.9.5/zlib-53/zlib/
H A Dmake_vms.com63 $ open/write topt tmp.opt
64 $ open/write optf 'optfile'
94 $ open/write conf_hin config.hin
95 $ write conf_hin "#undef _LARGEFILE64_SOURCE"
109 $ open/write aconf zconf.h
117 $ write aconf line
125 $ write aconf "#define VMS 1"
126 $ write aconf "#include <unistd.h>"
127 $ write aconf "#include <unixio.h>"
128 $ write acon
[all...]
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A Dfstab.c236 (void)write(STDERR_FILENO, "fstab: ", 7);
237 (void)write(STDERR_FILENO, _PATH_FSTAB, sizeof(_PATH_FSTAB) - 1);
238 (void)write(STDERR_FILENO, ":", 1);
240 (void)write(STDERR_FILENO, num, strlen(num));
242 (void)write(STDERR_FILENO, p, strlen(p));
243 (void)write(STDERR_FILENO, "\n", 1);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/
H A Dslapd-dds.conf59 by self write
64 by users write
72 by dnattr=creatorsName write
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/PreferencePane/
H A DPrivilegedOperations.c169 // write authority to pipe
171 write(commFD, &len, sizeof len);
173 write(commFD, &len, sizeof len);
174 write(commFD, &authExt, len);
176 // write parameter to pipe
178 write(commFD, &len, sizeof len);
180 write(commFD, &len, sizeof len);
181 write(commFD, buff, len);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/RoundTransparentWindow/
H A DRoundTransparentWindow.py23 sys.stderr.write('failed to access circle image\n')
27 sys.stderr.write('failed to access pentagram image\n')
54 sys.stderr.write('superclass call failed\n')
69 sys.stderr.write('failed to obtain screen\n')
73 sys.stderr.write('failed to obtain frame\n')
87 sys.stderr.write('failed to obtain frame\n')
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/RoundTransparentWindow/
H A DRoundTransparentWindow.py23 sys.stderr.write('failed to access circle image\n')
27 sys.stderr.write('failed to access pentagram image\n')
54 sys.stderr.write('superclass call failed\n')
69 sys.stderr.write('failed to obtain screen\n')
73 sys.stderr.write('failed to obtain frame\n')
87 sys.stderr.write('failed to obtain frame\n')
/macosx-10.9.5/ruby-104/ruby/test/rinda/
H A Dtest_rinda.rb24 @ts.write([2, :now])
40 @ts.write([@now, :now])
53 @ts.write([@inf, :now])
56 @ts.write([2, :now])
186 @ts.write({:message=>String, "name"=>String})
189 @ts.write([1, 2, 3])
192 @ts.write({'1'=>1, '2'=>2, '3'=>3})
195 entry = @ts.write(['1'=>1, '2'=>2, '3'=>3])
257 @ts.write([:symbol, :symbol])
258 @ts.write(['strin
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dled.tcl77 trace remove variable ::$options(-variable) write [mymethod varTrace]
79 trace add variable ::$name write [mymethod varTrace]
86 after 10 [list $self varTrace $name "" write]

Completed in 439 milliseconds

1234567891011>>