Symbol: fgetc
bin/ksh/history.c
817
oldmagic1 = fgetc(histfh);
bin/ksh/history.c
818
oldmagic2 = fgetc(histfh);
include/stdio.h
135
int fgetc(FILE *);
lib/libc/hidden/stdio.h
58
PROTO_NORMAL(fgetc);
lib/libc/stdio/fgetc.c
41
DEF_STRONG(fgetc);
lib/libcurses/base/lib_screen.c
194
ch = fgetc(fp);
lib/libcurses/base/lib_screen.c
492
int ch = fgetc(fp);
lib/libcurses/tinfo/comp_scan.c
164
int ch = fgetc(yyin);
regress/lib/libc/fmemopen/fmemopentest.c
47
while ((c = fgetc(s1)) != EOF)
regress/lib/libc/orientation/orientation_test.c
179
TEST_NARROW(fgetc(f));
regress/lib/libc/orientation/orientation_test.c
180
TEST_NARROW(c = fgetc(f); ungetc(c, f));
regress/lib/libc/popen/popen.c
77
while ((in = fgetc(pipe)) != EOF)
regress/lib/libc/stdio/test___freadahead.c
48
assert(fgetc(fp) == 'H');
regress/lib/libc/stdio/test___freading.c
107
assert(fgetc(fp) == 'H');
regress/lib/libc/stdio/test___freading.c
80
assert(fgetc(fp) == 'H');
regress/lib/libc/stdio/test___freadptr.c
49
assert(fgetc(fp) == 'H');
regress/lib/libc/stdio/test___freadptr.c
57
assert(fgetc(fp) == ' ');
regress/lib/libc/stdio/test___fwriting.c
65
assert(fgetc(fp) == 'H'); /* read */
regress/lib/libc/stdio/test_fflush.c
117
assert(fgetc(fp) == 'H');
regress/lib/libc/stdio/test_fflush.c
118
assert(fgetc(fp) == 'e');
regress/lib/libc/stdio/test_fflush.c
119
assert(fgetc(fp) == 'l');
regress/lib/libc/stdio/test_fflush.c
120
assert(fgetc(fp) == 'l');
regress/lib/libc/stdio/test_fflush.c
121
assert(fgetc(fp) == 'o');
regress/lib/libc/stdio/test_fflush.c
153
assert(fgetc(fp) == 'H');
regress/lib/libc/stdio/test_fflush.c
202
assert(fgetc(fp) == 'H'); /* read 1 */
regress/lib/libc/stdio/test_fflush.c
312
assert(fgetc(fp) == 'H');
regress/lib/libc/stdio/test_fflush.c
320
assert(fgetc(fp) == 'H');
regress/lib/libc/stdio/test_fflush.c
69
assert(fgetc(fp) == 'H');
regress/lib/libc/stdio/test_fflush.c
95
assert(fgetc(fp) == 'H');
regress/lib/libc/stdio/test_fflush.c
96
assert(fgetc(fp) == 'e');
regress/lib/libc/stdio/test_fflush.c
97
assert(fgetc(fp) == 'l');
regress/lib/libc/stdio/test_fflush.c
98
assert(fgetc(fp) == 'l');
regress/lib/libc/stdio/test_fflush.c
99
assert(fgetc(fp) == 'o');
sbin/pfctl/pfctl_radix.c
572
next_ch = fgetc(fp);
sbin/pfctl/pfctl_radix.c
576
next_ch = fgetc(fp);
sbin/pfctl/pfctl_radix.c
590
next_ch = fgetc(fp);
sbin/unwind/libunbound/sldns/parse.c
473
while ((c = fgetc(fp)) != EOF) {
usr.bin/dig/lib/lwres/lwconfig.c
137
ch = fgetc(fp);
usr.bin/dig/lib/lwres/lwconfig.c
81
ch = fgetc(fp);
usr.bin/dig/lib/lwres/lwconfig.c
83
ch = fgetc(fp);
usr.bin/dig/lib/lwres/lwconfig.c
97
ch = fgetc(fp);
usr.bin/dig/lib/lwres/lwconfig.c
99
ch = fgetc(fp);
usr.bin/ftp/ftp.c
1118
if ((ch = fgetc(fout)) == EOF) {
usr.bin/ftp/ftp.c
1139
while ((c = fgetc(din)) != EOF) {
usr.bin/ftp/ftp.c
1151
if ((c = fgetc(din)) != '\n' || tcrflag) {
usr.bin/ftp/ftp.c
452
while ((c = fgetc(cin)) != '\n') {
usr.bin/ftp/ftp.c
454
switch (c = fgetc(cin)) {
usr.bin/ftp/ftp.c
457
c = fgetc(cin);
usr.bin/ftp/ftp.c
463
c = fgetc(cin);
usr.bin/ftp/ftp.c
779
while ((c = fgetc(fin)) != EOF) {
usr.bin/ftp/ruserpass.c
188
while ((c = fgetc(cfile)) != EOF)
usr.bin/ftp/ruserpass.c
202
for (i=0; i < 8 && (c = fgetc(cfile)) != EOF &&
usr.bin/ftp/ruserpass.c
213
while ((c = fgetc(cfile)) != EOF && c != '\n');
usr.bin/ftp/ruserpass.c
229
if ((c = fgetc(cfile)) == EOF) {
usr.bin/ftp/ruserpass.c
278
while ((c = fgetc(cfile)) != EOF &&
usr.bin/ftp/ruserpass.c
285
while ((c = fgetc(cfile)) != EOF && c != '"') {
usr.bin/ftp/ruserpass.c
286
if (c == '\\' && (c = fgetc(cfile)) == EOF)
usr.bin/ftp/ruserpass.c
296
while ((c = fgetc(cfile)) != EOF
usr.bin/ftp/ruserpass.c
298
if (c == '\\' && (c = fgetc(cfile)) == EOF)
usr.bin/lam/lam.c
245
for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++)
usr.bin/m4/misc.c
396
f->c = fgetc(f->file);
usr.bin/patch/pch.c
473
c = fgetc(pfp);
usr.bin/patch/pch.c
476
c = fgetc(pfp);
usr.bin/sort/bwstring.c
521
c = fgetc(f);
usr.bin/ssh/hostfile.c
548
if (fseek(f, -1L, SEEK_END) == 0 && fgetc(f) != '\n')
usr.bin/ssh/ssh-keygen.c
566
while ((c = fgetc(fp)) != EOF) {
usr.bin/ssh/ssh-keygen.c
571
c = fgetc(fp);
usr.bin/tic/tic.c
1052
int ch = fgetc(tmp_fp);
usr.bin/tic/tic.c
1079
while ((c = fgetc(tmp_fp)) != EOF) {
usr.bin/tic/tic.c
428
ch = fgetc(source);
usr.sbin/smtpd/enqueue.c
837
while ((ch = fgetc(ifile)) != EOF) {
usr.sbin/snmpd/mib.y
1115
while ((c = fgetc(file.stream)) != EOF) {
usr.sbin/tftpd/tftpd.c
1162
c = client->fgetc(client);
usr.sbin/tftpd/tftpd.c
142
int (*fgetc)(struct tftp_client *);
usr.sbin/tftpd/tftpd.c
876
client->fgetc = pf->f_getc;
usr.sbin/unbound/sldns/parse.c
473
while ((c = fgetc(fp)) != EOF) {
usr.sbin/unbound/testcode/lock_verify.c
170
while( (c = fgetc(in)) != 0) {
usr.sbin/user/user.c
1352
while (fgetc(from) != '\n' && !feof(from))
usr.sbin/user/user.c
1427
while (fgetc(fp) != '\n' && !feof(fp))
usr.sbin/user/user.c
511
while (fgetc(from) != '\n' && !feof(from))
usr.sbin/user/user.c
635
while (fgetc(from) != '\n' && !feof(from))