Symbol: feof
bin/ed/io.c
128
while (((c = des ? get_des_char(fp) : getc(fp)) != EOF || (!feof(fp) &&
bin/setfacl/file.c
74
} else if (feof(file) == 0) {
common/dist/zlib/examples/fitblk.c
84
if (feof(in))
common/dist/zlib/examples/zpipe.c
60
flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
dist/pf/sbin/pfctl/pfctl_radix.c
592
while (isspace((unsigned char)next_ch) && !feof(fp))
dist/pf/sbin/pfctl/pfctl_radix.c
596
while (!feof(fp)) {
dist/pf/sbin/pfctl/pfctl_radix.c
604
if (feof(fp)) {
dist/pf/sbin/pfctl/pfctl_radix.c
612
} while (!feof(fp) && !isspace((unsigned char)next_ch));
dist/pf/sbin/pflogd/pflogd.c
430
while (!feof(fp)) {
dist/pf/usr.sbin/authpf/authpf.c
362
if (buf[len - 1] != '\n' && !feof(f)) {
dist/pf/usr.sbin/authpf/authpf.c
397
} while (!feof(f) && !ferror(f));
dist/pf/usr.sbin/authpf/authpf.c
428
} while (fputs(buf, stdout) != EOF && !feof(f));
dist/pf/usr.sbin/authpf/authpf.c
561
while (fputs(tmp, stdout) != EOF && !feof(f)) {
games/battlestar/getcom.c
49
if (feof(stdin))
games/boggle/boggle/bog.c
334
if (feof(stdin))
games/boggle/boggle/bog.c
531
if (dictfp != NULL && feof(dictfp)) /* Special case for z's */
games/monop/execute.c
252
if (feof(stdin))
games/monop/execute.c
341
if (feof(stdin))
games/monop/getinp.c
62
if (feof(stdin)) {
games/monop/misc.c
108
if (feof(stdin))
games/monop/misc.c
294
if (feof(stdin))
games/monop/monop.c
285
if (feof(stdin)) {
games/ppt/ppt.c
109
if (!feof(stdin))
include/stdio.h
226
int feof(FILE *);
lib/libc/time/getdate.c
116
if (feof(fp) || (rp != NULL && *rp != '\0')) {
lib/libcompat/4.3/ruserpass.c
274
if (feof(cfile) || ferror(cfile))
lib/libcurses/get_wch.c
149
if (feof(infd)) { /* inter-char T/O, start backout */
lib/libcurses/get_wch.c
194
if (feof(infd)) { /* inter-char T/O, start backout */
lib/libcurses/getch.c
603
if (feof(infd) || c == -1) { /* inter-char timeout,
lib/libresolv/dst_api.c
555
if (!feof(fp)) {
lib/libskey/skeylogin.c
137
while (!feof(mp->keyfile)) {
lib/libskey/skeylogin.c
201
while (!feof(mp->keyfile)) {
lib/libskey/skeylogin.c
228
return(feof(mp->keyfile));
lib/libwrap/rfc931.c
211
&& ferror(fp) == 0 && feof(fp) == 0
sbin/fsck_ext2fs/utilities.c
132
if (feof(stdin))
sbin/fsck_ffs/utilities.c
114
if (feof(stdin)) {
sbin/fsck_lfs/utilities.c
109
if (feof(stdin))
sbin/fsck_msdos/main.c
174
if (feof(stdin))
sbin/fsck_udf/main.c
4441
if (feof(stdin))
sbin/fsck_udf/main.c
4472
if (feof(stdin))
sbin/mount_umap/mount_umap.c
179
if (feof(fp))
sbin/mount_umap/mount_umap.c
229
if (feof(gfp))
sbin/restore/dirs.c
630
if (feof(mf))
sbin/restore/interactive.c
333
} while (!feof(terminal) && input[0] == '\n');
sbin/restore/interactive.c
334
if (feof(terminal)) {
sbin/restore/tape.c
439
} while (!feof(terminal) && buf[0] == '\n');
sbin/restore/tape.c
440
if (feof(terminal))
sbin/restore/tape.c
458
if (feof(terminal))
sbin/restore/utilities.c
380
if (feof(terminal))
sbin/umbctl/umbctl.c
224
eof = feof(fp);
sys/dev/hpc/fontconv.c
125
if (!feof(ifp)) {
sys/dev/hpc/fontconv.c
55
if (!feof(ifp)) {
sys/dev/stbi/stb_image.c
889
if (!feof(s->img_file)) return 0;
tests/lib/libc/stdio/h_intr.c
248
if (feof(fp) || nrd > 0)
tests/lib/libc/stdio/t_clearerr.c
52
while (feof(fp) == 0)
tests/lib/libc/stdio/t_clearerr.c
55
ATF_REQUIRE(feof(fp) != 0);
tests/lib/libc/stdio/t_clearerr.c
61
ATF_REQUIRE(feof(fp) == 0);
tests/lib/libc/stdio/t_fmemopen.c
1020
ATF_CHECK(feof(fp) == 0);
tests/lib/libc/stdio/t_fmemopen.c
1026
ATF_CHECK(feof(fp) == 0);
tests/lib/libc/stdio/t_fmemopen.c
768
ATF_CHECK(feof(fp) == 0);
tests/lib/libc/stdio/t_fmemopen.c
772
ATF_CHECK(feof(fp) != 0);
tests/lib/libc/stdio/t_fmemopen.c
803
ATF_CHECK(feof(fp) != 0);
tests/lib/libc/stdio/t_fmemopen.c
844
ATF_CHECK(feof(fp) == 0);
tests/lib/libc/stdio/t_fmemopen.c
848
ATF_CHECK(feof(fp) != 0);
tests/lib/libc/stdio/t_fmemopen.c
854
ATF_CHECK(feof(fp) == 0);
tests/lib/libc/stdio/t_fmemopen.c
858
ATF_CHECK(feof(fp) != 0);
tests/lib/libc/stdio/t_fmemopen.c
898
ATF_CHECK(feof(fp) != 0);
tests/lib/libc/stdio/t_fmemopen.c
906
ATF_CHECK(feof(fp) != 0);
tests/lib/libc/stdio/t_fmemopen.c
970
ATF_CHECK(feof(fp) == 0);
tests/lib/libc/stdio/t_fmemopen.c
975
ATF_CHECK(feof(fp) == 0);
tools/compat/getline.c
62
if (feof(fp)) {
usr.bin/cmp/special.c
101
if (feof(fp1)) {
usr.bin/cmp/special.c
102
if (!feof(fp2))
usr.bin/cmp/special.c
105
if (feof(fp2))
usr.bin/colrm/colrm.c
126
if (feof(stream))
usr.bin/csplit/csplit.c
202
if (!feof(infile)) {
usr.bin/fsplit/fsplit.c
279
if (feof(ifp))
usr.bin/fsplit/fsplit.c
286
while (getc(ifp) != '\n' && feof(ifp) == 0) {
usr.bin/ftp/ftp.c
451
if (expecteof && feof(cin)) {
usr.bin/ftp/ruserpass.c
282
if (feof(cfile) || ferror(cfile))
usr.bin/ftp/util.c
1300
if (feof(stream)) { /* EOF */
usr.bin/ftp/util.c
1491
if (feof(fin))
usr.bin/ftp/util.c
1517
if (feof(fout))
usr.bin/gzip/unlz.c
489
while (!feof(lz->fin) && !ferror(lz->fin)) {
usr.bin/head/head.c
161
if (feof(stdout))
usr.bin/iconv/iconv.c
145
if (feof(fi))
usr.bin/mail/mime_codecs.c
155
if (feof(fi)) {
usr.bin/mail/tty.c
133
if (feof(stdin))
usr.bin/make/filemon/filemon_ktrace.c
524
if (feof(F->in) != 0)
usr.bin/msgs/msgs.c
384
if (feof(stdin) || ferror(stdin))
usr.bin/pkill/pkill.c
706
if (feof(fh)) {
usr.bin/pwhash/pwhash.c
247
while (!feof(stdin) &&
usr.bin/sdiff/edit.c
159
(ferror(file) || !feof(file))) {
usr.bin/sed/main.c
287
*more = !feof(f);
usr.bin/sed/main.c
554
if (feof(infile)) {
usr.bin/telnet/commands.c
2392
if (feof(stdin) || ferror(stdin)) {
usr.bin/tftp/main.c
664
if (feof(stdin)) {
usr.bin/tset/term.c
131
if (feof(stdin) || ferror(stdin)) {
usr.bin/units/units.c
184
while (!feof(unitfile)) {
usr.sbin/acpitools/amldb/debug.c
87
if (feof(stdin)) {
usr.sbin/altq/libaltq/parser.c
150
} else if (!feof(fp))
usr.sbin/altq/libaltq/parser.c
284
if (!feof(fp)) {
usr.sbin/fstyp/fstyp.c
121
if (feof(fp) == 0)
usr.sbin/kvm_mkdb/nlist_aout.c
183
if (feof(fp))
usr.sbin/mailwrapper/mailwrapper.c
100
if (feof(config))
usr.sbin/makefs/cd9660/cd9660_write.c
444
while (!feof(rf)) {
usr.sbin/quotarestore/quotarestore.c
481
if (feof(f)) {
usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c
103
if (feof(fpw))
usr.sbin/sa/main.c
321
if (feof(fp))
usr.sbin/tprof/tprof_analyze.c
209
if (feof(f)) {