Searched refs:eof (Results 76 - 100 of 246) sorted by relevance

12345678910

/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dread.c88 int size, i, nr, pass_next, saw_escape, eof, opt, retval, code, print_ps2; local
352 for (print_ps2 = eof = retval = 0;;)
369 eof = 1;
394 eof = 1;
488 retval = eof ? EXECUTION_FAILURE : EXECUTION_SUCCESS;
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtktextio.rb466 def eof?
469 alias eof eof?
498 return nil if eof?
509 return nil if eof?
641 return nil if eof?
656 fail EOFError if eof?
702 fail EOFError if eof?
717 until(eof?)
729 fail EOFError if eof
[all...]
H A Dtkfrom.rb102 until f.eof
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_main_sub.c302 goto eof;
342 eof:
968 int eof; local
976 eof = FALSE;
983 eof = TRUE;
986 if (!Tcl_CommandComplete(ccmd) && !eof) {
998 if (eof) break;
/macosx-10.10/rsync-45/rsync/zlib/
H A Dtrees.c867 void _tr_stored_block(s, buf, stored_len, eof)
871 int eof; /* true if this is the last block for a file */
873 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
921 void _tr_flush_block(s, buf, stored_len, eof)
925 int eof; /* true if this is the last block for a file */
981 _tr_stored_block(s, buf, stored_len, eof);
988 send_bits(s, (STATIC_TREES<<1)+eof, 3);
994 send_bits(s, (DYN_TREES<<1)+eof, 3);
1008 if (eof) {
1015 s->compressed_len-7*eof));
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dtrees.c894 void _tr_stored_block(s, buf, stored_len, eof)
898 int eof; /* true if this is the last block for a file */
900 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
948 void _tr_flush_block(s, buf, stored_len, eof)
952 int eof; /* true if this is the last block for a file */
1008 _tr_stored_block(s, buf, stored_len, eof);
1015 send_bits(s, (STATIC_TREES<<1)+eof, 3);
1021 send_bits(s, (DYN_TREES<<1)+eof, 3);
1035 if (eof) {
1042 s->compressed_len-7*eof));
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dtekhex.c457 bfd_boolean eof = FALSE; local
462 while (! eof)
468 eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1);
469 while (*src != '%' && !eof)
470 eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1);
472 if (eof)
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dmake-docfile.c639 goto eof;
674 goto eof;
687 goto eof;
750 goto eof;
758 goto eof;
776 eof:
/macosx-10.10/ruby-106/ruby/lib/
H A Dscanf.rb627 if eof || (tty? &&! fstr.match(source_buffer))
671 until eof ||! c || /\S/.match(c.chr)
687 end until eof || fstr.last_spec_tried == last_spec
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Dpage578 [list read $chan] [list eof $chan]]
585 [list ::page::ReadPT $chan] [list eof $chan] \
591 [list ::page::ReadPT $chan] [list eof $chan] \
600 [list ::page::ReadT $chan] [list eof $chan]]
605 [list ::page::ReadT $chan] [list eof $chan]]
611 [list ::page::ReadPT $chan] [list eof $chan] \
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/
H A DAccessExample.cpp125 if (cin.eof())
/macosx-10.10/BerkeleyDB-21/db/test/scr015/
H A DTestKeyRange.cpp110 if (cin.eof())
/macosx-10.10/ICU-531.30/icuSources/io/
H A Dustream.cpp98 if (stream.eof()) {
/macosx-10.10/cron-39/crontab/
H A Dcrontab.c571 int ch, eof; local
619 CheckErrorCount = 0; eof = FALSE;
620 while (!CheckErrorCount && !eof) {
623 eof = TRUE;
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dostream_insert.h68 if (_Traits::eq_int_type(__put, _Traits::eof()))
/macosx-10.10/libstdcxx-104.1/src/
H A Dc++locale.cc123 if (__p && static_cast<int_type>(__p) != char_traits<char>::eof()
/macosx-10.10/ruby-106/ruby/sample/
H A Dfrom.rb66 until f.eof?
/macosx-10.10/sudo-73/src/zlib/
H A Dgzguts.h160 int eof; /* true if end of input file reached */ member in struct:__anon12644
/macosx-10.10/tcl-105/tcl84/tcl/tests/
H A Dhttpd52 if {[eof $sock]} {
101 # or eof after query data
132 httpd_log $sock Error "unexpected eof on <$data(url)> request"
144 if {[eof $sock]} {
145 httpd_log $sock Error "unexpected eof on <$data(url)> request"
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A Dtclmanpages36 {eof.n tcl/files/eof}
/macosx-10.10/zlib-55/zlib/
H A Dgzlib.c76 state->eof = 0; /* not at end of file */
313 state->eof = 0;
437 (state->eof && state->strm.avail_in == 0 && state->have == 0) : 0;
475 state->eof = 0;
H A Dgzread.c18 state->fd, and update state->eof, state->err, and state->msg as appropriate.
41 state->eof = 1;
45 /* Load up input buffer and set eof flag if last data loaded -- return -1 on
46 error, 0 otherwise. Note that the eof flag is set when the end of the input
57 if (state->eof == 0) {
353 else if (state->eof && state->strm.avail_in == 0)
415 else if (state->eof && strm->avail_in == 0)
/macosx-10.10/BerkeleyDB-21/db/log/
H A Dlog_get.c383 int eof, is_hmac, need_cksum, ret; local
565 logc, &nlsn, &last_lsn, flags, &hdr, &rp, &eof)) != 0)
573 if (eof || hdr.len == 0) {
699 int eof; local
735 if (__logc_hdrchk(logc, lsn, hdr, &eof))
737 if (eof || logc->bp_lsn.offset + logc->bp_rlen < lsn->offset + hdr->len)
763 int eof, ret; local
854 if (__logc_hdrchk(logc, lsn, hdr, &eof) != 0)
856 if (eof)
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-evp.c2079 int seof = -1, eof = 0, rv = -1, ret = 0, i, v, tmp, n, ln, exp_nl; local
2116 * holds it. and eof will hold how many characters to
2122 eof++;
2144 if (((i+1) == inl) && (((n&3) == 0) || eof)) {
2149 * updates), eof may contain the incorrect number
2151 eof = 0;
2153 eof++;
2156 eof++;
2175 ret += (v-eof);
2177 eof
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dfile.c467 return (fp ? fp->eof : 1);
1684 fp->eof = 0;
1714 fp->eof = 0;
1768 fp->eof = 0;
1790 fp->eof = 0;
2159 "fp->bufpos=" CUPS_LLFMT ", fp->eof=%d",
2160 fp->ptr, fp->end, fp->buf, CUPS_LLCAST fp->bufpos, fp->eof));
2344 if (fp->eof)
2389 fp->eof = 1;
2405 fp->eof
[all...]

Completed in 394 milliseconds

12345678910