Searched refs:eof (Results 1 - 25 of 246) sorted by relevance

12345678910

/macosx-10.10/ruby-106/ruby/test/net/http/
H A Dtest_buffered_io.rb11 assert s.eof?
14 assert_equal s.eof?, bio.eof?
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dautopasswd11 expect eof
H A Drlogin-cwd12 expect eof exit timeout {send_user "timed out\n"; exit} -re $prompt
H A Dunbuffer12 eof {
H A Dxrlogin17 expect eof exit -re $prompt
H A Ddvorak18 -o eof exit
29 interact ~d rot ~q {} ~e {interpreter -eof exit}
H A Darchie21 expect_after eof exit ;# archie logs us out if too many people are logged in
H A Dweather46 } eof {
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dcallback.c109 int eof, jcode; local
132 eof = _rl_isearch_callback (_rl_iscxt);
133 if (eof == 0 && (RL_ISSTATE (RL_STATE_ISEARCH) == 0) && RL_ISSTATE (RL_STATE_INPUTPENDING))
140 eof = _rl_nsearch_callback (_rl_nscxt);
145 eof = _rl_arg_callback (_rl_argcxt);
146 if (eof == 0 && (RL_ISSTATE (RL_STATE_NUMERICARG) == 0) && RL_ISSTATE (RL_STATE_INPUTPENDING))
156 eof = _rl_dispatch_callback (_rl_kscxt); /* For now */
157 while ((eof == -1 || eof == -2) && RL_ISSTATE (RL_STATE_MULTIKEY) && _rl_kscxt && (_rl_kscxt->flags & KSEQ_DISPATCHED))
158 eof
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dtest_helpers_test.c116 bool eof; local
122 eof = read_line(fd, &dest);
123 ATF_REQUIRE(eof);
143 bool eof; local
149 eof = read_line(fd, &dest);
150 ATF_REQUIRE(!eof);
156 eof = read_line(fd, &dest);
157 ATF_REQUIRE(!eof);
163 eof = read_line(fd, &dest);
164 ATF_REQUIRE(eof);
[all...]
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dinput-method.rb40 # See IO#eof for more information.
68 # See IO#eof? for more information.
69 def eof?
70 @stdin.eof?
76 # See IO#eof for more information.
109 # See IO#eof? for more information.
110 def eof?
111 @io.eof?
140 @eof = false
156 @eof
[all...]
/macosx-10.10/groff-38/groff/src/preproc/html/
H A Dpushback.h22 #define eof (char)-1 macro
/macosx-10.10/libstdcxx-104.1/src/
H A Dstreambuf.cc47 while (!traits_type::eq_int_type(__c, traits_type::eof()))
65 if (traits_type::eq_int_type(__c, traits_type::eof()))
87 while (!traits_type::eq_int_type(__c, traits_type::eof()))
105 if (traits_type::eq_int_type(__c, traits_type::eof()))
/macosx-10.10/ruby-106/ruby/ext/openssl/lib/openssl/
H A Dbuffering.rb39 @eof = false
58 @eof = true
93 until @eof
199 until @eof
247 raise EOFError if eof?
273 raise EOFError if eof?
293 def eof?
294 fill_rbuff if !@eof && @rbuffer.empty?
295 @eof && @rbuffer.empty?
297 alias eof eo
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dstdio_sync_filebuf.h72 : _M_file(__f), _M_unget_buf(traits_type::eof())
116 pbackfail(int_type __c = traits_type::eof())
119 const int_type __eof = traits_type::eof();
141 overflow(int_type __c = traits_type::eof())
144 if (traits_type::eq_int_type(__c, traits_type::eof()))
147 __ret = traits_type::eof();
215 _M_unget_buf = traits_type::eof();
245 const int_type __eof = traits_type::eof();
258 _M_unget_buf = traits_type::eof();
268 const int_type __eof = traits_type::eof();
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_whileuntil.rb25 assert(!tmp.eof?)
34 assert(tmp.eof?)
49 assert(tmp.eof?)
/macosx-10.10/cron-39/lib/
H A Dentry.c84 /* return NULL if eof or syntax error occurs;
211 goto eof;
219 goto eof;
228 goto eof;
238 goto eof;
250 goto eof;
260 goto eof;
272 goto eof;
301 goto eof;
317 goto eof;
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstreambuf_iterator.h86 // returns traits_type::eof()), the iterator becomes equal to
96 : _M_sbuf(0), _M_c(traits_type::eof()) { }
100 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
104 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
132 _M_c = traits_type::eof();
149 _M_c = traits_type::eof();
173 const int_type __eof = traits_type::eof();
191 const int_type __eof = traits_type::eof();
247 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
340 while (!traits_type::eq_int_type(__c, traits_type::eof()))
[all...]
/macosx-10.10/zlib-55/zlib/contrib/iostream3/
H A Dzfstream.cc193 return traits_type::eof();
203 return traits_type::eof();
221 return traits_type::eof();
223 if (!traits_type::eq_int_type(c, traits_type::eof()))
235 return traits_type::eof();
238 return traits_type::eof();
244 else if (!traits_type::eq_int_type(c, traits_type::eof()))
248 return traits_type::eof();
253 return traits_type::eof();
258 if (traits_type::eq_int_type(c, traits_type::eof()))
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dtext.hpp136 if (!ss.eof() || (!ss.eof() && !ss.good()))
/macosx-10.10/ksh-23/ksh/src/lib/libast/disc/
H A Dsfdcseekable.c37 int eof; /* if eof has been reached */ member in struct:_skable_s
70 if(sk->eof)
87 { sk->eof = 1;
93 sk->eof = 1;
137 { if(sk->eof)
150 { sk->eof = 1;
185 sk->eof = 0;
218 sk->eof = 0;
/macosx-10.10/ruby-106/ruby/sample/
H A Dsvr.rb24 if s.eof?
/macosx-10.10/swig-12/Lib/perl5/
H A Dnoembed.h64 #ifdef eof
65 #undef eof macro
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dencode.c238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl; local
274 * holds it. and eof will hold how many characters to
279 eof++;
303 if (((i+1) == inl) && (((n&3) == 0) || eof))
308 updates), eof may contain the incorrect number
310 eof = 0;
311 if (d[n-1] == '=') eof++;
312 if (d[n-2] == '=') eof++;
327 if (eof > v) { rv=-1; goto end; }
328 ret+=(v-eof);
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/
H A DLockExample.cpp145 if (cin.eof())
152 if (cin.eof())
162 if (cin.eof())
201 if (cin.eof())

Completed in 157 milliseconds

12345678910