Symbol: getchar
bin/cp/utils.c
140
checkch = ch = getchar();
bin/cp/utils.c
142
ch = getchar();
bin/ed/io.c
269
switch (c = getchar()) {
bin/ln/ln.c
326
first = ch = getchar();
bin/ln/ln.c
328
ch = getchar();
bin/mv/mv.c
208
if ((ch = getchar()) != EOF && ch != '\n') {
bin/mv/mv.c
210
while ((ch2 = getchar()) != EOF && ch2 != '\n')
bin/pax/ftree.c
351
c = getchar();
bin/rm/rm.c
553
first = ch = getchar();
bin/rm/rm.c
555
ch = getchar();
games/adventure/hdr.h
65
#define FLUSHLINE do { int flushline_ch; while ((flushline_ch = getchar()) != EOF && flushline_ch != '\n'); } while (0)
games/adventure/io.c
122
if ((ch = getchar()) == 'y')
games/adventure/io.c
150
if ((ch = getchar()) == 'y')
games/adventure/io.c
78
c = getchar();
games/adventure/wizard.c
140
ch = getchar();
games/arithmetic/arithmetic.c
177
while(!getchar()) ;
games/atc/graphics.c
82
while ((c = getchar()) == EOF && errno == EINTR) {
games/battlestar/fly.c
93
switch (getchar()) {
games/battlestar/getcom.c
64
while ((i = getchar()) != '\n' && i != EOF)
games/caesar/caesar.c
144
if ((ch = getchar()) == EOF)
games/caesar/caesar.c
95
while ((ch = getchar()) != EOF)
games/ching/castching/castching.c
100
while ((c = getchar()) != EOF)
games/fish/fish.c
442
input = c = getchar();
games/fish/fish.c
444
c = getchar();
games/fish/fish.c
475
while ((input = getchar()) != EOF && input != '\n');
games/gomoku/bdisp.c
290
while ((c = getchar()) != EOF && c != '\n' && c != '\r') {
games/hack/hack.main.c
505
while ((c = getchar()) != '\n') {
games/hack/hack.tty.c
231
if ((c = getchar()) == EOF) {
games/hack/hack.tty.c
333
inputline[1] = getchar();
games/hack/hack.tty.c
336
inputline[2] = getchar();
games/hack/hack.tty.c
342
inputline[1] = getchar();
games/hack/hack.tty.c
355
if ((sym = getchar()) == EOF)
games/hack/hack.tty.c
366
if ((sym = getchar()) != EOF)
games/hunt/hunt/hunt.c
415
c = getchar();
games/hunt/hunt/hunt.c
583
ch = getchar();
games/hunt/hunt/hunt.c
794
i = getchar();
games/hunt/hunt/hunt.c
798
i = getchar();
games/hunt/hunt/playit.c
300
if (isupper(ch = getchar()))
games/hunt/hunt/playit.c
315
if (isupper(ch = getchar()))
games/hunt/hunt/playit.c
338
if ((ch = getchar()) == '\n' || ch == '\r')
games/hunt/hunt/playit.c
388
if (isupper(ch = getchar()))
games/morse/morse.c
149
while ((ch = getchar()) != EOF) {
games/morse/morse.c
157
while ((ch = getchar()) != EOF &&
games/morse/morse.c
185
else while ((ch = getchar()) != EOF)
games/phantasia/io.c
208
ch = getchar();
games/phantasia/io.c
48
ch = getchar(); /* get character */
games/pig/pig.c
75
for (len = 0; (ch = getchar()) != EOF;) {
games/ppt/ppt.c
122
else while ((c = getchar()) != EOF)
games/random/random.c
123
while ((ch = getchar()) != EOF) {
games/robots/move.c
109
c = getchar();
games/robots/move.c
112
while (isdigit(c = getchar()))
games/robots/query.c
59
retval = ((c = getchar()) == 'y' || c == 'Y');
games/rogue/inventory.c
296
ch = getchar();
games/rogue/message.c
215
ch = getchar();
games/tetris/scores.c
894
while ((c = getchar()) != '\n')
games/tetris/tetris.c
332
while ((i = getchar()) != '\n')
games/trek/computer.c
296
while ((i = getchar()) != ';') {
games/trek/getpar.c
136
getchar();
games/trek/getpar.c
205
getchar();
games/trek/getpar.c
225
while ((c = getchar()) != '\n') {
games/trek/getpar.c
249
c = getchar();
games/trek/getpar.c
268
c = getchar();
games/trek/getpar.c
293
while ((c = getchar()) != EOF) {
games/trek/torped.c
107
k = ungetc(getchar(), stdin);
include/stdio.h
245
int getchar(void);
lib/libcurses/EXAMPLES/ex1.c
139
c = getchar();
lib/libcurses/PSD.doc/ex1.c
64
c = getchar();
lib/libcurses/PSD.doc/ex2.c
101
switch(c = getchar()) {
lib/libcurses/PSD.doc/ex2.c
121
arg = getchar() - '0';
lib/libcurses/PSD.doc/ex2.c
127
arg = getchar() - '0';
lib/libcurses/PSD.doc/ex2.c
74
c = getchar();
lib/libutil/passwd.c
295
c = getchar();
lib/libutil/passwd.c
297
while (getchar() != '\n');
sbin/disklabel/main.c
1550
first = ch = getchar();
sbin/disklabel/main.c
1552
ch = getchar();
sbin/efi/main.c
656
if (getchar() != 'y')
sbin/fdisk/fdisk.c
2833
first = ch = getchar();
sbin/fdisk/fdisk.c
2835
ch = getchar();
sbin/fsck_msdos/main.c
172
c = getchar();
sbin/fsck_msdos/main.c
173
while (c != '\n' && getchar() != '\n')
sbin/fsck_udf/main.c
4439
c = getchar();
sbin/fsck_udf/main.c
4440
while (c != '\n' && getchar() != '\n')
sbin/fsck_udf/main.c
4470
c = getchar();
sbin/fsck_udf/main.c
4471
while (c != '\n' && getchar() != '\n')
share/examples/rump/tipsy/tipsy.c
149
ch = getchar();
share/man/tools/pages.c
17
while((c=getchar()) != EOF) {
share/man/tools/pages.c
23
c=getchar();
sys/arch/alpha/include/prom.h
57
int getchar(void);
sys/arch/amiga/stand/bootblock/boot/main.c
414
(void)getchar();
sys/arch/amiga/stand/bootblock/boot/main.c
469
(void)getchar();
sys/arch/amiga/stand/bootblock/boot/main.c
476
(void)getchar();
sys/arch/amiga/stand/bootblock/boot/main.c
495
(void)getchar();
sys/arch/amiga/stand/bootblock/bootxx_ffs/main.c
138
(void)getchar();
sys/arch/arc/stand/boot/boot.c
231
(void)getchar();
sys/arch/atari/stand/ahdilabel/ahdilabel.c
123
key = toupper(getchar());
sys/arch/atari/stand/ahdilabel/ahdilabel.c
186
if (toupper (getchar ()) == 'N')
sys/arch/atari/stand/ahdilabel/ahdilabel.c
190
if (toupper (getchar ()) == 'Y')
sys/arch/atari/stand/ahdilabel/ahdilabel.c
197
if (toupper (getchar ()) == 'N')
sys/arch/atari/stand/ahdilabel/ahdilabel.c
201
if (toupper (getchar ()) == 'Y')
sys/arch/atari/stand/ahdilabel/ahdilabel.c
227
(void) getchar();
sys/arch/atari/stand/ahdilabel/ahdilabel.c
246
(void) getchar();
sys/arch/atari/stand/ahdilabel/ahdilabel.c
290
while (count < (len - 1) && (key = getchar()) != '\n' && key != '\r') {
sys/arch/atari/stand/ahdilabel/ahdilabel.c
85
if (toupper(getchar()) == 'Y') {
sys/arch/atari/stand/ahdilabel/ahdilabel.c
95
if (toupper(getchar()) == 'Y') {
sys/arch/atari/stand/edahdi/edahdi.c
187
value = getchar();
sys/arch/atari/stand/edahdi/edahdi.c
191
value = getchar();
sys/arch/bebox/stand/boot/tgets.c
56
c = getchar();
sys/arch/bebox/stand/boot/tgets.c
58
for (lp = buf;; c = getchar()) {
sys/arch/cobalt/stand/boot/tgets.c
58
c = getchar();
sys/arch/cobalt/stand/boot/tgets.c
60
for (lp = buf;; c = getchar()) {
sys/arch/emips/stand/common/prom_iface.c
114
getchar,
sys/arch/evbmips/stand/sbmips/common/common.h
37
int getchar(void);
sys/arch/ews4800mips/stand/common/prompt.c
173
if ((i = getchar()) == 0)
sys/arch/ews4800mips/stand/common/prompt.c
68
if ((c = getchar()) != 0)
sys/arch/ews4800mips/stand/common/ustarfs.c
178
while (getchar() != '\r')
sys/arch/hp300/stand/common/if_le.c
558
getchar();
sys/arch/hp300/stand/common/machdep.c
197
(void)getchar();
sys/arch/hp300/stand/common/tgets.c
93
c = getchar() & 0177;
sys/arch/hpcmips/stand/lcboot/main.c
488
if (getchar() == '\x03')
sys/arch/hpcmips/stand/lcboot/main.c
529
if ((c = getchar()) != 'S')
sys/arch/hpcmips/stand/lcboot/main.c
532
rectype = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
534
s2lbuf[0] = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
535
s2lbuf[1] = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
548
c = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
553
*p++ = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
554
*p++ = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
558
*p++ = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
559
*p++ = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
563
*p++ = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
564
*p++ = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
565
*p++ = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
566
*p++ = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
586
s2lbuf[0] = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
587
s2lbuf[1] = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
605
s2lbuf[0] = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
606
s2lbuf[1] = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
616
c = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
629
c = getchar();
sys/arch/hpcmips/stand/lcboot/main.c
872
getchar();
sys/arch/hpcmips/stand/lcboot/main.c
879
c = getchar();
sys/arch/hppa/stand/boot/boot.c
251
if (getchar() != ' ')
sys/arch/hppa/stand/boot/tgets.c
91
c = getchar() & 0177;
sys/arch/hppa/stand/cdboot/cdboot.c
122
if (getchar() != ' ')
sys/arch/hppa/stand/common/dev_hppa.c
245
return(getchar());
sys/arch/hppa/stand/common/exec_hppa.c
66
if (getchar() != ' ')
sys/arch/i386/stand/efiboot/eficons.c
395
c = getchar();
sys/arch/i386/stand/lib/pcio.c
355
c = getchar();
sys/arch/ia64/stand/common/boot.c
201
c = getchar();
sys/arch/ia64/stand/common/gets.c
54
switch (c = getchar() & 0177) {
sys/arch/ia64/stand/common/pager.c
104
switch(getchar()) {
sys/arch/ia64/stand/common/panic.c
53
getchar();
sys/arch/landisk/stand/boot/cons.c
150
c = getchar();
sys/arch/luna68k/stand/boot/getline.c
90
c = getchar() & 0x7f;
sys/arch/luna68k/stand/boot/scsi.c
177
i = getchar();
sys/arch/macppc/stand/ofwboot/boot.c
370
c = getchar();
sys/arch/mipsco/mipsco/machdep.c
514
return MIPS_PROM(getchar)();
sys/arch/mmeye/stand/boot/tgets.c
58
c = getchar();
sys/arch/mmeye/stand/boot/tgets.c
60
for (lp = buf;; c = getchar()) {
sys/arch/newsmips/stand/boot/devopen.c
175
getchar();
sys/arch/newsmips/stand/boot/devopen.c
180
getchar();
sys/arch/next68k/stand/boot/boot.c
109
getchar();
sys/arch/next68k/stand/boot/machdep.c
91
getchar();
sys/arch/prep/stand/boot/tgets.c
56
c = getchar();
sys/arch/prep/stand/boot/tgets.c
58
for (lp = buf;; c = getchar()) {
sys/arch/rs6000/stand/boot/tgets.c
56
c = getchar();
sys/arch/rs6000/stand/boot/tgets.c
58
for (lp = buf;; c = getchar()) {
sys/arch/sandpoint/stand/altboot/brdsetup.c
1201
(void)getchar();
sys/arch/sandpoint/stand/altboot/brdsetup.c
1215
buf[i] = getchar();
sys/arch/sandpoint/stand/altboot/brdsetup.c
1244
buf[i] = getchar();
sys/arch/sandpoint/stand/altboot/exception.c
112
(void)getchar();
sys/arch/sandpoint/stand/altboot/main.c
249
c = toupper(getchar());
sys/arch/sandpoint/stand/altboot/main.c
263
(void)getchar();
sys/arch/sbmips/stand/common/common.h
37
int getchar(void);
sys/arch/sgimips/stand/sgivol/sgivol.c
597
i = getchar();
sys/arch/sun68k/stand/libsa/gets.c
62
c = getchar() & 0177;
sys/arch/usermode/usermode/thunk.c
485
return getchar();
sys/arch/vax/boot/boot/consio.c
83
int getchar(void);
sys/arch/x68k/stand/libsa/consio.c
134
getchar();
sys/arch/x68k/stand/libsa/consio.c
144
getchar();
sys/arch/x68k/stand/xxboot/xxboot.h
55
extern int getchar(void);
sys/dev/microcode/aic7xxx/aicasm.c
585
input = getchar();
sys/lib/libsa/checkpasswd.c
49
switch (c = getchar() & 0177) {
sys/lib/libsa/gets.c
56
switch (c = getchar() & 0177) {
sys/lib/libsa/stand.h
300
int getchar(void);
sys/lib/libsa/ustarfs.c
283
int c = getchar();
sys/stand/efiboot/prompt.c
103
c = getchar();
usr.bin/at/at.c
388
if ((ch = getchar()) == EOF)
usr.bin/at/at.c
393
} while ((ch = getchar()) != EOF);
usr.bin/bdes/bdes.c
575
if ((c = getchar()) == EOF) {
usr.bin/bdes/bdes.c
647
if ((c = getchar()) == EOF) {
usr.bin/bdes/bdes.c
781
if ((c = getchar()) == EOF) {
usr.bin/bdes/bdes.c
874
if ((c = getchar()) == EOF) {
usr.bin/bdes/bdes.c
968
if ((c = getchar()) == EOF) {
usr.bin/chpass/pw_yp.c
233
c = getchar();
usr.bin/chpass/pw_yp.c
235
while (getchar() != '\n');
usr.bin/colrm/colrm.c
98
switch (ch = getchar()) {
usr.bin/compress/compress.c
429
first = ch = getchar();
usr.bin/compress/compress.c
431
ch = getchar();
usr.bin/expand/expand.c
96
while ((c = getchar()) != EOF) {
usr.bin/fdformat/fdformat.c
79
ch = getchar();
usr.bin/find/misc.c
113
first = ch = getchar();
usr.bin/find/misc.c
121
ch = getchar();
usr.bin/fpr/fpr.c
103
switch (ch = getchar()) {
usr.bin/fpr/fpr.c
131
switch (ch = getchar()) {
usr.bin/fpr/fpr.c
217
switch (ch = getchar()) {
usr.bin/ftp/cmds.c
2471
if ((c = getchar()) == EOF) {
usr.bin/ftp/cmds.c
2492
while ((c = getchar()) != '\n' && c != EOF)
usr.bin/ftp/cmds.c
2494
if (c == EOF || getchar() == '\n') {
usr.bin/ftp/util.c
1316
while ((ch = getchar()) != '\n' && ch != EOF)
usr.bin/hexdump/display.c
384
if (getchar() == EOF)
usr.bin/hexdump/parse.c
80
while ((ch = getchar()) != '\n' && ch != EOF);
usr.bin/login/common.c
102
for (p = nbuf; (ch = getchar()) != '\n'; ) {
usr.bin/mail/complete.c
133
while ((ch = getchar()) != EOF && ch != ' ' && ch != 'q')
usr.bin/mkdep/mkdep.c
170
for (len = 0; (ch = getchar()) != EOF; len++) {
usr.bin/qsubst/qsubst.c
238
return (getchar());
usr.bin/rs/rs.c
371
if ((c = getchar()) == EOF || c == '\n')
usr.bin/spell/spellprog/spellprog.c
379
for (ep = word; (*ep = ch = getchar()) != '\n'; ep++) {
usr.bin/spell/spellprog/spellprog.c
383
while ((ch = getchar()) != '\n')
usr.bin/tip/tip.c
371
while ((c = getchar()) != EOF && (*p = c) != '\n' &&
usr.bin/tip/tip.c
402
int c = getchar();
usr.bin/tr/tr.c
111
for (lastch = OOBCH; (ch = getchar()) != EOF; )
usr.bin/tr/tr.c
129
while ((ch = getchar()) != EOF)
usr.bin/tr/tr.c
142
for (lastch = OOBCH; (ch = getchar()) != EOF;)
usr.bin/tr/tr.c
240
for (lastch = OOBCH; (ch = getchar()) != EOF;) {
usr.bin/tr/tr.c
248
while ((ch = getchar()) != EOF)
usr.bin/vgrind/RETEST/retest.c
86
getchar();
usr.bin/vgrind/RETEST/retest.c
90
while ((c = getchar()) != '\n')
usr.bin/what/what.c
105
while ((c = getchar()) != EOF) {
usr.bin/what/what.c
108
if ((c = getchar()) != '(')
usr.bin/what/what.c
110
if ((c = getchar()) != '#')
usr.bin/what/what.c
112
if ((c = getchar()) != ')')
usr.bin/what/what.c
115
while ((c = getchar()) != EOF && c != '\0' && c != '"' &&
usr.bin/xargs/xargs.c
282
switch (ch = getchar()) {
usr.bin/xargs/xargs.c
399
if (!insingle && !indouble && (ch = getchar()) == EOF)
usr.sbin/lpr/filters/lpf.c
166
if ((ch = getchar()) == '\1') {
usr.sbin/quot/quot.c
462
while ((c = getchar()) != EOF && (c < '0' || c > '9'))
usr.sbin/quot/quot.c
463
while ((c = getchar()) != EOF && c != '\n');
usr.sbin/quot/quot.c
481
while ((c = getchar()) == ' ' || c == '\t');
usr.sbin/quot/quot.c
485
c = getchar();
usr.sbin/quot/quot.c
495
while ((c = getchar()) != EOF && c != '\n')
usr.sbin/sysinst/run.c
696
getchar();
usr.sbin/sysinst/target.c
148
getchar(); /* wait for user to press return */