Symbol: get_char
usr.sbin/cron/crontab.c
466
while (EOF != (ch = get_char(NewCrontab)))
usr.sbin/cron/crontab.c
620
while (EOF != (ch = get_char(f))) {
usr.sbin/cron/crontab.c
625
while (EOF != (ch = get_char(f)))
usr.sbin/cron/crontab.c
635
while (EOF != (ch = get_char(f)))
usr.sbin/cron/entry.c
114
ch = get_char(file);
usr.sbin/cron/entry.c
362
switch (ch = get_char(file)) {
usr.sbin/cron/entry.c
423
ch = get_char(file);
usr.sbin/cron/entry.c
455
ch = get_char(file);
usr.sbin/cron/entry.c
487
ch = get_char(file);
usr.sbin/cron/entry.c
501
ch = get_char(file);
usr.sbin/cron/entry.c
514
ch = get_char(file);
usr.sbin/cron/entry.c
524
ch = get_char(file);
usr.sbin/cron/entry.c
570
ch = get_char(file);
usr.sbin/cron/entry.c
623
ch = get_char(file);
usr.sbin/cron/entry.c
645
ch = get_char(file);
usr.sbin/cron/funcs.h
40
get_char(FILE *),
usr.sbin/cron/macros.h
36
c = get_char(f);
usr.sbin/cron/macros.h
40
c = get_char(f);
usr.sbin/cron/misc.c
111
ch = get_char(file);
usr.sbin/cron/misc.c
70
while ((ch = get_char(file)) != EOF && !strchr(terms, ch)) {
usr.sbin/cron/misc.c
90
while ((ch = get_char(file)) != EOF) {
usr.sbin/cron/misc.c
95
ch = get_char(file);
usr.sbin/dhcpd/conflex.c
138
c = get_char(cfile);
usr.sbin/dhcpd/conflex.c
217
c = get_char(cfile);
usr.sbin/dhcpd/conflex.c
232
c = get_char(cfile);
usr.sbin/dhcpd/conflex.c
263
c = get_char(cfile);
usr.sbin/dhcpd/conflex.c
79
static int get_char(FILE *);
usr.sbin/nsd/options.c
2554
replace_str(f, sizeof(f), "%1", get_char(zone->name, 0));
usr.sbin/nsd/options.c
2556
replace_str(f, sizeof(f), "%2", get_char(zone->name, 1));
usr.sbin/nsd/options.c
2558
replace_str(f, sizeof(f), "%3", get_char(zone->name, 2));
usr.sbin/nsd/options.c
2588
replace_str(f, sizeof(f), "%1", get_char(zone->name, 0));
usr.sbin/nsd/options.c
2590
replace_str(f, sizeof(f), "%2", get_char(zone->name, 1));
usr.sbin/nsd/options.c
2592
replace_str(f, sizeof(f), "%3", get_char(zone->name, 2));
usr.sbin/pppd/chat/chat.c
1287
while ( ! alarmed && (c = get_char()) >= 0) {
usr.sbin/pppd/chat/chat.c
193
int get_char(void);
usr.sbin/pppd/chat/chat.c
548
c = get_char();