Symbol: EOF
bin/cat/cat.c
300
for (prev = '\n'; (ch = getc(fp)) != EOF; prev = ch) {
bin/cat/cat.c
323
if (eflag && putchar('$') == EOF)
bin/cat/cat.c
327
if (putchar('^') == EOF || putchar('I') == EOF)
bin/cat/cat.c
342
if ((ch = getc(fp)) == EOF)
bin/cat/cat.c
351
if (putchar('M') == EOF || putchar('-') == EOF)
bin/cat/cat.c
358
if (putchar('^') == EOF || putchar(ch) == EOF)
bin/cat/cat.c
367
if (putchar(ch) == EOF)
bin/cp/utils.c
154
while (ch != '\n' && ch != EOF)
bin/ed/io.c
118
while (((c = getc(fp)) != EOF || (!feof(fp) && !ferror(fp))) &&
bin/ed/io.c
269
case EOF:
bin/ed/main.c
1023
return l ? EOF : 0;
bin/ed/main.c
204
case EOF:
bin/ed/main.c
342
return EOF;
bin/ed/main.c
638
gflag = (modified && !scripted && c == 'q') ? EMOD : EOF;
bin/ed/main.c
771
gflag = EOF;
bin/ln/ln.c
334
while(ch != '\n' && ch != EOF)
bin/mv/mv.c
197
while (ch != '\n' && ch != EOF)
bin/pkill/pkill.c
663
while (ch != '\n' && ch != EOF)
bin/rm/rm.c
421
while (ch != '\n' && ch != EOF)
bin/rm/rm.c
489
while (ch != '\n' && ch != EOF)
bin/rm/rm.c
491
if (ch == EOF)
crypto/heimdal/appl/ftp/ftp/cmds.c
2040
if ((c = getchar()) == EOF) {
crypto/heimdal/appl/ftp/ftp/cmds.c
2061
while ((c = getchar()) != '\n' && c != EOF)
crypto/heimdal/appl/ftp/ftp/cmds.c
2063
if (c == EOF || getchar() == '\n') {
crypto/heimdal/appl/ftp/ftp/ftp.c
1085
if ((ch = sec_getc (fout)) == EOF)
crypto/heimdal/appl/ftp/ftp/ftp.c
1098
while ((c = sec_getc(din)) != EOF) {
crypto/heimdal/appl/ftp/ftp/ftp.c
1116
if (c == EOF)
crypto/heimdal/appl/ftp/ftp/ftp.c
347
case EOF:
crypto/heimdal/appl/ftp/ftp/ftp.c
481
if (c == EOF) {
crypto/heimdal/appl/ftp/ftp/ftp.c
818
while ((c = getc (fin)) != EOF) {
crypto/heimdal/appl/ftp/ftp/main.c
308
while ((l = getchar()) != '\n' && l != EOF)
crypto/heimdal/appl/ftp/ftp/ruserpass.c
202
while ((c=getc(cfile)) != EOF &&
crypto/heimdal/appl/ftp/ftp/ruserpass.c
204
if (c == EOF || c == '\n') {
crypto/heimdal/appl/ftp/ftp/ruserpass.c
214
for (i=0; i < 8 && (c=getc(cfile)) != EOF &&
crypto/heimdal/appl/ftp/ftp/ruserpass.c
218
if (c == EOF) {
crypto/heimdal/appl/ftp/ftp/ruserpass.c
224
while ((c=getc(cfile)) != EOF && c != '\n');
crypto/heimdal/appl/ftp/ftp/ruserpass.c
226
if (c == EOF) {
crypto/heimdal/appl/ftp/ftp/ruserpass.c
238
if ((c=getc(cfile)) == EOF) {
crypto/heimdal/appl/ftp/ftp/ruserpass.c
285
while ((c = getc(cfile)) != EOF &&
crypto/heimdal/appl/ftp/ftp/ruserpass.c
288
if (c == EOF)
crypto/heimdal/appl/ftp/ftp/ruserpass.c
292
while ((c = getc(cfile)) != EOF && c != '"') {
crypto/heimdal/appl/ftp/ftp/ruserpass.c
299
while ((c = getc(cfile)) != EOF
crypto/heimdal/appl/ftp/ftp/security.c
120
return EOF;
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3101
while ((c = getc(stdin)) != EOF) {
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3104
if ((c = getc(stdin)) != EOF) {
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3130
if (c == EOF && cs == s)
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3518
while((c=getc(fin)) != EOF) {
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1048
while ((c = getc(stdin)) != EOF) {
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1051
if ((c = getc(stdin)) != EOF) {
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1077
if (c == EOF && cs == s)
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1465
while((c=getc(fin)) != EOF) {
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1046
if ((c=getc(fin)) == EOF) {
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1137
if ((c=getc(fout)) == EOF) {
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1350
while ((c = getc(instr)) != EOF) {
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1575
while ((c = getc(fin)) != EOF) {
crypto/heimdal/appl/ftp/ftpd/security.c
120
return EOF;
crypto/heimdal/appl/login/limits_conf.c
132
while((c = fgetc(f)) != EOF) {
crypto/heimdal/appl/login/read_string.c
92
if(c == EOF){
crypto/heimdal/appl/rsh/limits_conf.c
132
while((c = fgetc(f)) != EOF) {
crypto/heimdal/lib/asn1/lex.c
1543
while((c = input()) != EOF) {
crypto/heimdal/lib/asn1/lex.c
1556
if(c == EOF)
crypto/heimdal/lib/asn1/lex.c
1568
while((c = input()) != EOF) {
crypto/heimdal/lib/asn1/lex.c
1600
if(c == EOF)
crypto/heimdal/lib/asn1/lex.c
1615
while((c = input()) != EOF) {
crypto/heimdal/lib/asn1/lex.c
1644
if(c == EOF)
crypto/heimdal/lib/asn1/lex.c
952
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
crypto/heimdal/lib/asn1/lex.c
956
if ( c == EOF && ferror( yyin ) ) \
crypto/heimdal/lib/com_err/lex.c
1854
while(i < sizeof(x) - 1 && (c = input()) != EOF){
crypto/heimdal/lib/com_err/lex.c
629
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
crypto/heimdal/lib/com_err/lex.c
633
if ( c == EOF && ferror( yyin ) ) \
crypto/heimdal/lib/krb5/kuserok.c
86
if(c != EOF) {
crypto/heimdal/lib/krb5/kuserok.c
87
while(c != EOF && c != '\n')
crypto/heimdal/lib/roken/iruserok.c
118
while ((ch = getc(hostf)) != '\n' && ch != EOF);
crypto/heimdal/lib/sl/slc-lex.c
1802
while((c = input()) != EOF) {
crypto/heimdal/lib/sl/slc-lex.c
1827
if(c == EOF)
crypto/heimdal/lib/sl/slc-lex.c
1838
while((c = input()) != EOF){
crypto/heimdal/lib/sl/slc-lex.c
608
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
crypto/heimdal/lib/sl/slc-lex.c
612
if ( c == EOF && ferror( yyin ) ) \
crypto/krb5/src/kadmin/cli/kadmin.c
316
"+x:r:p:knq:w:d:s:mc:t:e:ON")) != EOF) {
crypto/krb5/src/kadmin/dbutil/dump.c
616
if (nread == EOF) {
crypto/krb5/src/kadmin/dbutil/dump.c
813
if (nread == EOF)
crypto/krb5/src/kadmin/dbutil/dump.c
852
if (nread == EOF)
crypto/krb5/src/kadmin/dbutil/dump.c
898
if (nread == EOF)
crypto/krb5/src/kadmin/dbutil/dump.c
907
if (c == EOF)
crypto/krb5/src/kadmin/dbutil/dump.c
917
if (nread == EOF)
crypto/krb5/src/kadmin/dbutil/dump.c
967
if (nread == EOF)
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
128
st2 = (fclose(file) == EOF) ? errno : 0;
crypto/krb5/src/kdc/main.c
845
st2 = (fclose(file) == EOF) ? errno : 0;
crypto/krb5/src/kprop/kpropd.c
191
st2 = (fclose(fp) == EOF) ? errno : 0;
crypto/krb5/src/lib/crypto/crypto_tests/t_cf2.c
61
if (scanf( "%d", &enctype) == EOF)
crypto/krb5/src/lib/crypto/crypto_tests/t_cf2.c
63
if (scanf("%1024s", &s[0]) == EOF)
crypto/krb5/src/lib/crypto/crypto_tests/t_cf2.c
71
if (scanf("%1024s", &s[0]) == EOF)
crypto/krb5/src/lib/crypto/crypto_tests/t_cf2.c
79
if (scanf("%1024s %1024s", pepper1, pepper2) == EOF)
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
203
if (status == EOF)
crypto/krb5/src/lib/krb5/os/localaddr.c
388
&idx, &pfxlen, &scope, &dadstat, ifname) != EOF) {
crypto/krb5/src/lib/krb5/os/localauth_k5login.c
148
while ((gobble = getc(fp)) != EOF && gobble != '\n');
crypto/krb5/src/lib/krb5/os/prompter.c
110
} while (scratchchar != EOF && scratchchar != '\n');
crypto/krb5/src/lib/krb5/os/prompter.c
286
} while (scratchchar != EOF && scratchchar != '\n');
crypto/krb5/src/lib/krb5/os/read_pwd.c
159
} while (scratchchar != EOF && scratchchar != '\n');
crypto/krb5/src/lib/krb5/os/read_pwd.c
180
} while (scratchchar != EOF && scratchchar != '\n');
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
140
if ((ch = getc(t->bt_rfp)) == EOF || !--len) {
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
141
if (ch != EOF)
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
151
if (ch == EOF)
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
185
if ((ch = getc(t->bt_rfp)) == EOF || ch == bval) {
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
188
if (ch == EOF && data.size == 0)
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
206
if (ch == EOF)
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1006
if (c == EOF) {
crypto/krb5/src/windows/leashdll/lsh_pwd.c
990
for (i=0, c=fgetc(file); c != EOF ; c=fgetc(file), i++)
crypto/openssh/ssh-keygen.c
645
while ((c = fgetc(fp)) != EOF) {
crypto/openssh/ssh-keygen.c
651
if (c != EOF && c != '\n' && ungetc(c, fp) == EOF)
crypto/openssh/utf8.c
286
if (fputs(str, stream) == EOF)
crypto/openssl/crypto/bio/bss_file.c
317
if (st == EOF) {
crypto/openssl/crypto/ctype.c
229
if (c < -128 || c > 256 || c == EOF)
crypto/openssl/crypto/ctype.c
244
if (c < -128 || c > 256 || c == EOF)
crypto/openssl/crypto/rand/rand_egd.c
177
if (fwrite(tempbuf, sizeof(char), 2, fp) != 2 || fflush(fp) == EOF)
crypto/openssl/crypto/trace.c
83
return EOF;
crypto/openssl/test/ctype_internal_test.c
63
{ EOF, EOF }
crypto/openssl/test/ctype_internal_test.c
80
return test_ctype_chars(EOF);
crypto/openssl/test/evp_test.c
5126
return EOF;
crypto/openssl/test/timing_load_creds.c
119
while ((i = getopt(ac, av, "c:dw:")) != EOF) {
lib/libc/db/recno/rec_get.c
132
if ((ch = getc(t->bt_rfp)) == EOF || !--len) {
lib/libc/db/recno/rec_get.c
133
if (ch != EOF)
lib/libc/db/recno/rec_get.c
143
if (ch == EOF)
lib/libc/db/recno/rec_get.c
177
if ((ch = getc(t->bt_rfp)) == EOF || ch == bval) {
lib/libc/db/recno/rec_get.c
180
if (ch == EOF && data.size == 0)
lib/libc/db/recno/rec_get.c
196
if (ch == EOF)
lib/libc/gen/getttyent.c
284
rval = (fclose(tf) != EOF);
lib/libc/iconv/citrus_memstream.c
142
while ((ch = _memstream_peek(ms)) != EOF) {
lib/libc/iconv/citrus_memstream.h
136
return (EOF);
lib/libc/iconv/citrus_memstream.h
144
if (ch != EOF && ms->ms_pos > 0)
lib/libc/iconv/citrus_memstream.h
153
return (EOF);
lib/libc/iconv/citrus_prop.c
263
case EOF:
lib/libc/iconv/citrus_prop.c
268
quot = EOF;
lib/libc/iconv/citrus_prop.c
275
quot = EOF;
lib/libc/iconv/citrus_prop.c
288
if (quot == ch || (quot == EOF &&
lib/libc/iconv/citrus_prop.c
438
if (ch == EOF || ch == '\0')
lib/libc/locale/btowc.c
47
if (c == EOF)
lib/libc/locale/runetype.c
54
if (c < 0 || c == EOF)
lib/libc/locale/tolower.c
54
if (c < 0 || c == EOF)
lib/libc/locale/toupper.c
54
if (c < 0 || c == EOF)
lib/libc/locale/wctob.c
48
return (EOF);
lib/libc/net/rcmd.c
586
while ((ch = getc(hostf)) != '\n' && ch != EOF);
lib/libc/stdio/fclose.c
102
r = EOF;
lib/libc/stdio/fclose.c
105
if (r == EOF) {
lib/libc/stdio/fclose.c
126
return (EOF);
lib/libc/stdio/fclose.c
54
r = EOF;
lib/libc/stdio/fclose.c
93
return (EOF);
lib/libc/stdio/fclose.c
99
r = EOF;
lib/libc/stdio/fflush.c
132
return (EOF);
lib/libc/stdio/fpurge.c
54
retval = EOF;
lib/libc/stdio/fputwc.c
61
if (__sputc((unsigned char)buf[i], fp) == EOF)
lib/libc/stdio/fvwrite.c
200
return (EOF);
lib/libc/stdio/fvwrite.c
61
return (EOF);
lib/libc/stdio/getdelim.c
151
fp) == EOF)
lib/libc/stdio/gets.c
58
if (c == EOF) {
lib/libc/stdio/gets_s.c
55
if (c == EOF) {
lib/libc/stdio/gets_s.c
70
while ((c = __sgetc(stdin)) != '\n' && c != EOF);
lib/libc/stdio/getw.c
42
return (fread((void *)&x, sizeof(x), 1, fp) == 1 ? x : EOF);
lib/libc/stdio/puts.c
63
retval = __sfvwrite(stdout, &uio) ? EOF : '\n';
lib/libc/stdio/refill.c
139
return (EOF);
lib/libc/stdio/refill.c
77
return (EOF);
lib/libc/stdio/refill.c
84
return (EOF);
lib/libc/stdio/refill.c
89
return (EOF);
lib/libc/stdio/rget.c
50
return (EOF);
lib/libc/stdio/setvbuf.c
102
ret = EOF;
lib/libc/stdio/setvbuf.c
61
return (EOF);
lib/libc/stdio/snprintf.c
65
return (EOF);
lib/libc/stdio/snprintf.c
94
return (EOF);
lib/libc/stdio/ungetc.c
107
if (c == EOF)
lib/libc/stdio/ungetc.c
108
return (EOF);
lib/libc/stdio/ungetc.c
115
return (EOF);
lib/libc/stdio/ungetc.c
118
return (EOF);
lib/libc/stdio/ungetc.c
133
return (EOF);
lib/libc/stdio/ungetc.c
62
return (EOF);
lib/libc/stdio/ungetc.c
74
return (EOF);
lib/libc/stdio/ungetwc.c
63
if (__ungetc((unsigned char)buf[len], fp) == EOF)
lib/libc/stdio/vdprintf.c
54
return (EOF);
lib/libc/stdio/vdprintf.c
69
return (__fflush(&f) ? EOF : ret);
lib/libc/stdio/vfprintf.c
1081
ret = EOF;
lib/libc/stdio/vfprintf.c
181
return (EOF);
lib/libc/stdio/vfprintf.c
199
ret = EOF;
lib/libc/stdio/vfprintf.c
435
ret = EOF; \
lib/libc/stdio/vfprintf.c
453
return (EOF);
lib/libc/stdio/vfprintf.c
479
ret = EOF;
lib/libc/stdio/vfprintf.c
565
ret = EOF;
lib/libc/stdio/vfprintf.c
995
ret = EOF;
lib/libc/stdio/vfscanf.c
429
if (c == EOF)
lib/libc/stdio/vfscanf.c
447
} else if (width && c != EOF) {
lib/libc/stdio/vfscanf.c
708
return (EOF);
lib/libc/stdio/vfscanf.c
861
return (nconversions != 0 ? nassigned : EOF);
lib/libc/stdio/vfwprintf.c
1052
ret = EOF;
lib/libc/stdio/vfwprintf.c
1137
ret = EOF;
lib/libc/stdio/vfwprintf.c
217
return (EOF);
lib/libc/stdio/vfwprintf.c
267
return (__sfvwrite(fp, &uio) != EOF ? (wint_t)wc : WEOF);
lib/libc/stdio/vfwprintf.c
509
ret = EOF; \
lib/libc/stdio/vfwprintf.c
525
return (EOF);
lib/libc/stdio/vfwprintf.c
548
ret = EOF;
lib/libc/stdio/vfwprintf.c
634
ret = EOF;
lib/libc/stdio/vfwscanf.c
703
return (EOF);
lib/libc/stdio/vfwscanf.c
840
return (nconversions != 0 ? nassigned : EOF);
lib/libc/stdio/vsnprintf.c
65
return (EOF);
lib/libc/stdio/vswscanf.c
76
return (EOF);
lib/libc/stdio/vswscanf.c
81
return (EOF);
lib/libc/stdio/wbuf.c
61
return (EOF);
lib/libc/stdio/wbuf.c
79
return (EOF);
lib/libc/stdio/wbuf.c
86
return (EOF);
lib/libc/stdio/wsetup.c
59
return (EOF);
lib/libc/stdio/xprintf.c
592
ret = EOF;
lib/libc/tests/gen/popen_test.c
105
bool input_error_1 = !(fgetc(fp) != EOF || !feof(fp) || !ferror(fp));
lib/libc/tests/gen/popen_test.c
149
ATF_CHECK_MSG(fputs("abcd\n", fp) != EOF,
lib/libc/tests/gen/popen_test.c
169
while (fputs("abcd\n", fp) != EOF)
lib/libc/tests/gen/popen_test.c
224
ATF_CHECK_MSG((ires = fputs("abcd\n", fp)) != EOF,
lib/libc/tests/gen/popen_test.c
226
if (ires != EOF) {
lib/libc/tests/locale/btowc_test.c
49
ATF_REQUIRE(btowc(EOF) == WEOF);
lib/libc/tests/locale/btowc_test.c
50
ATF_REQUIRE(wctob(WEOF) == EOF);
lib/libc/tests/locale/btowc_test.c
58
ATF_REQUIRE(btowc(0xa3) == WEOF && wctob(0xa3c1) == EOF);
lib/libc/tests/stdio/eintr_test.c
113
if (i == EOF) {
lib/libc/tests/stdio/eintr_test.c
89
if (fputc(*p, fp) == EOF) {
lib/libcompat/4.3/rexec.c
101
while ((c = getc(cfile)) != EOF &&
lib/libcompat/4.3/rexec.c
104
if (c == EOF)
lib/libcompat/4.3/rexec.c
108
while ((c = getc(cfile)) != EOF && c != '"') {
lib/libcompat/4.3/rexec.c
115
while ((c = getc(cfile)) != EOF
lib/libcompat/4.3/rexec.c
219
while ((c=getc(cfile)) != EOF &&
lib/libcompat/4.3/rexec.c
222
if (c == EOF || c == '\n') {
lib/libcompat/4.3/rexec.c
232
for (i=0; i < 8 && (c=getc(cfile)) != EOF &&
lib/libcompat/4.3/rexec.c
236
if (c == EOF) {
lib/libcompat/4.3/rexec.c
242
while ((c=getc(cfile)) != EOF && c != '\n');
lib/libcompat/4.3/rexec.c
244
if (c == EOF) {
lib/libcompat/4.3/rexec.c
256
if ((c=getc(cfile)) == EOF) {
lib/libiconv_modules/mapper_zone/citrus_mapper_zone.c
138
return (EOF);
lib/libiconv_modules/mapper_zone/citrus_mapper_zone.c
285
if (ret != EOF)
libexec/bootpd/readfile.c
528
case EOF:
libexec/bootpd/readfile.c
552
case EOF:
libexec/fingerd/fingerd.c
212
while ((ch = getc(fp)) != EOF) {
libexec/mknetid/parse_group.c
110
while ((ch = getc(_gr_fp)) != '\n' && ch != EOF)
sbin/bsdlabel/bsdlabel.c
640
if (c != EOF && c != (int)'\n')
sbin/camcontrol/modeedit.c
451
while ((ch = fgetc(pagedb)) != EOF) {
sbin/camcontrol/modeedit.c
460
} while (ch != '\n' && ch != EOF);
sbin/dhclient/clparse.c
111
if (token == EOF)
sbin/dhclient/clparse.c
164
if (token == EOF)
sbin/dhclient/clparse.c
425
if (token == EOF) {
sbin/dhclient/clparse.c
517
if (token == EOF) {
sbin/dhclient/conflex.c
106
} else if (c != EOF) {
sbin/dhclient/conflex.c
219
if (c == EOF)
sbin/dhclient/conflex.c
234
if (c == EOF) {
sbin/dhclient/dhctoken.h
140
(x) != EOF)
sbin/dhclient/parse.c
281
if (token == EOF) {
sbin/dhclient/parse.c
96
} while (token != EOF);
sbin/ipf/common/ipf_y.y
2032
if (i == EOF)
sbin/ipf/common/lexer.c
118
if (c != EOF)
sbin/ipf/common/lexer.c
312
if (n == EOF || n == TOOLONG) {
sbin/ipf/common/lexer.c
325
case EOF :
sbin/ipf/ipnat/ipnat_y.y
1350
if (i == EOF)
sbin/ipf/ipnat/ipnat_y.y
1352
if (ungetc(i, fp) == EOF)
sbin/ipf/ippool/ippool_y.y
655
if (i == EOF)
sbin/ipf/ippool/ippool_y.y
657
if (ungetc(i, fp) == EOF)
sbin/ldconfig/elfhints.c
307
if (fputs(dirs[0], fp) == EOF)
sbin/ldconfig/elfhints.c
313
if (putc('\0', fp) == EOF || fclose(fp) == EOF)
sbin/md5/md5.c
708
if (tee && putchar('\n') == EOF)
sbin/md5/md5.c
736
if (tee && putchar(byte) == EOF)
sbin/md5/md5.c
751
if (tee && putchar('\n') == EOF)
sbin/pfctl/parse.y
7321
if ((c = igetc()) == EOF) {
sbin/pfctl/parse.y
7323
if (file == topfile || popfile() == EOF)
sbin/pfctl/parse.y
7324
return (EOF);
sbin/pfctl/parse.y
7340
if (c == EOF) {
sbin/pfctl/parse.y
7350
while (c == EOF) {
sbin/pfctl/parse.y
7351
if (file == topfile || popfile() == EOF)
sbin/pfctl/parse.y
7352
return (EOF);
sbin/pfctl/parse.y
7362
if (c == EOF)
sbin/pfctl/parse.y
7386
if (c == EOF)
sbin/pfctl/parse.y
7407
while ((c = lgetc(0)) != '\n' && c != EOF)
sbin/pfctl/parse.y
7411
if ((c = lgetc(0)) == EOF)
sbin/pfctl/parse.y
7446
if ((c = lgetc(quotec)) == EOF)
sbin/pfctl/parse.y
7452
if ((next = lgetc(quotec)) == EOF)
sbin/pfctl/parse.y
7522
} while ((c = lgetc(0)) != EOF && isdigit(c));
sbin/pfctl/parse.y
7526
if (c == EOF || allowed_to_end_number(c)) {
sbin/pfctl/parse.y
7561
} while ((c = lgetc(0)) != EOF && (allowed_in_string(c)));
sbin/pfctl/parse.y
7573
if (c == EOF)
sbin/pfctl/parse.y
7659
return (file ? 0 : EOF);
sbin/restore/utilities.c
389
if (c == EOF)
sbin/umbctl/umbctl.c
292
while((i = fgetc(fp)) != EOF && i != '\n');
share/examples/ppi/ppilcd.c
158
while ((ch = fgetc(stdin)) != EOF)
stand/liblua/lstd.c
138
return EOF;
stand/liblua/lstd.c
169
return EOF;
stand/liblua/lstd.c
173
return EOF;
stand/liblua/lstd.h
82
#ifndef EOF
sys/gdb/gdb_int.h
40
#ifndef EOF
sys/gdb/gdb_int.h
76
c = EOF;
sys/gdb/gdb_main.c
207
case EOF:
sys/gdb/gdb_main.c
982
case EOF:
sys/gdb/gdb_packet.c
230
if (c != EOF) {
sys/gdb/gdb_packet.c
405
if (c == EOF)
sys/gdb/gdb_packet.c
410
if ((c = gdb_rx_char()) == EOF)
tests/sys/cddl/zfs/bin/randfree_file.c
55
while ((ch = getopt(argc, argv, "l:s:n:")) != EOF) {
tools/build/bootstrap-m4/inittokenizer.c
611
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
tools/build/bootstrap-m4/inittokenizer.c
615
if ( c == EOF && ferror( yyin ) ) \
tools/test/arc4random/biastest.c
52
while (ch = getopt(argc, argv, "n:t:"), ch != EOF)
tools/tools/ath/athprom/athprom.c
233
if (c == EOF)
tools/tools/ath/athprom/athprom.c
234
return EOF;
tools/tools/ath/athprom/athprom.c
259
if (c == EOF)
tools/tools/ath/athprom/athprom.c
262
if (token(fd, id, MAXID, ".directive") == EOF)
tools/tools/ath/athprom/athprom.c
270
if (c == EOF)
tools/tools/ath/athprom/athprom.c
280
return EOF;
tools/tools/ath/athprom/athprom.c
289
while ((c = getc(fd)) != EOF && isblank(c))
tools/tools/ath/athprom/athprom.c
291
if (c != EOF)
tools/tools/ath/athprom/athprom.c
876
while ((c = getc(ftemplate)) != EOF) {
tools/tools/ath/athprom/athprom.c
879
while ((c = getc(ftemplate)) != EOF && c != '\n')
tools/tools/ath/athprom/athprom.c
881
if (c == EOF)
tools/tools/ath/athprom/athprom.c
888
if (token(ftemplate, id, MAXID, ".directive") == EOF)
tools/tools/ath/athprom/athprom.c
893
if (token(ftemplate, id, MAXID, "id") == EOF)
tools/tools/ath/athprom/athprom.c
910
if (token(ftemplate, id, MAXID, "pdgain") == EOF)
tools/tools/ath/athprom/athprom.c
924
if (token(ftemplate, id, MAXID, "pdgain") == EOF)
tools/tools/ath/athprom/athprom.c
962
if (token(ftemplate, id, MAXID, "$var") == EOF)
tools/tools/ath/athprom/athprom.c
970
if (c == EOF)
tools/tools/fixwhite/fixwhite.c
138
if (c == EOF && ferror(stdin)) {
tools/tools/fixwhite/fixwhite.c
149
if (putchar(c) == EOF) {
tools/tools/fixwhite/fixwhite.c
163
while ((c = readchar()) != EOF) {
usr.bin/ar/acpyacc.y
453
if (fclose(out) == EOF)
usr.bin/at/at.c
193
jobno = EOF;
usr.bin/at/at.c
202
return EOF;
usr.bin/at/at.c
263
if ((jobno = nextjob()) == EOF)
usr.bin/at/at.c
420
while((ch = getchar()) != EOF)
usr.bin/at/at.c
611
while((ch = getc(fp)) != EOF) {
usr.bin/at/parsetime.c
202
sc_tokid = EOF;
usr.bin/at/parsetime.c
266
panic((tok == EOF) ? "incomplete time"
usr.bin/at/parsetime.c
409
if ((sc_tokid == EOF || sc_tokid == PLUS || sc_tokid == MINUS) &&
usr.bin/at/parsetime.c
660
expect(EOF);
usr.bin/bintrans/uudecode.c
172
if (v == EOF) {
usr.bin/bintrans/uudecode.c
178
if (v == EOF)
usr.bin/bintrans/uudecode.c
199
return (EOF);
usr.bin/bintrans/uuencode.c
211
if (fputc(ch, output) == EOF)
usr.bin/bintrans/uuencode.c
222
if (fputc(ch, output) == EOF)
usr.bin/bintrans/uuencode.c
226
if (fputc(ch, output) == EOF)
usr.bin/bintrans/uuencode.c
230
if (fputc(ch, output) == EOF)
usr.bin/bintrans/uuencode.c
234
if (fputc(ch, output) == EOF)
usr.bin/bintrans/uuencode.c
237
if (fputc('\n', output) == EOF)
usr.bin/caesar/caesar.c
142
while ((ch = getchar()) != EOF)
usr.bin/cmp/special.c
67
if (getc(fp1) == EOF)
usr.bin/cmp/special.c
70
if (getc(fp2) == EOF)
usr.bin/cmp/special.c
83
if (ch1 == EOF || ch2 == EOF)
usr.bin/compress/compress.c
389
while (ch != '\n' && ch != EOF)
usr.bin/compress/zopen.c
339
rval = fclose(fp) == EOF ? -1 : 0;
usr.bin/csplit/csplit.c
197
while ((p = get_line()) != NULL && fputs(p, ofp) != EOF)
usr.bin/csplit/csplit.c
394
if (fputs(p, ofp) == EOF)
usr.bin/csplit/csplit.c
457
if (fputs(p, ofp) == EOF)
usr.bin/ctags/C.c
195
while (GETC(!=, EOF) && (c == ' ' || c == '\t'))
usr.bin/ctags/C.c
197
if (c == EOF)
usr.bin/ctags/C.c
266
while (GETC(!=, EOF)) {
usr.bin/ctags/C.c
298
while (GETC(!=, EOF) && iswhite(c))
usr.bin/ctags/C.c
301
if (c == EOF)
usr.bin/ctags/C.c
355
while (GETC(!=, EOF) && (c == ' ' || c == '\t'))
usr.bin/ctags/C.c
361
if (GETC(==, EOF))
usr.bin/ctags/C.c
375
if (GETC(==, EOF))
usr.bin/ctags/C.c
386
if (GETC(==, EOF))
usr.bin/ctags/C.c
421
if (GETC(==, EOF))
usr.bin/ctags/C.c
431
if (GETC(==, EOF))
usr.bin/ctags/C.c
444
while (GETC(!=, EOF))
usr.bin/ctags/C.c
467
for (star = 0; GETC(!=, EOF);)
usr.bin/ctags/C.c
498
for (skip = false; GETC(!=, EOF); )
usr.bin/ctags/C.c
524
for (skip = retval = false; GETC(!=, EOF);)
usr.bin/ctags/C.c
62
while (GETC(!=, EOF)) {
usr.bin/ctags/ctags.c
290
if (GETC(==, EOF))
usr.bin/ctags/print.c
55
for (cp = lbuf; GETC(!=, EOF) && c != '\n'; *cp++ = c)
usr.bin/ctags/print.c
62
else for (cnt = 0, cp = lbuf; GETC(!=, EOF) && cnt < ENDLINE; ++cnt) {
usr.bin/ctags/yacc.c
128
for (state = 0; GETC(!=, EOF);)
usr.bin/ctags/yacc.c
53
while (GETC(!=, EOF))
usr.bin/ctags/yacc.c
92
while (GETC(!=, EOF) && (intoken(c) || c == '.'))
usr.bin/ctags/yacc.c
99
if (GETC(==, EOF))
usr.bin/cut/cut.c
244
if ((ch = getc(fp)) == EOF)
usr.bin/cut/cut.c
253
while ((ch = getc(fp)) != EOF && ch != '\n')
usr.bin/cut/cut.c
256
while ((ch = getc(fp)) != EOF && ch != '\n');
usr.bin/diff/diffreg.c
1325
if (c == EOF) {
usr.bin/diff/diffreg.c
1431
case EOF:
usr.bin/diff/diffreg.c
774
if (c == EOF && isspace(d)) {
usr.bin/diff/diffreg.c
777
} else if (isspace(c) && d == EOF) {
usr.bin/diff/diffreg.c
826
if (c != '\n' && c != EOF)
usr.bin/diff/diffreg.c
828
if (d != '\n' && c != EOF)
usr.bin/diff/diffreg.c
832
if (c == '\n' || c == EOF)
usr.bin/diff/diffreg.c
842
if (c != '\n' && c != EOF)
usr.bin/diff/diffreg.c
844
if (d != '\n' && c != EOF)
usr.bin/diff/diffreg.c
848
if (c == '\n' || c == EOF)
usr.bin/diff/diffreg.c
916
for (i = 1; (c = getc(f)) != '\n' && c != EOF; i++)
usr.bin/diff/diffreg.c
991
if ((c = getc(f1)) == EOF)
usr.bin/dtc/input_buffer.cc
134
while ((c = fgetc(stdin)) != EOF)
usr.bin/file2c/file2c.c
55
while((c = getchar()) != EOF) {
usr.bin/finger/lprint.c
329
while ((ch = getc(fp)) != EOF)
usr.bin/finger/net.c
165
while ((c = getwc(fp)) != EOF) {
usr.bin/fortune/strfile/strfile.c
382
#define IS_END(ch,nf) (ch == EOF || (ch == (unsigned char)Delimch && nf))
usr.bin/fortune/strfile/strfile.c
397
while (!isalnum(c1 = getc(Sort_1)) && c1 != '\0' && c1 != EOF)
usr.bin/fortune/strfile/strfile.c
399
while (!isalnum(c2 = getc(Sort_2)) && c2 != '\0' && c2 != EOF)
usr.bin/gprof/printgprof.c
680
while ( ( input = getc( blurbfile ) ) != EOF ) {
usr.bin/gzip/unpack.c
203
if ((thisbyte = fgetc(unpackd->fpIn)) == EOF)
usr.bin/gzip/unpack.c
231
if ((thisbyte = fgetc(unpackd->fpIn)) == EOF)
usr.bin/gzip/unpack.c
271
while ((thisbyte = fgetc(unpackd->fpIn)) != EOF) {
usr.bin/hexdump/display.c
325
while (nread < nbytes && (c = getchar()) != EOF) {
usr.bin/hexdump/display.c
430
if (getchar() == EOF)
usr.bin/hexdump/parse.c
57
while ((ch = getchar()) != '\n' && ch != EOF);
usr.bin/ident/ident.c
74
while ((c = fgetc(fp)) != EOF) {
usr.bin/indent/args.c
205
while ((i = getc(f)) != EOF) {
usr.bin/indent/args.c
225
else if (i == EOF)
usr.bin/indent/io.c
302
if ((i = getc(f)) == EOF) {
usr.bin/killall/killall.c
406
while (ch != '\n' && ch != EOF)
usr.bin/lam/lam.c
210
for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++)
usr.bin/lam/lam.c
214
if (c == EOF) {
usr.bin/lastcomm/lastcomm.c
198
if (rv == EOF)
usr.bin/lastcomm/readrec.c
127
if ((rv = fread_record(&av2, sizeof(av2), f)) == EOF)
usr.bin/lastcomm/readrec.c
128
return (EOF);
usr.bin/lastcomm/readrec.c
169
if (fread_record(&magic, sizeof(magic), f) == EOF ||
usr.bin/lastcomm/readrec.c
170
fread_record(&version, sizeof(version), f) == EOF ||
usr.bin/lastcomm/readrec.c
171
ungetc(version, f) == EOF ||
usr.bin/lastcomm/readrec.c
172
ungetc(magic, f) == EOF)
usr.bin/lastcomm/readrec.c
173
return (EOF);
usr.bin/lastcomm/readrec.c
184
return (EOF);
usr.bin/lastcomm/readrec.c
201
if ((magic = getc(f)) == EOF)
usr.bin/lastcomm/readrec.c
202
return (ferror(f) ? EOF : 0);
usr.bin/lastcomm/readrec.c
203
if (ungetc(magic, f) == EOF)
usr.bin/lastcomm/readrec.c
204
return (EOF);
usr.bin/lastcomm/readrec.c
211
return (rv == EOF ? EOF : 1);
usr.bin/lastcomm/readrec.c
232
return (EOF);
usr.bin/lastcomm/readrec.c
236
SEEK_CUR) == EOF ||
usr.bin/lastcomm/readrec.c
237
(c = getc(f)) == EOF)
usr.bin/lastcomm/readrec.c
238
return (EOF);
usr.bin/lastcomm/readrec.c
245
SEEK_SET) == EOF ||
usr.bin/lastcomm/readrec.c
246
fread_record(&len, sizeof(len), f) == EOF ||
usr.bin/lastcomm/readrec.c
247
fseeko(f, pos - len, SEEK_SET) == EOF ||
usr.bin/lastcomm/readrec.c
248
readrec_vx(f, av3) == EOF ||
usr.bin/lastcomm/readrec.c
249
fseeko(f, pos - len, SEEK_SET) == EOF)
usr.bin/lastcomm/readrec.c
250
return (EOF);
usr.bin/lastcomm/readrec.c
255
if (fseeko(f, pos - sizeof(struct acctv1), SEEK_SET) == EOF ||
usr.bin/lastcomm/readrec.c
256
readrec_v1(f, av3) == EOF ||
usr.bin/lastcomm/readrec.c
257
fseeko(f, pos - sizeof(struct acctv1), SEEK_SET) == EOF)
usr.bin/lastcomm/readrec.c
258
return (EOF);
usr.bin/lastcomm/readrec.c
63
return (EOF);
usr.bin/lastcomm/readrec.c
67
return (EOF);
usr.bin/lastcomm/readrec.c
97
if ((rv = fread_record(&av1, sizeof(av1), f)) == EOF)
usr.bin/lastcomm/readrec.c
98
return (EOF);
usr.bin/lex/initscan.c
2114
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
usr.bin/lex/initscan.c
2118
if ( c == EOF && ferror( yyin ) ) \
usr.bin/lex/initscan.c
4577
return EOF;
usr.bin/localedef/collate.c
227
static int currorder = EOF;
usr.bin/localedef/collate.c
228
static int lastorder = EOF;
usr.bin/localedef/localedef.c
197
if (s && fputs(s, f) == EOF) {
usr.bin/localedef/localedef.c
201
return (EOF);
usr.bin/localedef/localedef.c
203
if (fputc('\n', f) == EOF) {
usr.bin/localedef/localedef.c
207
return (EOF);
usr.bin/localedef/localedef.c
222
return (EOF);
usr.bin/localedef/messages.c
112
if ((putl_category(msgs.yesexpr, f) == EOF) ||
usr.bin/localedef/messages.c
113
(putl_category(msgs.noexpr, f) == EOF) ||
usr.bin/localedef/messages.c
114
(putl_category(msgs.yesstr, f) == EOF) ||
usr.bin/localedef/messages.c
115
(putl_category(msgs.nostr, f) == EOF)) {
usr.bin/localedef/monetary.c
185
if ((putl_category(mon.int_curr_symbol, f) == EOF) ||
usr.bin/localedef/monetary.c
186
(putl_category(mon.currency_symbol, f) == EOF) ||
usr.bin/localedef/monetary.c
187
(putl_category(mon.mon_decimal_point, f) == EOF) ||
usr.bin/localedef/monetary.c
188
(putl_category(mon.mon_thousands_sep, f) == EOF) ||
usr.bin/localedef/monetary.c
189
(putl_category(mon.mon_grouping, f) == EOF) ||
usr.bin/localedef/monetary.c
190
(putl_category(mon.positive_sign, f) == EOF) ||
usr.bin/localedef/monetary.c
191
(putl_category(mon.negative_sign, f) == EOF) ||
usr.bin/localedef/monetary.c
192
(putl_category(mon.int_frac_digits, f) == EOF) ||
usr.bin/localedef/monetary.c
193
(putl_category(mon.frac_digits, f) == EOF) ||
usr.bin/localedef/monetary.c
194
(putl_category(mon.p_cs_precedes, f) == EOF) ||
usr.bin/localedef/monetary.c
195
(putl_category(mon.p_sep_by_space, f) == EOF) ||
usr.bin/localedef/monetary.c
196
(putl_category(mon.n_cs_precedes, f) == EOF) ||
usr.bin/localedef/monetary.c
197
(putl_category(mon.n_sep_by_space, f) == EOF) ||
usr.bin/localedef/monetary.c
198
(putl_category(mon.p_sign_posn, f) == EOF) ||
usr.bin/localedef/monetary.c
199
(putl_category(mon.n_sign_posn, f) == EOF) ||
usr.bin/localedef/monetary.c
200
(putl_category(mon.int_p_cs_precedes, f) == EOF) ||
usr.bin/localedef/monetary.c
201
(putl_category(mon.int_n_cs_precedes, f) == EOF) ||
usr.bin/localedef/monetary.c
202
(putl_category(mon.int_p_sep_by_space, f) == EOF) ||
usr.bin/localedef/monetary.c
203
(putl_category(mon.int_n_sep_by_space, f) == EOF) ||
usr.bin/localedef/monetary.c
204
(putl_category(mon.int_p_sign_posn, f) == EOF) ||
usr.bin/localedef/monetary.c
205
(putl_category(mon.int_n_sign_posn, f) == EOF)) {
usr.bin/localedef/numeric.c
111
if ((putl_category(numeric.decimal_point, f) == EOF) ||
usr.bin/localedef/numeric.c
112
(putl_category(numeric.thousands_sep, f) == EOF) ||
usr.bin/localedef/numeric.c
113
(putl_category(numeric.grouping, f) == EOF)) {
usr.bin/localedef/scanner.c
410
return (EOF);
usr.bin/localedef/scanner.c
435
return (EOF);
usr.bin/localedef/scanner.c
476
if ((mbi == mb_cur_max) || ((c = get_byte()) == EOF)) {
usr.bin/localedef/scanner.c
511
while ((c = scanc()) != EOF) {
usr.bin/localedef/scanner.c
582
return (EOF);
usr.bin/localedef/scanner.c
664
if (c == EOF) {
usr.bin/localedef/scanner.c
678
while ((c = scanc()) != EOF) {
usr.bin/localedef/scanner.c
749
if ((c = scanc()) == EOF) {
usr.bin/localedef/scanner.c
751
return (EOF);
usr.bin/localedef/scanner.c
821
return (EOF);
usr.bin/localedef/time.c
239
if (putl_category(tm.mon[i], f) == EOF) {
usr.bin/localedef/time.c
244
if (putl_category(tm.month[i], f) == EOF) {
usr.bin/localedef/time.c
249
if (putl_category(tm.wday[i], f) == EOF) {
usr.bin/localedef/time.c
254
if (putl_category(tm.weekday[i], f) == EOF) {
usr.bin/localedef/time.c
265
if ((putl_category(tm.X_fmt, f) == EOF) ||
usr.bin/localedef/time.c
266
(putl_category(tm.x_fmt, f) == EOF) ||
usr.bin/localedef/time.c
267
(putl_category(tm.c_fmt, f) == EOF) ||
usr.bin/localedef/time.c
268
(putl_category(tm.am, f) == EOF) ||
usr.bin/localedef/time.c
269
(putl_category(tm.pm, f) == EOF) ||
usr.bin/localedef/time.c
270
(putl_category(tm.date_fmt ? tm.date_fmt : tm.c_fmt, f) == EOF) ||
usr.bin/localedef/time.c
271
(putl_category(tm.ampm_fmt, f) == EOF)) {
usr.bin/locate/code/locate.code.c
167
if (putchar(SWITCH) == EOF ||
usr.bin/locate/code/locate.code.c
168
putw(diffcount, stdout) == EOF)
usr.bin/locate/code/locate.code.c
171
if (putchar(diffcount) == EOF)
usr.bin/locate/code/locate.code.c
183
if (putchar((code / 2) | PARITY) == EOF)
usr.bin/locate/code/locate.code.c
196
if (putchar(UMLAUT) == EOF ||
usr.bin/locate/code/locate.code.c
197
putchar(*cp++) == EOF)
usr.bin/locate/code/locate.code.c
203
if(putchar(*cp++) == EOF)
usr.bin/locate/locate/fastfind.c
206
for (; c != EOF; ) {
usr.bin/locate/locate/fastfind.c
58
for (c = getc(fp), count = 0; c != EOF; size++) {
usr.bin/login/login.c
834
if (ch == EOF) {
usr.bin/login/login.c
880
while ((ch = fgetc(f)) != EOF && !motdinterrupt)
usr.bin/login/login.c
883
if (ch != EOF || ferror(f)) {
usr.bin/look/look.c
298
if (putchar(*front) == EOF)
usr.bin/look/look.c
300
if (putchar('\n') == EOF)
usr.bin/m4/eval.c
458
while ((c = gpbc()) != '\n' && c != EOF)
usr.bin/m4/eval.c
745
while ((c = getc(pf)) != EOF)
usr.bin/m4/gnum4.c
691
while ((c = getc(f))!= EOF)
usr.bin/m4/main.c
332
if (t == EOF || (unsigned char)t != (unsigned char)*token) {
usr.bin/m4/main.c
342
#define LOOK_AHEAD(t, token) (t != EOF && \
usr.bin/m4/main.c
376
} else if (l == EOF) {
usr.bin/m4/main.c
401
if (t == EOF)
usr.bin/m4/main.c
442
} else if (t == EOF) {
usr.bin/m4/main.c
512
if (t == EOF)
usr.bin/m4/main.c
579
if (c != EOF)
usr.bin/m4/misc.c
233
while ((c = getc(outfile[n])) != EOF)
usr.bin/m4/misc.c
392
if (f->c == EOF)
usr.bin/m4/misc.c
393
return EOF;
usr.bin/m4/misc.c
427
f->c = EOF;
usr.bin/m4/misc.c
87
if (c == EOF)
usr.bin/mail/cmd3.c
150
while ((c = getc(f)) != EOF)
usr.bin/mail/collect.c
435
while ((t = getc(fbuf)) != EOF)
usr.bin/mail/collect.c
447
while ((t = getc(collf)) != EOF)
usr.bin/mail/collect.c
519
while ((c = getc(fp)) != EOF) {
usr.bin/mail/collect.c
729
while ((c = getc(fp)) != EOF)
usr.bin/mail/edit.c
108
while ((c = getc(fp)) != EOF) {
usr.bin/mail/edit.c
111
if (putc(c, otf) == EOF)
usr.bin/mail/edit.c
151
while (--size >= 0 && (t = getc(fp)) != EOF)
usr.bin/mail/edit.c
154
while ((t = getc(fp)) != EOF)
usr.bin/mail/names.c
327
while ((c = getc(fo)) != EOF)
usr.bin/mail/names.c
391
while ((c = getc(fin)) != EOF)
usr.bin/mail/quit.c
111
while ((c = getc(fbuf)) != EOF)
usr.bin/mail/quit.c
117
if (c == EOF)
usr.bin/mail/quit.c
213
while ((c = getc(abuf)) != EOF)
usr.bin/mail/quit.c
261
while (c != EOF) {
usr.bin/mail/quit.c
304
while ((c = getc(rbuf)) != EOF)
usr.bin/mail/quit.c
343
while ((c = getc(res)) != EOF)
usr.bin/mail/quit.c
357
while ((c = getc(res)) != EOF)
usr.bin/mail/quit.c
436
while ((c = getc(ibuf)) != EOF)
usr.bin/mail/quit.c
469
while ((c = getc(ibuf)) != EOF)
usr.bin/mail/send.c
212
if ((c = getc(ibuf)) != EOF && putc(c, obuf) == EOF)
usr.bin/mail/send.c
473
while (c != EOF) {
usr.bin/mail/tty.c
215
if (c == EOF || c == '\n')
usr.bin/mail/tty.c
223
if (c == EOF && ferror(stdin)) {
usr.bin/mkcsmapper/yacc.y
684
while ((ch = getopt(argc, argv, "do:mp")) != EOF) {
usr.bin/mkesdb/yacc.y
292
while ((ch = getopt(argc, argv, "do:m")) != EOF) {
usr.bin/mkstr/mkstr.c
134
if (c == EOF)
usr.bin/mkstr/mkstr.c
180
if (c == EOF)
usr.bin/mkstr/mkstr.c
315
while (--rmdr > 0 && (c = getc(file)) != 0 && c != EOF)
usr.bin/morse/morse.c
449
while ((ch = getchar()) != EOF) {
usr.bin/patch/pch.c
522
} while (c != EOF && c != '\n');
usr.bin/patch/pch.c
526
if (c != EOF)
usr.bin/pr/pr.c
1017
int ch = EOF;
usr.bin/pr/pr.c
1027
while ((--lim >= 0) && ((ch = getc(inf)) != EOF)) {
usr.bin/pr/pr.c
1041
if ((col > lim) && (ungetc(ch, inf) == EOF))
usr.bin/pr/pr.c
1059
while ((--lim >= 0) && ((ch = getc(inf)) != EOF)) {
usr.bin/pr/pr.c
1066
if (ch == EOF) {
usr.bin/pr/pr.c
1089
while ((ch = getc(inf)) != EOF) {
usr.bin/pr/pr.c
1161
if (putchar(ochar) == EOF) {
usr.bin/pr/pr.c
1172
if (putchar(' ') == EOF) {
usr.bin/pr/pr.c
1182
if (putchar(*buf++) == EOF) {
usr.bin/pr/pr.c
1206
if (putchar(ochar) == EOF) {
usr.bin/pr/pr.c
1216
if (putchar(' ') == EOF) {
usr.bin/pr/pr.c
1239
if ((putchar('\n') == EOF) || (dspace && (putchar('\n') == EOF))) {
usr.bin/pr/pr.c
1262
while ((c = getc(inf)) != EOF) {
usr.bin/pr/pr.c
1266
if (c == EOF) {
usr.bin/pr/pr.c
1445
if ((putchar('\n') == EOF) || (putchar('\n') == EOF)) {
usr.bin/pr/pr.c
148
while ((pch = getc(ttyfp)) != '\n' && pch != EOF)
usr.bin/pr/pr.c
1482
((dspace && (putchar('\n') == EOF)) ||
usr.bin/pr/pr.c
1483
(putchar('\n') == EOF))) {
usr.bin/pr/pr.c
1491
if (putchar('\f') == EOF) {
usr.bin/pr/pr.c
1514
if ((incomp && (putchar('\n') == EOF)) ||
usr.bin/pr/pr.c
1515
(putchar('\f') == EOF)) {
usr.bin/pr/pr.c
1523
if (putchar('\n') == EOF) {
usr.bin/random/random.c
157
while ((ch = getchar()) != EOF) {
usr.bin/random/random.c
163
while ((ch = getchar()) != EOF)
usr.bin/random/random.c
169
} while (ch != EOF);
usr.bin/rs/rs.cc
116
if (c == EOF)
usr.bin/rs/rs.cc
160
} while (get_line() != EOF);
usr.bin/rs/rs.cc
322
if ((c = getchar()) == EOF)
usr.bin/sdiff/sdiff.c
408
while (parsecmd(diffpipe, file1, file2) != EOF)
usr.bin/sdiff/sdiff.c
469
} while (ch1 != EOF && ch2 != EOF && ch1 == ch2);
usr.bin/sdiff/sdiff.c
480
if (ch1 != EOF || ch2 != EOF) {
usr.bin/sdiff/sdiff.c
504
if (ch == EOF)
usr.bin/sdiff/sdiff.c
722
return (EOF);
usr.bin/sed/main.c
339
if (infile != NULL && (c = getc(infile)) != EOF && !quit) {
usr.bin/sed/main.c
511
if ((ch = getc(file_fd)) != EOF) {
usr.bin/sed/main.c
537
if ((ch = getc(infile)) == EOF) {
usr.bin/sed/process.c
631
} else if (wc != L'\0' && (c = wctob(wc)) != EOF &&
usr.bin/tail/forward.c
113
if ((ch = getc(fp)) == EOF) {
usr.bin/tail/forward.c
125
if ((ch = getc(fp)) == EOF) {
usr.bin/tail/forward.c
144
while (getc(fp) != EOF);
usr.bin/tail/forward.c
163
while (getc(fp) != EOF);
usr.bin/tail/forward.c
176
while ((ch = getc(fp)) != EOF)
usr.bin/tail/forward.c
177
if (putchar(ch) == EOF)
usr.bin/tail/forward.c
242
while ((ch = getc(file->fp)) != EOF) {
usr.bin/tail/forward.c
248
if (putchar(ch) == EOF)
usr.bin/tail/read.c
151
while ((ch = getc(fp)) != EOF) {
usr.bin/tail/read.c
74
for (wrap = 0, ep = p + off; (ch = getc(fp)) != EOF;) {
usr.bin/tip/tip/cmds.c
326
if (c == EOF)
usr.bin/tip/tip/tip.c
343
while ((c = getchar()) != EOF && (*p = c) != '\n' && --sz > 0)
usr.bin/tip/tip/tip.c
390
if (gch == EOF)
usr.bin/tip/tip/tip.c
396
if (gch == EOF)
usr.bin/tip/tip/tip.c
413
if (gch == EOF)
usr.bin/tip/tip/tip.c
441
if (gch == EOF)
usr.bin/tip/tip/tip.c
442
return (EOF);
usr.bin/top/top.c
314
while ((i = getopt_long(ac, __DECONST(char * const *, av), "CSIHPabijJ:nquvzs:d:U:m:o:p:Ttw", longopts, NULL)) != EOF)
usr.bin/tsort/tsort.c
146
while (c != EOF && isspace(c))
usr.bin/tsort/tsort.c
148
if (c == EOF)
usr.bin/tsort/tsort.c
159
} while (c != EOF && !isspace(c));
usr.bin/ul/ul.c
505
return (putwchar(c) != WEOF ? c : EOF);
usr.bin/usbhidaction/usbhidaction.c
270
if (c != EOF)
usr.bin/what/what.c
105
while ((c = getc(in)) != EOF) {
usr.bin/what/what.c
116
while ((c = getc(in)) != EOF && c && c != '"' &&
usr.bin/xargs/xargs.c
306
case EOF:
usr.bin/xargs/xargs.c
390
if (xp == endxp || p > ebp || ch == EOF ||
usr.bin/xargs/xargs.c
401
if (ch == EOF || foundeof) {
usr.bin/xargs/xargs.c
428
if (!insingle && !indouble && (ch = getchar()) == EOF) {
usr.bin/xstr/xstr.c
306
while (--rmdr > 0 && (c = xgetc(file)) != 0 && c != EOF)
usr.bin/xstr/xstr.c
383
if (fclose(mesgwrit) == EOF)
usr.sbin/bootparamd/bootparamd/bootparamd.c
240
while ( ! ( ch == '\n' && pch != '\\') && ch != EOF) {
usr.sbin/bootparamd/bootparamd/bootparamd.c
346
while ( ! ( ch == '\n' && pch != '\\') && ch != EOF) {
usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.c
164
while ((ch = getopt(argc, argv, opts)) != EOF) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
239
return (EOF);
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
241
if ((c = getc(input->fp)) != EOF)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
348
while ((c = tgetc()) != EOF) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
354
if (c == EOF)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
366
while ((c = tgetc()) != EOF) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
392
while ((c = tgetc()) != EOF) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
412
while ((c = tgetc()) != EOF) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
436
while ((c = tgetc()) != EOF) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
493
while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
548
while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
601
while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
645
while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
745
while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
usr.sbin/ckdist/ckdist.c
195
if ((c = fgetc(fp)) != EOF) {
usr.sbin/config/main.cc
340
while ((ch = getc(fp)) != EOF)
usr.sbin/config/main.cc
343
if (ch == EOF)
usr.sbin/config/main.cc
362
while ((ch = getc(fp)) != EOF) {
usr.sbin/config/main.cc
367
if (ch == EOF)
usr.sbin/config/main.cc
386
while ((ch = getc(fp)) != EOF)
usr.sbin/config/main.cc
389
if (ch == EOF)
usr.sbin/config/main.cc
407
while ((ch = getc(fp)) != EOF) {
usr.sbin/config/main.cc
426
while ((ch = getc(fp)) != EOF) {
usr.sbin/config/main.cc
431
if (ch != EOF)
usr.sbin/config/main.cc
434
if (ch == EOF)
usr.sbin/config/main.cc
524
while ((i = getc(cff)) != EOF) {
usr.sbin/config/main.cc
772
if (r == EOF)
usr.sbin/cron/cron/do_command.c
629
if (ch != EOF) {
usr.sbin/cron/cron/do_command.c
702
while (EOF != (ch = getc(in))) {
usr.sbin/cron/cron/macros.h
78
while (c!='\t' && c!=' ' && c!='\n' && c != EOF) \
usr.sbin/cron/cron/macros.h
82
do {c = get_char(f);} while (c != '\n' && c != EOF);
usr.sbin/cron/crontab/crontab.c
228
if (EOF == ch)
usr.sbin/cron/crontab/crontab.c
234
while (EOF != (ch = get_char(in)))
usr.sbin/cron/crontab/crontab.c
237
if (EOF == ch)
usr.sbin/cron/crontab/crontab.c
243
if (EOF != ch)
usr.sbin/cron/crontab/crontab.c
244
while (EOF != (ch = get_char(in)))
usr.sbin/cron/crontab/crontab.c
278
while (ch != '\n' && ch != EOF)
usr.sbin/cron/crontab/crontab.c
528
while (EOF != (ch = get_char(NewCrontab)))
usr.sbin/cron/crontab/crontab.c
591
if (fclose(tmp) == EOF) {
usr.sbin/cron/lib/entry.c
122
if (ch == EOF)
usr.sbin/cron/lib/entry.c
233
if (ch == EOF) {
usr.sbin/cron/lib/entry.c
243
if (ch == EOF) {
usr.sbin/cron/lib/entry.c
253
if (ch == EOF) {
usr.sbin/cron/lib/entry.c
265
if (ch == EOF) {
usr.sbin/cron/lib/entry.c
275
if (ch == EOF) {
usr.sbin/cron/lib/entry.c
287
if (ch == EOF) {
usr.sbin/cron/lib/entry.c
314
if (ch == EOF) {
usr.sbin/cron/lib/entry.c
474
if (ch == EOF || ch == '\n') {
usr.sbin/cron/lib/entry.c
492
if (ch == EOF) {
usr.sbin/cron/lib/entry.c
515
while (ch != EOF && ch != '\n')
usr.sbin/cron/lib/entry.c
595
if (ch == EOF)
usr.sbin/cron/lib/entry.c
596
return EOF;
usr.sbin/cron/lib/entry.c
598
if (EOF == (ch = get_number(&num1, low, names, ch, file)))
usr.sbin/cron/lib/entry.c
599
return EOF;
usr.sbin/cron/lib/entry.c
606
if (EOF == set_element(bits, low, high, num1))
usr.sbin/cron/lib/entry.c
607
return EOF;
usr.sbin/cron/lib/entry.c
613
if (ch == EOF)
usr.sbin/cron/lib/entry.c
614
return EOF;
usr.sbin/cron/lib/entry.c
619
if (ch == EOF)
usr.sbin/cron/lib/entry.c
620
return EOF;
usr.sbin/cron/lib/entry.c
630
if (ch == EOF)
usr.sbin/cron/lib/entry.c
631
return EOF;
usr.sbin/cron/lib/entry.c
639
if (ch == EOF || num3 == 0)
usr.sbin/cron/lib/entry.c
640
return EOF;
usr.sbin/cron/lib/entry.c
653
if (EOF == set_element(bits, low, high, i))
usr.sbin/cron/lib/entry.c
654
return EOF;
usr.sbin/cron/lib/entry.c
680
return EOF;
usr.sbin/cron/lib/entry.c
691
return (EOF);
usr.sbin/cron/lib/entry.c
715
return EOF;
usr.sbin/cron/lib/entry.c
725
return EOF;
usr.sbin/cron/lib/env.c
157
if (EOF == get_string(envstr, MAX_ENVSTR, f, "\n"))
usr.sbin/cron/lib/misc.c
254
while (EOF != (ch = get_char(file)) && !strchr(terms, ch)) {
usr.sbin/cron/lib/misc.c
275
while (EOF != (ch = get_char(file))) {
usr.sbin/cron/lib/misc.c
282
if (ch == EOF)
usr.sbin/cron/lib/misc.c
295
while (ch != '\n' && ch != EOF)
usr.sbin/cron/lib/misc.c
302
if (ch != EOF)
usr.sbin/gstat/gstat.c
538
if (fflush(stdout) == EOF)
usr.sbin/lpr/common_source/common.c
89
if (c == EOF)
usr.sbin/lpr/common_source/displayq.c
158
while ((i = getc(fp)) != EOF && i != '\n') {
usr.sbin/lpr/common_source/displayq.c
177
while ((i = getc(fp)) != EOF && i != '\n') {
usr.sbin/lpr/filters.ru/koi2855/koi2855.c
79
while ((c = getchar()) != EOF) {
usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c
80
while ((c = getchar()) != EOF) {
usr.sbin/lpr/filters/lpf.c
116
case EOF:
usr.sbin/lpr/lpd/printjob.c
1599
while ((i = getc(fp)) != EOF)
usr.sbin/lpr/lptest/lptest.c
63
if (putchar(nc) == EOF)
usr.sbin/lpr/lptest/lptest.c
68
if (putchar('\n') == EOF)
usr.sbin/makefs/mtree.c
1086
if (c == EOF) {
usr.sbin/makefs/mtree.c
305
while (c != EOF && strchr(cs, c) != NULL)
usr.sbin/makefs/mtree.c
307
if (c != EOF) {
usr.sbin/makefs/mtree.c
320
while (c != EOF && strchr(cs, c) == NULL)
usr.sbin/makefs/mtree.c
322
if (c != EOF) {
usr.sbin/makefs/mtree.c
347
case EOF:
usr.sbin/makefs/walk.c
330
if (fclose(fp) == EOF)
usr.sbin/mixer/mixer.c
359
if (n == EOF) {
usr.sbin/newsyslog/newsyslog.c
2481
if (fclose(f) == EOF)
usr.sbin/newsyslog/newsyslog.c
2684
while ((c = getc(src)) != EOF) {
usr.sbin/newsyslog/newsyslog.c
2685
if ((putc(c, dst)) == EOF)
usr.sbin/pkg/pkg.c
964
while (c != '\n' && c != EOF)
usr.sbin/pmcannotate/pmcannotate.c
817
if (fclose(gfp) == EOF)
usr.sbin/pmcannotate/pmcannotate.c
845
if (fclose(bfp) == EOF)
usr.sbin/ppp/ipcp.c
317
if (fclose(fp) == EOF) {
usr.sbin/pw/pw_conf.c
547
return (fclose(fp) != EOF);
usr.sbin/pwd_mkdb/pwd_mkdb.c
490
if (fclose(oldfp) == EOF)
usr.sbin/pwd_mkdb/pwd_mkdb.c
521
if (fclose(fp) == EOF)
usr.sbin/route6d/misc/cksum.c
42
while (scanf("%x", &i) != EOF) {
usr.sbin/sa/main.c
269
if (fclose(f) == EOF) {
usr.sbin/sa/main.c
328
if (rv == EOF)
usr.sbin/spi/spi.c
588
while (!err && cbread < cbdata && (ch = fgetc(stdin)) != EOF) {
usr.sbin/spi/spi.c
593
if ((ch = fgetc(stdin)) == EOF)
usr.sbin/spi/spi.c
597
if (ch != EOF) {
usr.sbin/spi/spi.c
610
if (ch != EOF) {
usr.sbin/spi/spi.c
620
if (err || ch == EOF)
usr.sbin/spi/spi.c
784
err = fputc(' ', stdout) == EOF;
usr.sbin/spi/spi.c
792
err = fputc('\n', stdout) == EOF;
usr.sbin/traceroute/as.c
137
if (*status == EOF) {
usr.sbin/traceroute/traceroute.c
572
while ((op = getopt(argc, argv, "aA:eEdDFInrSvxf:g:i:M:m:P:p:q:s:t:w:z:")) != EOF)
usr.sbin/ypldap/parse.y
441
if ((c = getc(file->stream)) == EOF) {
usr.sbin/ypldap/parse.y
444
if (file == topfile || popfile() == EOF)
usr.sbin/ypldap/parse.y
445
return (EOF);
usr.sbin/ypldap/parse.y
461
while (c == EOF) {
usr.sbin/ypldap/parse.y
462
if (file == topfile || popfile() == EOF)
usr.sbin/ypldap/parse.y
463
return (EOF);
usr.sbin/ypldap/parse.y
472
if (c == EOF)
usr.sbin/ypldap/parse.y
473
return (EOF);
usr.sbin/ypldap/parse.y
482
return (EOF);
usr.sbin/ypldap/parse.y
502
if (c == EOF)
usr.sbin/ypldap/parse.y
523
while ((c = lgetc(0)) != '\n' && c != EOF)
usr.sbin/ypldap/parse.y
527
if ((c = lgetc(0)) == EOF)
usr.sbin/ypldap/parse.y
557
if ((c = lgetc(quotec)) == EOF)
usr.sbin/ypldap/parse.y
563
if ((next = lgetc(quotec)) == EOF)
usr.sbin/ypldap/parse.y
601
} while ((c = lgetc(0)) != EOF && isdigit(c));
usr.sbin/ypldap/parse.y
605
if (c == EOF || allowed_to_end_number(c)) {
usr.sbin/ypldap/parse.y
640
} while ((c = lgetc(0)) != EOF && (allowed_in_string(c)));
usr.sbin/ypldap/parse.y
652
if (c == EOF)
usr.sbin/ypldap/parse.y
721
return (file ? 0 : EOF);