Symbol: fgetc
crypto/heimdal/appl/login/limits_conf.c
132
while((c = fgetc(f)) != EOF) {
crypto/heimdal/appl/rsh/limits_conf.c
132
while((c = fgetc(f)) != EOF) {
crypto/heimdal/lib/krb5/kuserok.c
85
c = fgetc(f);
crypto/heimdal/lib/krb5/kuserok.c
88
c = fgetc(f);
crypto/krb5/src/kadmin/dbutil/dump.c
482
c = fgetc(f);
crypto/krb5/src/kadmin/dbutil/dump.c
513
if ((ch = fgetc(f)) != ';' || (ch = fgetc(f)) != '\n') {
crypto/krb5/src/kadmin/dbutil/dump.c
518
ch = fgetc(f);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
990
for (i=0, c=fgetc(file); c != EOF ; c=fgetc(file), i++)
crypto/openssh/hostfile.c
527
if (fseek(f, -1L, SEEK_END) == 0 && fgetc(f) != '\n')
crypto/openssh/openbsd-compat/bsd-getline.c
62
int c = fgetc(fp);
crypto/openssh/ssh-keygen.c
645
while ((c = fgetc(fp)) != EOF) {
crypto/openssh/ssh-keygen.c
650
c = fgetc(fp);
include/stdio.h
271
int fgetc(FILE *);
lib/libc/tests/gen/popen_test.c
105
bool input_error_1 = !(fgetc(fp) != EOF || !feof(fp) || !ferror(fp));
lib/libc/tests/stdio/eintr_test.c
112
i = fgetc(fp);
libexec/bootpd/readfile.c
498
c = fgetc(fp);
libexec/bootpd/readfile.c
507
c = fgetc(fp);
libexec/bootpd/readfile.c
526
c = fgetc(fp);
libexec/bootpd/readfile.c
532
c = fgetc(fp); /* Backslash, read a new character */
libexec/bootpd/readfile.c
550
c = fgetc(fp);
libexec/bootpd/readfile.c
563
if ((c = fgetc(fp)) < 0) { /* Backslash */
libexec/bootpd/readfile.c
582
c = fgetc(fp);
libexec/bootpd/readfile.c
589
c = fgetc(fp);
sbin/camcontrol/modeedit.c
451
while ((ch = fgetc(pagedb)) != EOF) {
sbin/camcontrol/modeedit.c
459
ch = fgetc(pagedb);
sbin/ipf/common/ipf_y.y
2031
i = fgetc(fp);
sbin/ipf/common/lexer.c
82
c = fgetc(yyin);
sbin/ipf/common/lexer.c
84
c = fgetc(yyin);
sbin/ipf/common/lexer.c
87
c = fgetc(yyin);
sbin/ipf/ipnat/ipnat_y.y
1349
i = fgetc(fp);
sbin/ipf/ippool/ippool_y.y
654
i = fgetc(fp);
sbin/pfctl/pfctl_radix.c
420
next_ch = fgetc(fp);
sbin/pfctl/pfctl_radix.c
424
next_ch = fgetc(fp);
sbin/pfctl/pfctl_radix.c
438
next_ch = fgetc(fp);
sbin/umbctl/umbctl.c
292
while((i = fgetc(fp)) != EOF && i != '\n');
share/examples/ppi/ppilcd.c
158
while ((ch = fgetc(stdin)) != EOF)
usr.bin/dtc/input_buffer.cc
134
while ((c = fgetc(stdin)) != 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/ident/ident.c
74
while ((c = fgetc(fp)) != EOF) {
usr.bin/lam/lam.c
210
for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++)
usr.bin/login/login.c
880
while ((ch = fgetc(f)) != EOF && !motdinterrupt)
usr.bin/m4/misc.c
395
f->c = fgetc(f->file);
usr.bin/patch/pch.c
518
c = fgetc(pfp);
usr.bin/patch/pch.c
521
c = fgetc(pfp);
usr.bin/sdiff/sdiff.c
499
ch = fgetc(f);
usr.sbin/ckdist/ckdist.c
195
if ((c = fgetc(fp)) != EOF) {
usr.sbin/config/main.cc
771
r = fgetc(fp);
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
608
ch = fgetc(stdin);