Symbol: get_char
sbin/dhclient/conflex.c
139
c = get_char(cfile);
sbin/dhclient/conflex.c
228
c = get_char(cfile);
sbin/dhclient/conflex.c
243
c = get_char(cfile);
sbin/dhclient/conflex.c
279
c = get_char(cfile);
sbin/dhclient/conflex.c
307
c = get_char(cfile);
sbin/dhclient/conflex.c
66
static int get_char(FILE *);
sys/cpu/x86_64/misc/x86_64-gdbstub.c
320
ch = get_char (mem++);
usr.bin/chat/chat.c
1204
while ( ! alarmed && (c = get_char()) >= 0) {
usr.bin/chat/chat.c
164
static int get_char(void);
usr.bin/chat/chat.c
523
c = get_char();
usr.sbin/cron/cron/cron.h
100
c = get_char(f);
usr.sbin/cron/cron/cron.h
104
c = get_char(f);
usr.sbin/cron/cron/cron.h
107
do {c = get_char(f);} while (c != '\n' && c != EOF);
usr.sbin/cron/cron/cron.h
221
get_char(FILE *),
usr.sbin/cron/crontab/crontab.c
240
ch = get_char(f);
usr.sbin/cron/crontab/crontab.c
247
while (EOF != (ch = get_char(f)))
usr.sbin/cron/crontab/crontab.c
254
while (EOF != (ch = get_char(f)))
usr.sbin/cron/crontab/crontab.c
344
ch = get_char(f);
usr.sbin/cron/crontab/crontab.c
351
while (EOF != (ch = get_char(f)))
usr.sbin/cron/crontab/crontab.c
361
while (EOF != (ch = get_char(f)))
usr.sbin/cron/crontab/crontab.c
520
while (EOF != (ch = get_char(NewCrontab)))
usr.sbin/cron/lib/entry.c
111
ch = get_char(file);
usr.sbin/cron/lib/entry.c
423
ch = get_char(file);
usr.sbin/cron/lib/entry.c
460
ch = get_char(file);
usr.sbin/cron/lib/entry.c
492
ch = get_char(file);
usr.sbin/cron/lib/entry.c
508
ch = get_char(file);
usr.sbin/cron/lib/entry.c
525
ch = get_char(file);
usr.sbin/cron/lib/entry.c
582
ch = get_char(file);
usr.sbin/cron/lib/misc.c
311
while (EOF != (ch = get_char(file)) && !strchr(terms, ch)) {
usr.sbin/cron/lib/misc.c
332
while (EOF != (ch = get_char(file))) {
usr.sbin/cron/lib/misc.c
337
ch = get_char(file);
usr.sbin/cron/lib/misc.c
353
ch = get_char(file);