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

123456789

/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dread_pwd.c374 if (feof(tty))
387 if (feof(tty))
/freebsd-11-stable/usr.bin/sed/
H A Dmain.c270 *more = !feof(f);
536 if (feof(infile)) {
/freebsd-11-stable/usr.bin/sort/
H A Dbwstring.c487 if (!feof(f))
503 if (!feof(f))
516 if (feof(f))
527 while (!feof(f)) {
550 while (!feof(f)) {
/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c61 while (!feof(fp)) {
64 if (feof(fp))
/freebsd-11-stable/usr.sbin/ckdist/
H A Dckdist.c238 &ch)) != 3 && (!feof(fp) || c != 2)) ||
292 (!feof(fp) || c != 3)) || (c == 4 && ch != '\n') ||
/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_basic.c131 while (!feof (in) && !ferror (in)) {
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c200 if (feof (stdin))
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h154 #pragma redefine_extname feof __mfwrap_feof
/freebsd-11-stable/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-stable/contrib/ldns/
H A Dzone.c227 while(!feof(fp)) {
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c283 if (feof(cfile) || ferror(cfile))
/freebsd-11-stable/lib/libc/tests/gen/
H A Dpopen_test.c108 bool input_error_1 = !(fgetc(fp) != EOF || !feof(fp) || !ferror(fp));
/freebsd-11-stable/contrib/tnftp/src/
H A Druserpass.c285 if (feof(cfile) || ferror(cfile))
/freebsd-11-stable/usr.bin/mkstr/
H A Dmkstr.c332 return ((feof(file) || ferror(file)) ? 0 : 1);
/freebsd-11-stable/contrib/dtc/
H A Ddata.c97 while (!feof(f) && (d.len < maxlen)) {
/freebsd-11-stable/bin/cat/
H A Dcat.c214 if (fp == stdin && feof(stdin))
/freebsd-11-stable/contrib/amd/mk-amd-map/
H A Dmk-amd-map.c98 } while (size > 0 && !feof(fp));
/freebsd-11-stable/lib/libc/gen/
H A Dgetttyent.c136 while (!strchr(p, '\n') && !feof(tf)) {
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h98 # undef feof macro
99 # define feof(Stream) feof_unlocked (Stream) macro
/freebsd-11-stable/release/picobsd/tinyware/oinit/
H A Doinit.c385 while(!feof(fd)) {
531 while(!feof(stdin)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp525 if (::feof(m_stream))
526 error.SetErrorString("feof");
585 if (::feof(m_stream))
586 error.SetErrorString("feof");
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dippool_y.y657 if (feof(fp))
664 if (feof(fp))
/freebsd-11-stable/contrib/dma/
H A Dspool.c170 while (!feof(queuef)) {
/freebsd-11-stable/bin/ed/
H A Dio.c122 while (((c = des ? get_des_char(fp) : getc(fp)) != EOF || (!feof(fp) &&
/freebsd-11-stable/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c299 while (!feof(fp) && !ferror(fp)) {

Completed in 162 milliseconds

123456789