Searched refs:write (Results 176 - 200 of 2072) sorted by relevance

1234567891011>>

/macosx-10.10.1/cups-408/cups/backend/
H A Dtestbackend.c244 write(1, " ", 1);
260 write(1, "\033E", 2);
262 write(1, "%!\n/Courier findfont 12 scalefont setfont 0 setgray\n", 52);
276 write(1, buffer, strlen(buffer));
287 write(1, buffer, strlen(buffer));
297 write(1, "\014", 1);
299 write(1, "showpage\n", 9);
307 write(2, buffer, (size_t)bytes);
328 write(1, buffer, strlen(buffer));
335 write(
[all...]
/macosx-10.10.1/ruby-106/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.10.1/ICU-531.30/icuSources/i18n/
H A Dvtzone.cpp887 void write(const UnicodeString& str);
888 void write(UChar ch);
889 void write(const UChar* str);
890 //void write(const UChar* str, int32_t length);
903 VTZWriter::write(const UnicodeString& str) { function in class:VTZWriter
908 VTZWriter::write(UChar ch) { function in class:VTZWriter
913 VTZWriter::write(const UChar* str) { function in class:VTZWriter
919 VTZWriter::write(const UChar* str, int32_t length) {
1158 VTimeZone::write(UnicodeString& result, UErrorCode& status) const { function in class:VTimeZone
1161 write(write
1165 VTimeZone::write(UDate start, UnicodeString& result, UErrorCode& status) const { function in class:VTimeZone
1725 VTimeZone::write(VTZWriter& writer, UErrorCode& status) const { function in class:VTimeZone
1772 VTimeZone::write(UDate start, VTZWriter& writer, UErrorCode& status) const { function in class:VTimeZone
[all...]
/macosx-10.10.1/rsync-45/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.10.1/xnu-2782.1.97/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.10.1/zlib-55/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.10.1/DiskArbitration-268/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.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-dds.conf59 by self write
64 by users write
72 by dnattr=creatorsName write
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dbuild_curl-config_script.com33 $ write sys$output "@MAKE_PCSI_CURL_KIT_NAME.COM has not been run."
56 $ write sys$output "Can not find curl-config.in."
102 $ write pco ""
110 $ write pco line_in
118 $ write pco line_in
126 $ write pco "prefix=/usr"
128 $ write pco "prefix=/beta"
136 $ write pco "exec_prefix=/usr"
138 $ write pco "exec_prefix=/beta"
144 $ write pc
[all...]
H A Dbuild_gnv_curl_release_notes.com35 $ write sys$output "@MAKE_PCSI_CURL_KIT_NAME.COM has not been run."
47 $ write sys$output "Can not find Curl readme file."
58 $ write sys$output "Can not find Curl copying file."
69 $ write sys$output "Can not find VMS specific Curl readme file."
80 $ write sys$output "Can not find Curl release-notes file."
86 $ write sys$output "GNV_LINK_CURL.COM has not been run!"
/macosx-10.10.1/mDNSResponder-561.1.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.10.1/pyobjc-45/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.10.1/pyobjc-45/2.6/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.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/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.10.1/ruby-106/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.10.1/tcl-105/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]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DAttribute.java153 protected ByteVector write( method in class:Attribute
185 * arrays, with the {@link #write write} method.
212 size += attr.write(cw, code, len, maxStack, maxLocals).length + 6;
223 * arrays, with the {@link #write write} method.
248 ByteVector b = attr.write(cw, code, len, maxStack, maxLocals);
/macosx-10.10.1/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.1/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.1/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.1/AppleRAID-4.0.6/
H A DAppleLVMStorageRequest.h38 virtual void write(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer,
/macosx-10.10.1/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.1/ICU-531.30/icuSources/tools/makeconv/
H A Dmakeconv.h55 (*write)(NewConverter *cnvData, const UConverterStaticData *staticData, member in struct:NewConverter
/macosx-10.10.1/IOStorageFamily-182.1.1/
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
249 IOReturn IOStorage::write(IOService * client, function in class:IOStorage
257 // specified buffer, synchronously. When the write completes, this method
270 // Issue the asynchronous write.
272 write(client, byteStart, buffer, attributes, &completion);
274 // Wait for the write t
303 void IOStorage::write(IOService * client, function in class:IOStorage
350 void IOStorage::write(IOService * client, function in class:IOStorage
[all...]

Completed in 835 milliseconds

1234567891011>>