Searched refs:write (Results 251 - 275 of 2118) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dastcopy.c74 if (write(wfd, mapbuf, mapsize) != mapsize || lseek(rfd, mapsize, 1) == ((off_t)-1)) return(-1);
88 if ((c = read(rfd, buf, (size_t)n)) > 0 && write(wfd, buf, (size_t)c) != c) c = -1;
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_format_cpio_newc.c173 ret = (a->compressor.write)(a, &h, sizeof(h));
178 ret = (a->compressor.write)(a, path, pathlength);
183 ret = (a->compressor.write)(a, "\0\0\0", pad);
192 ret = (a->compressor.write)(a, p, strlen(p));
196 ret = (a->compressor.write)(a, "\0\0\0", pad);
214 ret = (a->compressor.write)(a, buff, s);
288 ret = (a->compressor.write)(a, a->nulls, to_write);
293 ret = (a->compressor.write)(a, a->nulls, cpio->padding);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A Dcircular_raw_ostream.h77 TheStream->write(Cur, BufferArray + BufferSize - Cur);
79 TheStream->write(BufferArray, Cur - BufferArray);
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DProgressBar.py172 sys.stdout.write(self.header)
182 sys.stdout.write('%-2d' % (i*2))
186 sys.stdout.write('.')
188 sys.stdout.write(' ')
194 sys.stdout.write('\n')
236 sys.stdout.write(self.header)
255 sys.stdout.write(
265 sys.stdout.write(self.BOL + self.term.CLEAR_EOL +
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_io.rb6 w.write "a"
8 w.write "a"
21 t1 = Thread.new { w.write("b" * 4096) }
22 t2 = Thread.new { w.write("c" * 4096) }
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dmacpkg.rb75 def write(rsrcType, data, opts=nil) method in class:Tk
76 tk_call('resource', 'write', *(hash_kv(opts) << rsrcType << data))
79 module_function :close, :delete, :files, :list, :open, :read, :types, :write
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dprotocol.rb183 def write(str) method
189 alias << write
211 len = @io.write(str)
367 def write(str) method in class:WriteAdapter
371 alias print write
374 write str
379 write str.chomp("\n") + "\n"
383 write sprintf(*args)
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dnode.rb30 f.write( self, rv = "" )
33 f.write( self, rv = "" )
/macosx-10.10/ruby-106/ruby/sample/
H A Dsvr.rb30 s.write(str)
/macosx-10.10/ruby-106/ruby/test/mkmf/
H A Dtest_framework.rb10 File.write("#{hdrdir}/#{hdrname}", "")
12 File.write(src, "void #{fw}(void) {}")
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_buffering.rb43 @io.write 'a'
55 @io.write 'a'
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_encoding.rb14 @tempfile.write "hi everybody"
25 @tempfile.write expected
40 @tempfile.write content
51 @tempfile.write "# coding: utf-8\n\317\200" # pi
71 @tempfile.write expected
82 @tempfile.write "# coding: utf-8\n\317\200" # pi
103 @tempfile.write "# coding: ascii\nM\xE4r"
119 @tempfile.write "\xEF\xBB\xBFhi everybody"
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_package_tar_writer.rb21 @tar_writer.add_file 'x', 0644 do |f| f.write 'a' * 10 end
33 io.write 'a' * 10
54 io.write 'a' * 10
75 io.write 'a' * 10
99 io.write 'a' * 10
113 @tar_writer.add_file_simple 'x', 0644, 10 do |io| io.write "a" * 10 end
132 @tar_writer.add_file_simple("lib/foo/bar", 0, 10) { |f| f.write @data }
142 io.write "1" * 11
/macosx-10.10/ruby-106/ruby/test/socket/
H A Dtest_tcp.rb13 c.write "foo"
28 c.write "foo\r\n"
/macosx-10.10/swig-12/Lib/perl5/
H A Dnoembed.h61 #ifdef write
62 #undef write macro
/macosx-10.10/tcl-105/tcl/tcl/library/
H A Dword.tcl54 trace add variable ::tcl_wordchars write ::tcl::UpdateWordBreakREs
55 trace add variable ::tcl_nonwordchars write ::tcl::UpdateWordBreakREs
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dchesslib.c52 write(fd,move,strlen(move));
68 if (-1 == write(fd1,"first\r",6)) exit;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Dfifo2.tcl49 -write-command [list $coordinator froma] \
54 -write-command [list $coordinator fromb] \
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A Dcore.tcl47 initialize finalize watch read write seek configure cget
H A Dtransformcore.tcl46 initialize finalize read write drain flush limit?
/macosx-10.10/vim-55/runtime/compiler/
H A Dfpc.vim15 " NOTE: compiler must be runned with -vb to write whole source path, not only file
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py16 source.write(line)
17 source.write('\n\n')
52 f.write(SOURCE)
59 f.write(repr(code) + '\n')
84 elif name == 'RemoteConsole.write':
85 sys.stdout.write(ensure_utf8(args[0]))
92 writecode('interp.write(repr(%s) + "\\n")' % (netrepr(obj),))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py16 source.write(line)
17 source.write('\n\n')
52 f.write(SOURCE)
59 f.write(repr(code) + '\n')
84 elif name == 'RemoteConsole.write':
85 sys.stdout.write(ensure_utf8(args[0]))
92 writecode('interp.write(repr(%s) + "\\n")' % (netrepr(obj),))
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py16 source.write(line)
17 source.write('\n\n')
52 f.write(SOURCE)
59 f.write(repr(code) + '\n')
84 elif name == 'RemoteConsole.write':
85 sys.stdout.write(ensure_utf8(args[0]))
92 writecode('interp.write(repr(%s) + "\\n")' % (netrepr(obj),))
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dbincode.c195 Trf_WriteProc* write;
202 Trf_WriteProc* write;
272 c->write = fun;
314 * Encode the given character and write the result.
352 return c->write (c->writeClientData, buffer, CHAR_BIT, interp);
355 return c->write (c->writeClientData, (unsigned char*) code [character & 0x00ff], CHAR_BIT, interp);
365 * Encode the given buffer and write the result.
400 res = c->write (c->writeClientData, (unsigned char*) out, 8*bufLen, interp);
494 c->write = fun;
539 * Decode the given character and write th
193 Trf_WriteProc* write; member in struct:_EncoderControl_
200 Trf_WriteProc* write; member in struct:_DecoderControl_
[all...]

Completed in 405 milliseconds

<<11121314151617181920>>