Searched refs:write (Results 276 - 300 of 2118) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dhexcode.c140 Trf_WriteProc* write; member in struct:_EncoderControl_
147 Trf_WriteProc* write; member in struct:_DecoderControl_
242 c->write = fun;
284 * Encode the given character and write the result.
318 return c->write (c->writeClientData, buffer, 2, interp);
321 return c->write (c->writeClientData, (unsigned char*) code [character & 0x00ff], 2, interp);
331 * Encode the given buffer and write the result.
364 res = c->write (c->writeClientData, (unsigned char*) out, 2*bufLen, interp);
458 c->write = fun;
503 * Decode the given character and write th
[all...]
H A Doctcode.c190 Trf_WriteProc* write;
197 Trf_WriteProc* write;
267 c->write = fun;
309 * Encode the given character and write the result.
341 return c->write (c->writeClientData, buffer, 3, interp);
344 return c->write (c->writeClientData, (unsigned char*) code [character & 0x00ff], 3, interp);
354 * Encode the given buffer and write the result.
388 res = c->write (c->writeClientData, (unsigned char*) out, 3*bufLen, interp);
482 c->write = fun;
527 * Decode the given character and write th
188 Trf_WriteProc* write; member in struct:_EncoderControl_
195 Trf_WriteProc* write; member in struct:_DecoderControl_
[all...]
H A Drs_ecc.c126 Trf_WriteProc* write; member in struct:_EncoderControl_
138 Trf_WriteProc* write; member in struct:_DecoderControl_
212 c->write = fun;
261 * Encode the given character and write the result.
298 return c->write (c->writeClientData, (unsigned char*) out, CODE_LEN, interp);
311 * Encode the given buffer and write the result.
366 res = c->write (c->writeClientData, (unsigned char*) out, CODE_LEN, interp);
392 res = c->write (c->writeClientData, (unsigned char*) out, CODE_LEN, interp);
411 return c->write (c->writeClientData, (unsigned char*) out, CODE_LEN, interp);
454 return c->write (
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dstringtriebuilder.cpp75 root->write(*this);
111 write(getMinLinearMatch()+maxLinearMatchLength-1);
123 write(length);
166 // Instead we write the minUnit sub-node last, for a shorter delta.
178 int32_t offset=write(getElementUnit(start, unitIndex));
191 offset=write(getElementUnit(start, unitIndex));
197 offset=write(middleUnits[ltLength]);
410 StringTrieBuilder::FinalValueNode::write(StringTrieBuilder &builder) { function in class:StringTrieBuilder::FinalValueNode
447 StringTrieBuilder::IntermediateValueNode::write(StringTrieBuilder &builder) { function in class:StringTrieBuilder::IntermediateValueNode
448 next->write(builde
509 StringTrieBuilder::ListBranchNode::write(StringTrieBuilder &builder) { function in class:StringTrieBuilder::ListBranchNode
574 StringTrieBuilder::SplitBranchNode::write(StringTrieBuilder &builder) { function in class:StringTrieBuilder::SplitBranchNode
606 StringTrieBuilder::BranchHeadNode::write(StringTrieBuilder &builder) { function in class:StringTrieBuilder::BranchHeadNode
[all...]
H A Dbytestriebuilder.cpp356 BytesTrieBuilder::BTLinearMatchNode::write(StringTrieBuilder &builder) { function in class:BytesTrieBuilder::BTLinearMatchNode
358 next->write(builder);
359 b.write(s, length);
360 offset=b.write(b.getMinLinearMatch()+length-1);
400 BytesTrieBuilder::write(int32_t byte) { function in class:BytesTrieBuilder
410 BytesTrieBuilder::write(const char *b, int32_t length) { function in class:BytesTrieBuilder
421 return write(elements[i].getString(*strings).data()+byteIndex, length);
427 return write(((BytesTrie::kMinOneByteValueLead+i)<<1)|isFinal);
456 return write(intBytes, length);
461 int32_t offset=write(nod
[all...]
H A Ducharstriebuilder.cpp304 UCharsTrieBuilder::UCTLinearMatchNode::write(StringTrieBuilder &builder) { function in class:UCharsTrieBuilder::UCTLinearMatchNode
306 next->write(builder);
307 b.write(s, length);
348 UCharsTrieBuilder::write(int32_t unit) { function in class:UCharsTrieBuilder
358 UCharsTrieBuilder::write(const UChar *s, int32_t length) { function in class:UCharsTrieBuilder
369 return write(elements[i].getString(strings).getBuffer()+unitIndex, length);
375 return write(i|(isFinal<<15));
393 return write(intUnits, length);
399 return write(node);
417 return write(intUnit
[all...]
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dutf-16.el25 ;; along with GNU Emacs; see the file COPYING. If not, write to the
61 ;; -1 in which case a caller should not write out r1.
130 (write-multibyte-character r0 r1)))
142 (write-multibyte-character r0 r1)))
158 (write-multibyte-character r0 r3)))))
211 (write-multibyte-character r0 r1)
220 (write-multibyte-character r0 r1))
225 (write-multibyte-character r0 r1)))))
313 ((write r1)
315 ((write r
[all...]
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib582.c41 struct Sockets read, write; member in struct:ReadWriteSockets
117 addFd(&sockets->write, s, "write");
121 removeFd(&sockets->write, s, 0);
312 updateFdSet(&sockets.write, &writeSet, &maxFd);
330 checkFdSet(m, &sockets.write, &writeSet, CURL_CSELECT_OUT, "write");
362 if(sockets.write.sockets)
363 free(sockets.write.sockets);
/macosx-10.10/file_cmds-242/rmt/
H A Drmt.c151 rval = write(tape, record, n);
165 (void)write(STDOUT_FILENO, resp, strlen(resp));
166 (void)write(STDOUT_FILENO, record, rval);
193 (void)write(STDOUT_FILENO, resp, strlen(resp));
194 (void)write(STDOUT_FILENO, (char *)&mtget,
206 (void)write(STDOUT_FILENO, resp, strlen(resp));
258 (void)write(STDOUT_FILENO, resp, strlen(resp));
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A Draw_ostream.h39 /// need to take the slow path to write a single character.
113 /// unbuffered, the stream will flush after every write. This routine
136 return write(C);
143 return write(C);
150 return write(C);
161 return write(Str.data(), Size);
177 return write(Str.data(), Str.length());
202 raw_ostream &write(unsigned char C);
203 raw_ostream &write(const char *Ptr, size_t Size);
478 /// \param O The vector to write t
[all...]
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_security_signer.rb56 Gem::Security.write PRIVATE_KEY, private_key_path
59 Gem::Security.write PUBLIC_CERT, public_cert_path
128 Gem::Security.write PRIVATE_KEY, private_key_path
131 Gem::Security.write EXPIRED_CERT, cert_path
158 Gem::Security.write EXPIRED_CERT, expired_path
161 Gem::Security.write PRIVATE_KEY, private_key_path
164 Gem::Security.write EXPIRED_CERT, cert_path
H A Dtest_gem_commands_build_command.rb21 gs.write @gem.to_ruby
33 gs.write @gem.to_ruby.sub(/11-08/, "11-8")
100 gs.write @gem.to_ruby
/macosx-10.10/emacs-93/emacs/lisp/language/
H A Dchinese.el25 ;; along with GNU Emacs; see the file COPYING. If not, write to the
97 (pre-write-conversion . pre-write-encode-hz)))
110 (defun pre-write-encode-hz (from to)
201 (write-repeat r0)
207 ((write r0)
208 (write-repeat r1))
211 ((write r0)
212 (write-repeat r1))
216 ((write r
[all...]
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_tempfile.rb25 t.write("hello world")
98 tempfile.write("hello ")
99 tempfile.write("world\n")
196 t.write("hello")
226 t.write("hello")
234 t.write("hello")
291 t.write("\xE6\x9D\xBE\xE6\xB1\x9F")
299 t.write("\xE6\x9D\xBE\xE6\xB1\x9F")
307 t.write("\xE6\x9D\xBE\xE6\xB1\x9F")
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dbytestriebuilder.h152 virtual void write(StringTrieBuilder &builder);
162 virtual int32_t write(int32_t byte);
163 int32_t write(const char *b, int32_t length);
H A Ducharstriebuilder.h156 virtual void write(StringTrieBuilder &builder);
166 virtual int32_t write(int32_t unit);
167 int32_t write(const UChar *s, int32_t length);
/macosx-10.10/libxml2-26/libxml2/doc/
H A Dqueries.py39 f.write("<queries total='%d' uniq='%d' nr='%d' date='%s'>\n" % (
43 f.write(" <query count='%d'>%s</query>\n" % (int(row[2]), row[1]))
45 f.write("</queries>\n")
/macosx-10.10/system_cmds-643.1.1/mkfile.tproj/
H A Dmkfile.c46 #define BF_SZ 512 /* Size of write chunks */
160 if ( 1 != write(fd, "\0", 1))
167 * First loop: write BF_SZ chunks until you have
168 * less then BF_SZ bytes to write.
169 * Second loop: write the remaining bytes.
170 * ERRORS in the write process will cause the
175 bytes_written = write (fd, buff, BF_SZ);
180 bytes_written = write (fd, buff, i);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/scripts/
H A Dmakevms.com52 $ write sys$output "Compiling Libpng sources ..."
86 $ write sys$output "Building Libpng ..."
88 $ write sys$output "Building pngtest..."
94 $ write sys$output "Testing Libpng..."
100 $ write sys$output "Libpng build completed"
137 $ write sys$output P2
/macosx-10.10/Heimdal-398.1.2/appl/rcp/
H A Drcp.c314 write(remout, buf, strlen(buf));
324 write(remout, buf, strlen(buf));
343 write(remout, bp->buf, amt);
345 result = write(remout, bp->buf, (size_t)amt);
353 write(remout, "", 1);
380 write(remout, path, strlen(path));
389 write(remout, path, strlen(path));
408 write(remout, "E\n", 2);
440 write(remout, "", 1);
458 write(STDERR_FILEN
[all...]
/macosx-10.10/BerkeleyDB-21/db/os_qnx/
H A Dos_qnx_fsync.c17 * write so that all data are synced. We only sync this way if the file
43 * after the empty write
54 /* Do an empty write, to force a sync */
55 RETRY_CHK(write(fd, "", 0), ret);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dwritev.c58 ret = write (d, buf, tot);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationdatawriter.h42 static int32_t write(UBool isBase, const UVersionInfo dataVersion,
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOFilterScheme.cpp135 void IOFilterScheme::write(IOService * client, function in class:IOFilterScheme
143 // specified buffer, asynchronously. When the write completes, the caller
146 // The buffer will be retained for the duration of the write.
149 // write through to the provider media. More complex filter schemes such
162 IOStorage::write( client, byteStart, buffer, attributes, completion );
169 getProvider( )->write( this, byteStart, buffer, attributes, completion );
233 // Reprioritize read or write requests at the specified byte offsets.
280 scheme->write( client, byteStart, buffer, NULL, &completion );
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/scripts/
H A Dgenerate-combined-inspector-json.py64 sys.stderr.write("File \"%s\" does not contain valid JSON:\n" % file)

Completed in 412 milliseconds

<<11121314151617181920>>