Symbol: feof
bin/cat/cat.c
173
if (fp == stdin && feof(stdin))
bin/ed/io.c
122
while (((c = des ? get_des_char(fp) : getc(fp)) != EOF || (!feof(fp) &&
crypto/libressl/crypto/bio/bss_file.c
225
ret = (long)feof(fp);
crypto/libressl/crypto/ui/ui_openssl.c
266
if (feof(tty_in))
crypto/openssh/sshkey.c
1305
if (feof(f))
games/battlestar/getcom.c
41
if (feof(stdin))
games/boggle/boggle/bog.c
275
if (feof(stdin))
games/boggle/boggle/bog.c
483
if (dictfp != NULL && feof(dictfp)) /* Special case for z's */
games/monop/execute.c
245
if (feof(stdin))
games/monop/execute.c
334
if (feof(stdin))
games/monop/getinp.c
55
if (feof(stdin)) {
games/monop/misc.c
101
if (feof(stdin))
games/monop/misc.c
287
if (feof(stdin))
games/monop/monop.c
273
if (feof(stdin)) {
games/ppt/ppt.c
109
if (!feof(stdin))
include/stdio.h
216
int feof(FILE *);
include/stdio.h
469
#define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p))
lib/libc/gen/getttyent.c
97
while (!index(p, '\n') && !feof(tf)) {
lib/libc/stdtime/getdate.c
118
if (feof(fp) || (rp != NULL && *rp != '\0')) {
lib/libcompat/4.3/rexec.c
103
if (feof(cfile) || ferror(cfile))
lib/libevtr/evtr.c
1458
if (feof(evtr->f)) {
lib/libevtr/evtr.c
1771
if (feof(evtr->f)) {
lib/libevtr/evtr.c
1794
return feof(evtr->f) ? -1 : !0;
libexec/diff3prog/diff3prog.c
563
if (feof(fp[2]))
libexec/dma/conf.c
108
while (!feof(a)) {
libexec/dma/conf.c
166
while (!feof(conf)) {
libexec/dma/local.c
209
while (!feof(it->mailf)) {
libexec/dma/mail.c
118
while (!feof(it->mailf)) {
libexec/dma/mail.c
407
while (!feof(stdin)) {
libexec/dma/net.c
578
while (!feof(it->mailf)) {
libexec/dma/spool.c
173
while (!feof(queuef)) {
libexec/ftpd/ftpd.c
2027
if (feof(instr)) /* EOF */
libexec/ftpd/ftpd.c
2240
if (feof(instr)) /* EOF */
sbin/cryptdisks/cryptdisks.c
460
if (feof(fd) || ferror(fd))
sbin/devfsctl/devfsctl.c
618
if (feof(fd) || ferror(fd))
sbin/fdisk/fdisk.c
1338
while (!feof(fp)) {
sbin/fsck/utilities.c
101
if (feof(stdin)) {
sbin/fsck_msdosfs/main.c
146
if (feof(stdin))
sbin/hammer2/cmd_debug.c
234
} else if (feof(stdin)) {
sbin/ip6fw/ip6fw.c
1223
if (feof(stdin))
sbin/ipfw/ipfw2.c
3566
if (feof(stdin))
sbin/ipfw/ipfw2.c
3635
if (feof(stdin))
sbin/ipfw/ipfw2.c
3970
if (feof(stdin))
sbin/ipfw3/ipfw3.c
659
if (feof(stdin))
sbin/ipfw3/ipfw3dummynet.c
698
if (feof(stdin))
sbin/ipfw3/ipfw3nat.c
278
if (feof(stdin))
sbin/ipfw3/ipfw3state.c
118
if (feof(stdin))
sbin/iscontrol/config.c
227
} while (feof(fd) == 0);
sbin/restore/dirs.c
597
if (feof(mfl))
sbin/restore/tape.c
307
if (yflag || ferror(terminal) || feof(terminal))
usr.bin/bc/bc.y
946
if (yyin != NULL && feof(yyin))
usr.bin/cmp/special.c
93
if (feof(fp1)) {
usr.bin/cmp/special.c
94
if (!feof(fp2))
usr.bin/cmp/special.c
97
if (feof(fp2))
usr.bin/colrm/colrm.c
120
if (feof(stream))
usr.bin/csplit/csplit.c
195
if (!feof(infile)) {
usr.bin/dfregress/parser.c
164
if (feof(fd) || ferror(fd))
usr.bin/iconv/iconv.c
111
if (feof(fp))
usr.bin/lastcomm/lastcomm.c
147
if (feof(fp))
usr.bin/mkstr/mkstr.c
321
return ((feof(file) || ferror(file)) ? 0 : 1);
usr.bin/msgs/msgs.c
363
if (feof(stdin) || ferror(stdin))
usr.bin/pkill/pkill.c
829
if (feof(fh)) {
usr.bin/sdiff/edit.c
180
(ferror(file) || !feof(file))) {
usr.bin/sed/main.c
266
*more = !feof(f);
usr.bin/sed/main.c
538
if (feof(infile)) {
usr.bin/sort/bwstring.c
485
if (!feof(f))
usr.bin/sort/bwstring.c
501
if (!feof(f))
usr.bin/sort/bwstring.c
514
if (feof(f))
usr.bin/sort/bwstring.c
525
while (!feof(f)) {
usr.bin/sort/bwstring.c
548
while (!feof(f)) {
usr.bin/sort/file.c
737
if (feof(fr->file))
usr.bin/sort/sort.c
1001
while (!feof(fseed)) {
usr.bin/tail/reverse.c
193
while (!feof(fp)) {
usr.bin/tail/reverse.c
213
while ((!feof(fp)) && len < BSZ) {
usr.bin/telnet/commands.c
2554
if (feof(stdin) || ferror(stdin)) {
usr.bin/tftp/main.c
606
if (feof(stdin)) {
usr.bin/tset/term.c
125
if (feof(stdin) || ferror(stdin)) {
usr.bin/units/units.c
152
while (!feof(unitfile)) {
usr.bin/unstr/unstr.c
87
if (feof(Dataf))
usr.bin/xstr/xstr.c
320
return ((feof(file) || ferror(file)) ? 0 : 1);
usr.bin/xstr/xstr.c
448
if (feof(strf)) {
usr.sbin/authpf/authpf.c
357
if (buf[len - 1] != '\n' && !feof(f)) {
usr.sbin/authpf/authpf.c
392
} while (!feof(f) && !ferror(f));
usr.sbin/authpf/authpf.c
423
} while (fputs(buf, stdout) != EOF && !feof(f));
usr.sbin/authpf/authpf.c
555
while (fputs(tmp, stdout) != EOF && !feof(f)) {
usr.sbin/burncd/burncd.c
248
if (feof(fp))
usr.sbin/ckdist/ckdist.c
286
&ch)) != 3 && (!feof(fp) || c != 2)) ||
usr.sbin/ckdist/ckdist.c
340
(!feof(fp) || c != 3)) || (c == 4 && ch != '\n') ||
usr.sbin/fstyp/fstyp.c
112
if (feof(fp) == 0)
usr.sbin/installer/libaura/popen.c
255
if (feof(p)) {
usr.sbin/installer/libaura/popen.c
275
if (feof(p)) {
usr.sbin/installer/libaura/test.c
56
while (!feof(stdin)) {
usr.sbin/installer/libinstaller/commands.c
340
if (feof(cmdout))
usr.sbin/mailwrapper/mailwrapper.c
108
if (feof(config))
usr.sbin/makefs/cd9660/cd9660_write.c
446
while (!feof(rf)) {
usr.sbin/newsyslog/newsyslog.c
2288
if (feof(f) && enforcepid == 0) {
usr.sbin/pfctl/pfctl_radix.c
543
while (isspace(next_ch) && !feof(fp))
usr.sbin/pfctl/pfctl_radix.c
547
while (!feof(fp)) {
usr.sbin/pfctl/pfctl_radix.c
555
if (feof(fp)) {
usr.sbin/pfctl/pfctl_radix.c
563
} while (!feof(fp) && !isspace(next_ch));
usr.sbin/pflogd/pflogd.c
410
while (!feof(fp)) {
usr.sbin/repquota/repquota.c
204
if (feof(qf))