Symbol: fgetc
bin/cpdup/md5.c
105
c = fgetc(fi);
bin/cpdup/md5.c
134
c = fgetc(fi);
bin/cpdup/md5.c
137
c = fgetc(fi);
bin/ed/cbc.c
379
if ((c = fgetc(fp)) == EOF) {
crypto/openssh/hostfile.c
527
if (fseek(f, -1L, SEEK_END) == 0 && fgetc(f) != '\n')
crypto/openssh/ssh-keygen.c
626
while ((c = fgetc(fp)) != EOF) {
crypto/openssh/ssh-keygen.c
631
c = fgetc(fp);
games/adventure/save.c
205
ch = fgetc(sf->f);
games/cgram/cgram.c
225
while ((ch = fgetc(f)) != EOF) {
include/stdio.h
219
int fgetc(FILE *);
libexec/bootpd/readfile.c
509
c = fgetc(fp);
libexec/bootpd/readfile.c
518
c = fgetc(fp);
libexec/bootpd/readfile.c
537
c = fgetc(fp);
libexec/bootpd/readfile.c
543
c = fgetc(fp); /* Backslash, read a new character */
libexec/bootpd/readfile.c
561
c = fgetc(fp);
libexec/bootpd/readfile.c
574
if ((c = fgetc(fp)) < 0) { /* Backslash */
libexec/bootpd/readfile.c
592
c = fgetc(fp);
libexec/bootpd/readfile.c
599
c = fgetc(fp);
sbin/camcontrol/modeedit.c
396
while ((cc = fgetc(pagedb)) != EOF) {
sbin/camcontrol/modeedit.c
405
cc = fgetc(pagedb);
sbin/cryptdisks/cryptdisks.c
453
while (((c = fgetc(fd)) != EOF) && (c != '\n')) {
sbin/devfsctl/devfsctl.c
611
while (((c = fgetc(fd)) != EOF) && (c != '\n')) {
sbin/swapon/swapon.c
360
int c = fgetc(stdin);
share/examples/ppi/ppilcd.c
161
while ((ch = fgetc(stdin)) != EOF)
usr.bin/calendar/io.c
693
while ((ch = fgetc(fp)) != EOF)
usr.bin/dfregress/parser.c
157
while (((c = fgetc(fd)) != EOF) && (c != '\n')) {
usr.bin/gzip/unpack.c
201
if ((thisbyte = fgetc(unpackd->fpIn)) == EOF)
usr.bin/gzip/unpack.c
228
if ((thisbyte = fgetc(unpackd->fpIn)) == EOF)
usr.bin/gzip/unpack.c
267
while ((thisbyte = fgetc(unpackd->fpIn)) != EOF) {
usr.bin/lam/lam.c
191
for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++)
usr.bin/login/login.c
859
while ((ch = fgetc(f)) != EOF && !motdinterrupt)
usr.bin/m4/misc.c
358
f->c = fgetc(f->file);
usr.bin/patch/pch.c
519
c = fgetc(pfp);
usr.bin/patch/pch.c
522
c = fgetc(pfp);
usr.bin/sdiff/sdiff.c
499
ch = fgetc(f);
usr.bin/sort/bwstring.c
528
c = fgetc(f);
usr.bin/sort/sort.c
1004
cr = fgetc(fseed);
usr.sbin/ckdist/ckdist.c
197
if ((c = fgetc(fp)) != EOF) {
usr.sbin/pfctl/pfctl_radix.c
544
next_ch = fgetc(fp);
usr.sbin/pfctl/pfctl_radix.c
548
next_ch = fgetc(fp);
usr.sbin/pfctl/pfctl_radix.c
562
next_ch = fgetc(fp);
usr.sbin/pw/fileupd.c
115
while ((ch = fgetc(infp)) != EOF) {
usr.sbin/pw/pw_conf.c
244
while ((ch = fgetc(fp)) != '\n' && ch != EOF);