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

1234567

/macosx-10.9.5/ruby-104/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.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/File/
H A DLocked.pm20 or die "Cannot lock '$self->{filename}' for writing: $!";
50 obtains an exclusive lock on the file before writing to it.
/macosx-10.9.5/CPANInternal-140/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.9.5/syslog-217.1.4/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.9.5/tcl-102/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.9.5/vim-53/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.9.5/apache-786.1/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.9.5/vim-53/runtime/plugin/
H A Dtohtml.vim13 " * Implementation detail: add threshold for writing the lines to the html
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DWriting.pm10 DBIx::Class::Schema::Loader::DBI::Writing - Loader subclass writing guide for DBI
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DScreen.pm56 This is a simple appender for writing to STDOUT or STDERR.
H A DRRDs.pm83 C<Log::Log4perl::Appender::RRDs> appenders facilitate writing data
H A DSocket.pm120 This is a simple appender for writing to a socket. It relies on
144 the children writing to the same socket could intermingle messages. So instead
/macosx-10.9.5/CPANInternal-140/Test-use-ok-0.11/lib/Test/use/
H A Dok.pm21 That is, instead of writing this:
/macosx-10.9.5/bzip2-29/bzip2/
H A Dbzlib.c72 " (www.memtest86.com). At the time of writing it is free (GPLd).\n"
897 Bool writing; member in struct:__anon6843
945 bzf->writing = True;
976 if (!(bzf->writing))
1035 if (!(bzf->writing))
1119 bzf->writing = False;
1151 if (bzf->writing)
1175 if (bzf->writing)
1392 int writing = 0; local
1405 writing
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/
H A DWriting.pm10 DBIx::Class::Schema::Loader::DBI::Writing - Loader subclass writing guide for DBI
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/DBI/
H A DWriting.pm10 DBIx::Class::Schema::Loader::DBI::Writing - Loader subclass writing guide for DBI
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/
H A DDocumentLocator.pm106 It is useful for writing SAX Parsers so that you don't have
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/misc/unix/
H A Drandbyte_os2.inc10 * Unless required by applicable law or agreed to in writing, software
/macosx-10.9.5/apr-30/apr/apr/misc/unix/
H A Drandbyte_os2.inc10 * Unless required by applicable law or agreed to in writing, software
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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.9.5/CPANInternal-140/PathTools/t/lib/Test/
H A DSimple.pm25 Test::Simple - Basic utilities for writing tests.
38 This is an extremely simple, extremely basic module for writing tests
179 kitchen one night about the problems I was having writing some really

Completed in 213 milliseconds

1234567