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

123456789

/freebsd-12-stable/usr.sbin/fstyp/
H A Dfstyp.c102 if (feof(fp) == 0)
/freebsd-12-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c127 if (feof(config))
/freebsd-12-stable/contrib/opie/
H A Dopiepasswd.c387 if (!passwd[0] || feof(stdin)) {
401 if (feof(stdin)) {
/freebsd-12-stable/contrib/dialog/
H A Dguage.c93 if (feof(fp)) {
223 if (feof(dialog_state.pipe_input) ||
/freebsd-12-stable/usr.bin/sed/
H A Dmain.c273 *more = !feof(f);
545 if (feof(infile)) {
/freebsd-12-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-12-stable/usr.sbin/ckdist/
H A Dckdist.c238 &ch)) != 3 && (!feof(fp) || c != 2)) ||
292 (!feof(fp) || c != 3)) || (c == 4 && ch != '\n') ||
/freebsd-12-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c61 while (!feof(fp)) {
64 if (feof(fp))
/freebsd-12-stable/contrib/libucl/tests/
H A Dtest_basic.c134 while (!feof (in) && !ferror (in)) {
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c283 if (feof(cfile) || ferror(cfile))
/freebsd-12-stable/contrib/tnftp/src/
H A Druserpass.c285 if (feof(cfile) || ferror(cfile))
/freebsd-12-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c200 if (feof (stdin))
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h154 #pragma redefine_extname feof __mfwrap_feof
/freebsd-12-stable/contrib/ldns/
H A Dzone.c226 while(!feof(fp)) {
/freebsd-12-stable/contrib/dtc/
H A Ddata.c97 while (!feof(f) && (d.len < maxlen)) {
/freebsd-12-stable/bin/cat/
H A Dcat.c216 if (fp == stdin && feof(stdin))
/freebsd-12-stable/contrib/amd/mk-amd-map/
H A Dmk-amd-map.c98 } while (size > 0 && !feof(fp));
/freebsd-12-stable/sys/contrib/zstd/contrib/seekable_format/examples/
H A Dparallel_compression.c11 #include <stdio.h> // fprintf, perror, feof, fopen, etc.
53 if (feof(file)) return readSize; /* good, reached end of file */
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dfitblk.c89 if (feof(in))
/freebsd-12-stable/lib/libc/gen/
H A Dgetttyent.c136 while (!strchr(p, '\n') && !feof(tf)) {
/freebsd-12-stable/lib/libc/tests/gen/
H A Dpopen_test.c108 bool input_error_1 = !(fgetc(fp) != EOF || !feof(fp) || !ferror(fp));
/freebsd-12-stable/usr.bin/mkstr/
H A Dmkstr.c334 return ((feof(file) || ferror(file)) ? 0 : 1);
/freebsd-12-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-12-stable/contrib/gcc/
H A Dsystem.h98 # undef feof macro
99 # define feof(Stream) feof_unlocked (Stream) macro
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dippool_y.y657 if (feof(fp))
664 if (feof(fp))

Completed in 306 milliseconds

123456789