Searched refs:feof (Results 151 - 175 of 221) sorted by relevance

123456789

/freebsd-12-stable/contrib/bmake/filemon/
H A Dfilemon_ktrace.c524 if (feof(F->in))
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/
H A DPzstd.cpp353 if (std::feof(fd)) {
/freebsd-12-stable/sys/contrib/zstd/programs/
H A Dutil.h717 while (!feof(cpuinfo)) {
H A Dfileio.c1805 if ( feof(srcFile)
1811 else if (feof(srcFile)) {
/freebsd-12-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c346 if (feof(tty_in))
/freebsd-12-stable/sbin/restore/
H A Ddirs.c598 if (feof(mf))
/freebsd-12-stable/usr.bin/gzip/
H A Dunlz.c439 while (!feof(lz->fin) && !ferror(lz->fin)) {
/freebsd-12-stable/usr.bin/msgs/
H A Dmsgs.c379 if (feof(stdin) || ferror(stdin))
/freebsd-12-stable/usr.bin/units/
H A Dunits.c161 while (!feof(unitfile)) {
/freebsd-12-stable/usr.sbin/mtest/
H A Dmtest.c238 } while (!feof(stdin));
/freebsd-12-stable/usr.sbin/portsnap/make_index/
H A Dmake_index.c469 if (!feof(f))
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c973 WRAPPER2(int, feof, FILE *stream)
977 "feof stream");
978 return feof (stream);
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipnat_y.y1354 if (feof(fp))
1361 if (feof(fp))
H A Dipmon_y.y678 while (!feof(fp))
/freebsd-12-stable/contrib/lua/src/
H A Dlauxlib.c653 if (feof(lf->f)) return NULL;
/freebsd-12-stable/contrib/ncurses/progs/
H A Dtset.c257 if (feof(stdin) || ferror(stdin)) {
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_cscope.c791 io_err: if (feof(csc->from_fp))
/freebsd-12-stable/contrib/opie/
H A Dopielogin.c1087 if (feof(stdin))
/freebsd-12-stable/contrib/tnftp/src/
H A Dutil.c1304 if (feof(stream)) { /* EOF */
/freebsd-12-stable/contrib/ldns/
H A Ddnssec_zone.c674 while (!feof(fp)) {
/freebsd-12-stable/contrib/diff/src/
H A Dsdiff.c959 if (feof (stdin))
/freebsd-12-stable/sbin/fdisk/
H A Dfdisk.c1382 while (!feof(fp)) {
/freebsd-12-stable/sbin/fsck_ffs/
H A Dfsutil.c145 if (feof(stdin)) {
/freebsd-12-stable/sbin/savecore/
H A Dsavecore.c191 if (feof(fp))
/freebsd-12-stable/usr.bin/bc/
H A Dbc.y975 if (yyin != NULL && feof(yyin))

Completed in 385 milliseconds

123456789