Symbol: fgetc
bin/ed/cbc.c
444
if ((c = fgetc(fp)) == EOF) {
dist/pf/sbin/pfctl/pfctl_radix.c
593
next_ch = fgetc(fp);
dist/pf/sbin/pfctl/pfctl_radix.c
597
next_ch = fgetc(fp);
dist/pf/sbin/pfctl/pfctl_radix.c
611
next_ch = fgetc(fp);
distrib/utils/libhack/multibyte.c
155
return fgetc(stream);
games/adventure/save.c
214
ch = fgetc(sf->f);
games/cgram/cgram.c
218
while ((ch = fgetc(f)) != EOF) {
include/stdio.h
229
int fgetc(FILE *);
lib/libcurses/getch.c
1003
c = fgetc(infd);
lib/libwrap/options.c
250
while ((ch = fgetc(fp)) == 0)
sbin/umbctl/umbctl.c
209
while((i = fgetc(fp)) != EOF && i != '\n');
tests/lib/libc/stdio/t_fflush.c
116
ATF_REQUIRE(fgetc(f) == 'b');
tests/lib/libc/stdio/t_fmemopen.c
767
ATF_CHECK(fgetc(fp) == buf0[i]);
tests/lib/libc/stdio/t_fmemopen.c
771
ATF_CHECK(fgetc(fp) == EOF);
tests/lib/libc/stdio/t_fmemopen.c
843
ATF_CHECK(fgetc(fp) == buf[i]);
tests/lib/libc/stdio/t_fmemopen.c
847
ATF_CHECK(fgetc(fp) == EOF);
tests/lib/libc/stdio/t_fmemopen.c
853
ATF_CHECK(fgetc(fp) == buf[i]);
tests/lib/libc/stdio/t_fmemopen.c
857
ATF_CHECK(fgetc(fp) == EOF);
tests/lib/libc/stdio/t_popen.c
105
while ((in = fgetc(my_pipe)) != EOF)
tools/compat/getline.c
60
int c = fgetc(fp);
usr.bin/gzip/unpack.c
107
return fgetc(unpackd->fpIn);
usr.bin/lam/lam.c
201
for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++)
usr.bin/m4/misc.c
398
f->c = fgetc(f->file);
usr.bin/mail/mime_attach.c
239
while ((c = fgetc(fh)) != EOF) {
usr.bin/mail/mime_attach.c
362
ch = fgetc(fp);
usr.bin/menuc/mdb.c
465
while ((ch = fgetc(sys_file)) != '\014') /* Control-L */
usr.bin/menuc/mdb.c
469
while ((ch = fgetc(sys_file)) != '\n')
usr.bin/menuc/mdb.c
471
while ((ch = fgetc(sys_file)) != EOF)
usr.bin/msgc/msgdb.c
234
while ((ch = fgetc(sys_file)) != EOF)
usr.bin/patch/pch.c
489
c = fgetc(pfp);
usr.bin/patch/pch.c
492
c = fgetc(pfp);
usr.sbin/bootp/common/readfile.c
507
c = fgetc(fp);
usr.sbin/bootp/common/readfile.c
516
c = fgetc(fp);
usr.sbin/bootp/common/readfile.c
535
c = fgetc(fp);
usr.sbin/bootp/common/readfile.c
541
c = fgetc(fp); /* Backslash, read a new character */
usr.sbin/bootp/common/readfile.c
559
c = fgetc(fp);
usr.sbin/bootp/common/readfile.c
572
if ((c = fgetc(fp)) < 0) { /* Backslash */
usr.sbin/bootp/common/readfile.c
590
c = fgetc(fp);
usr.sbin/bootp/common/readfile.c
597
c = fgetc(fp);
usr.sbin/lpr/lpd/lpd.c
380
while (EOF != (c1 = fgetc(fhost))) {
usr.sbin/lpr/lpd/lpd.c
382
c2 = fgetc(fhost);
usr.sbin/lpr/lpd/lpd.c
388
c3 = fgetc(fhost);
usr.sbin/quotarestore/quotarestore.c
489
ch = fgetc(f);
usr.sbin/sysinst/run.c
233
while ((ch = fgetc(f)) != EOF) {