Searched refs:eof (Results 101 - 125 of 246) sorted by relevance

12345678910

/macosx-10.10/BerkeleyDB-21/db/examples_cxx/getting_started/
H A Dexcxx_example_database_load.cpp139 while (!inFile.eof())
196 while (!inFile.eof())
/macosx-10.10/rsync-45/rsync/zlib/
H A Ddeflate.h285 int eof));
288 int eof));
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dprotocol.rb79 def eof?
80 @io.eof?
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dsource.rb14 arg.respond_to? :eof?
235 super and ( @source.nil? || @source.eof? )
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dtest-tls-server.xotcl34 if {[eof $chan]} { ;# client gone or finished
/macosx-10.10/tidy-15.15/tidy/src/
H A Dmappedio.c74 inp->eof = mapped_eof;
179 inp->eof = mapped_eof;
H A Dbuffio.c44 inp->eof = insrc_eof;
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.h312 int eof));
315 int eof));
/macosx-10.10/ntfs-84/kext/
H A Dntfs_dir.c1062 int eof, entries, err; local
1077 err = entries = eof = tag = 0;
1087 goto eof;
1329 goto eof;
1390 eof:
1391 eof = 1;
1418 if (!eof && ofs & ~(off_t)NTFS_DIR_POS_MASK) {
1433 if (eof || err) {
1491 err ? "Failed" : "Done", entries, eof ?
1495 *eofflag = eof;
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dpackage.rb199 dst_io.write src_io.read 16384 until src_io.eof?
289 digester << entry.read(16384) until entry.eof?
551 gzio.read 16384 until gzio.eof? # gzip checksum verification
/macosx-10.10/sudo-73/src/zlib/
H A Dgzlib.c80 state->eof = 0; /* not at end of file */
334 state->eof = 0;
496 state->eof = 0;
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dgetcap.c238 int myfd = 0, eof, foundit; local
278 eof = 0;
369 eof = 1;
441 * If encountered eof check next file.
443 if (eof)
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dgetcap.c194 int myfd, eof, foundit, retval; local
235 eof = 0;
313 eof = 1;
357 * If encountered eof check next file.
359 if (eof)
/macosx-10.10/gnudiff-19/diffutils/src/
H A Ddiff.h291 bool eof;
288 bool eof; member in struct:file_data
H A Dio.c76 if (size && ! current->eof)
83 current->eof = s < size;
136 current->eof = 0;
144 current->eof = 0;
/macosx-10.10/groff-38/groff/src/preproc/html/
H A Dpushback.cpp127 return( eof );
/macosx-10.10/kext_tools-384.1.4/
H A Dkext_tools_util.h167 const char * user_input(Boolean * eof, const char * format, ...);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dbasic_ios.h176 eof() const function in class:basic_ios
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dsearch.rb23 while(!f.eof?)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dsearch.rb19 while(!f.eof?)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkbiff.rb125 while !f.eof?
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Ddislocate210 -u $proc_spawn_id eof exit
236 interpreter -eof exit
/macosx-10.10/tidy-15.15/tidy/experimental/
H A Dhttpio.c120 in->tis.eof = (TidyEOFFunc) HTTPIsEOF;
/macosx-10.10/zlib-55/zlib/contrib/iostream3/
H A Dzfstream.h125 overflow(int_type c = traits_type::eof());
152 // virtual int_type pbackfail(int_type c = traits_type::eof());
/macosx-10.10/Librpcsvc-24/
H A Dnfs_prot.x273 bool eof;
660 bool eof;
959 bool eof;
1001 bool eof;

Completed in 344 milliseconds

12345678910