Searched refs:writing (Results 1 - 25 of 115) sorted by relevance

12345

/macosx-10.10/ruby-106/ruby/lib/net/
H A Dprotocol.rb184 writing {
192 writing {
199 def writing method
280 LOG "writing message from #{src.class}"
282 len = writing {
293 LOG 'writing message from block'
295 len = writing {
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/File/
H A DLocked.pm21 or die "Cannot lock '$self->{filename}' for writing: $!";
65 obtains an exclusive lock on the file before writing to it.
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dbsd_out.c393 asldebug("%s: error writing repeat message (%s): %s\n", MY_ID, r->dst, strerror(errno));
408 asldebug("%s: error re-writing message (%s): %s\n", MY_ID, r->dst, strerror(errno));
493 * so writing them here would cause duplicates.
521 asldebug("%s: error writing message (%s): %s\n", MY_ID, r->dst, strerror(errno));
535 asldebug("%s: error re-writing message (%s): %s\n", MY_ID, r->dst, strerror(errno));
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djcmainct.c176 boolean writing = (main->pass_mode != JBUF_CRANK_DEST); local
186 (JDIMENSION) (compptr->v_samp_factor * DCTSIZE), writing);
189 if (! writing) {
197 if (writing) {
/macosx-10.10/vim-55/src/proto/
H A Dops.pro13 int valid_yank_reg __ARGS((int regname, int writing));
14 void get_yank_register __ARGS((int regname, int writing));
/macosx-10.10/apache-793/httpd/build/
H A Dlibrary.mk10 # Unless required by applicable law or agreed to in writing, software
H A Dltlib.mk10 # Unless required by applicable law or agreed to in writing, software
H A Dprogram.mk10 # Unless required by applicable law or agreed to in writing, software
H A Dspecial.mk10 # Unless required by applicable law or agreed to in writing, software
/macosx-10.10/apache-793/httpd/modules/lua/test/htdocs/
H A Dconfig_tests.lua10 -- Unless required by applicable law or agreed to in writing, software
H A Dother.lua10 -- Unless required by applicable law or agreed to in writing, software
/macosx-10.10/apache-793/httpd/modules/lua/test/lib/
H A Dkangaroo.lua10 -- Unless required by applicable law or agreed to in writing, software
/macosx-10.10/vim-55/runtime/plugin/
H A Dtohtml.vim13 " * Implementation detail: add threshold for writing the lines to the html
/macosx-10.10/CPANInternal-159.1/Test-use-ok-0.11/lib/Test/use/
H A Dok.pm21 That is, instead of writing this:
/macosx-10.10/bzip2-36/bzip2/
H A Dbzlib.c80 " (www.memtest86.com). At the time of writing it is free (GPLd).\n"
927 Bool writing; member in struct:__anon7043
975 bzf->writing = True;
1006 if (!(bzf->writing))
1065 if (!(bzf->writing))
1149 bzf->writing = False;
1181 if (bzf->writing)
1205 if (bzf->writing)
1422 int writing = 0; local
1435 writing
[all...]
/macosx-10.10/apache-793/httpd/modules/lua/test/
H A Dmoonunit.lua10 -- Unless required by applicable law or agreed to in writing, software
H A Dtest.lua12 -- Unless required by applicable law or agreed to in writing, software
/macosx-10.10/apr-32/apr/apr/misc/unix/
H A Drandbyte_os2.inc10 * Unless required by applicable law or agreed to in writing, software
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclPipe.c86 int writing = (flags & O_WRONLY);
104 file = TclpMakeFile(chan, writing ? TCL_WRITABLE : TCL_READABLE);
113 ((writing) ? "writing" : "reading"), NULL);
118 if (writing) {
145 ((writing) ? "write" : "read"), " file \"", spec, "\": ",
1011 * first subprocess will be tied to the channel: writing to the channel
85 int writing = (flags & O_WRONLY); local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclPipe.c91 int writing = (flags & O_WRONLY);
109 file = TclpMakeFile(chan, writing ? TCL_WRITABLE : TCL_READABLE);
113 ((writing) ? "writing" : "reading"), (char *) NULL);
117 if (writing) {
146 ((writing) ? "write" : "read"), " file \"", spec, "\": ",
1026 * be tied to the channel: writing to the channel will provide
90 int writing = (flags & O_WRONLY); local
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DSimple.pm19 Test::Simple - Basic utilities for writing tests.
32 This is an extremely simple, extremely basic module for writing tests
174 kitchen one night about the problems I was having writing some really
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A DQuick.pm89 writing fairly standard and mundane calls to other
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DScreen.pm66 This is a simple appender for writing to STDOUT or STDERR.
H A DSocket.pm123 This is a simple appender for writing to a socket. It relies on
149 the children writing to the same socket could intermingle messages. So instead
/macosx-10.10/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs141 #region Basic reading and writing

Completed in 320 milliseconds

12345