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

123456789

/freebsd-11-stable/usr.bin/units/
H A Dunits.c162 while (!feof(unitfile)) {
/freebsd-11-stable/usr.sbin/portsnap/make_index/
H A Dmake_index.c469 if (!feof(f))
/freebsd-11-stable/usr.bin/gzip/
H A Dunlz.c439 while (!feof(lz->fin) && !ferror(lz->fin)) {
/freebsd-11-stable/contrib/libpcap/
H A Dsf-pcap.c957 } else if (feof(f) && amt_read > 0) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp386 if (feof(in))
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c973 WRAPPER2(int, feof, FILE *stream)
977 "feof stream");
978 return feof (stream);
/freebsd-11-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-11-stable/contrib/ncurses/progs/
H A Dtset.c257 if (feof(stdin) || ferror(stdin)) {
/freebsd-11-stable/contrib/diff/src/
H A Dsdiff.c959 if (feof (stdin))
/freebsd-11-stable/contrib/ldns/
H A Ddnssec_zone.c639 while (!feof(fp)) {
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A DDvi.c547 if (!dw->dvi.readingTmp && feof (dw->dvi.file)) {
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp450 while (!feof(fp)) {
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c1087 if (feof(stdin))
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsutil.c142 if (feof(stdin)) {
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c1290 if (feof(stream)) { /* EOF */
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcslex.c1157 if (feof(f))
H A Drcsutil.c108 * Don't fread F if feof(F).
790 while (!feof(inf)) {
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c1046 if (feof(stdin)) {
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cscope.c791 io_err: if (feof(csc->from_fp))
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c922 while (!feof(fseed)) {
/freebsd-11-stable/contrib/lua/src/
H A Dlauxlib.c653 if (feof(lf->f)) return NULL;
/freebsd-11-stable/sbin/fdisk/
H A Dfdisk.c1382 while (!feof(fp)) {
/freebsd-11-stable/usr.bin/tftp/
H A Dmain.c744 if (feof(stdin)) {
/freebsd-11-stable/usr.bin/bc/
H A Dbc.y975 if (yyin != NULL && feof(yyin))

Completed in 382 milliseconds

123456789