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

12345678910

/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_recno.c1218 goto eof;
1227 goto eof;
1262 eof: t->re_eof = 1;
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/
H A DAccessExample.cpp125 if (cin.eof())
H A DLockExample.cpp145 if (cin.eof())
152 if (cin.eof())
162 if (cin.eof())
201 if (cin.eof())
/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/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/BerkeleyDB-21/db/test/scr015/
H A DTestKeyRange.cpp110 if (cin.eof())
/macosx-10.10/Heimdal-398.1.2/appl/login/
H A Dlimits_conf.c130 int eof = 1; local
133 eof = 0;
137 if(!eof) {
/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/ICU-531.30/icuSources/data/brkitr/
H A Dsent.txt81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100};
101 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $ATermEx_R))*;
118 # Can only use {eof} once, and it is used later.
H A Dsent_el.txt81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100};
101 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $ATermEx_R))*;
118 # Can only use {eof} once, and it is used later.
/macosx-10.10/ICU-531.30/icuSources/io/
H A Dustream.cpp98 if (stream.eof()) {
/macosx-10.10/ICU-531.30/icuSources/test/iotest/
H A Dstream.cpp192 | (stream.eof()<<IOSTREAM_EOF_SHIFT)
208 log_verbose("eof");
/macosx-10.10/ICU-531.30/icuSources/test/perf/collationperf/
H A Dcollperf.cpp1212 UBool eof() {return fEof;}; function in class:UCharFile
1303 int ch = fgetc(fFile); // Note: c and ch are separate cause eof test doesn't work on UChar type.
1385 if (f.eof()) {
1567 if (f.eof() || c == 0x0a || c==0x2028) { // Unipad inserts 2028 line separators!
/macosx-10.10/ICU-531.30/icuSources/test/perf/ubrkperf/
H A Dubrkperfold.cpp473 UBool eof() {return fEof;}; function in class:UCharFile
574 int ch = fgetc(fFile); // Note: c and ch are separate cause eof test doesn't work on UChar type.
709 if(f.eof()) {
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dtz2icu.cpp947 if (in.eof() || !in) {
987 if (!in.eof() && !in) {
1810 //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/Librpcsvc-24/
H A Dnfs_prot.x273 bool eof;
660 bool eof;
959 bool eof;
1001 bool eof;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtest.c123 int eof; local
151 eof = feof( fp );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dldif-filter.c156 int comment = 0, eof = 0, eol, prev_eol = 1; /* flags */ local
160 for ( ; !eof || ss.len || *sep; prev_eol = eol ) {
161 if ( eof || (eof = !fgets( line, sizeof(line), stdin ))) {
/macosx-10.10/OpenPAM-20/openpam/lib/
H A Dopenpam_ttyconv.c70 int eof, error, fd; local
90 eof = error = 0;
95 for (len = 0; ch != '\n' && !eof && !error; ++len) {
104 eof = 1;
119 if (error || eof) {
/macosx-10.10/OpenSSH-189/openssh/regress/
H A DMakefile29 stderr-after-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/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/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DASTFactory.cpp398 if( infile.eof() )
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dregexp.c136 int eof = seof; local
149 if ((c = GETC()) == eof || c == '\n') {
168 if (c == eof) {
192 if (PEEKC() != eof && PEEKC() != '\n')

Completed in 352 milliseconds

12345678910