Searched refs:feof (Results 76 - 100 of 213) sorted by relevance

123456789

/freebsd-11.0-release/crypto/openssl/crypto/des/
H A Dread_pwd.c374 if (feof(tty))
387 if (feof(tty))
/freebsd-11.0-release/usr.bin/sed/
H A Dmain.c259 *more = !feof(f);
525 if (feof(infile)) {
/freebsd-11.0-release/usr.bin/sort/
H A Dbwstring.c485 if (!feof(f))
501 if (!feof(f))
514 if (feof(f))
525 while (!feof(f)) {
548 while (!feof(f)) {
/freebsd-11.0-release/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c61 while (!feof(fp)) {
64 if (feof(fp))
/freebsd-11.0-release/usr.sbin/ckdist/
H A Dckdist.c236 &ch)) != 3 && (!feof(fp) || c != 2)) ||
290 (!feof(fp) || c != 3)) || (c == 4 && ch != '\n') ||
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c283 if (feof(cfile) || ferror(cfile))
/freebsd-11.0-release/contrib/tnftp/src/
H A Druserpass.c285 if (feof(cfile) || ferror(cfile))
/freebsd-11.0-release/lib/libc/gen/
H A Dgetttyent.c114 while (!strchr(p, '\n') && !feof(tf)) {
/freebsd-11.0-release/contrib/libucl/tests/
H A Dtest_basic.c131 while (!feof (in) && !ferror (in)) {
/freebsd-11.0-release/contrib/mdocml/
H A Dmanpath.c83 if ( ! ferror(stream) && feof(stream) &&
/freebsd-11.0-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c200 if (feof (stdin))
/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h154 #pragma redefine_extname feof __mfwrap_feof
/freebsd-11.0-release/contrib/ldns/
H A Dzone.c227 while(!feof(fp)) {
/freebsd-11.0-release/contrib/amd/mk-amd-map/
H A Dmk-amd-map.c102 } while (size > 0 && !feof(fp));
/freebsd-11.0-release/contrib/dtc/
H A Ddata.c97 while (!feof(f) && (d.len < maxlen)) {
/freebsd-11.0-release/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp294 if (feof(fp))
560 return !ferror(fp) && !feof(fp);
570 return !ferror(fp) && !feof(fp);
578 return !ferror(fp) && !feof(fp);
/freebsd-11.0-release/bin/cat/
H A Dcat.c212 if (fp == stdin && feof(stdin))
/freebsd-11.0-release/lib/libc/tests/gen/
H A Dpopen_test.c108 bool input_error_1 = !(fgetc(fp) != EOF || !feof(fp) || !ferror(fp));
/freebsd-11.0-release/usr.bin/bsdiff/bspatch/
H A Dbspatch.c183 if (feof(f))
/freebsd-11.0-release/usr.bin/mkstr/
H A Dmkstr.c332 return ((feof(file) || ferror(file)) ? 0 : 1);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp666 if (::feof(m_stream))
667 error.SetErrorString ("feof");
742 if (::feof(m_stream))
743 error.SetErrorString ("feof");
/freebsd-11.0-release/contrib/gcc/
H A Dsystem.h98 # undef feof macro
99 # define feof(Stream) feof_unlocked (Stream) macro
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dippool_y.y643 if (feof(fp))
650 if (feof(fp))
/freebsd-11.0-release/release/picobsd/tinyware/oinit/
H A Doinit.c385 while(!feof(fd)) {
531 while(!feof(stdin)) {
/freebsd-11.0-release/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c299 while (!feof(fp) && !ferror(fp)) {

Completed in 133 milliseconds

123456789