Searched refs:getchar (Results 1 - 25 of 139) sorted by relevance

123456

/freebsd-10-stable/lib/libc/stdio/
H A Dgetchar.c34 static char sccsid[] = "@(#)getchar.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: stable/10/lib/libc/stdio/getchar.c 321074 2017-07-17 14:09:34Z kib $");
40 * A subroutine version of the macro getchar.
48 #undef getchar macro
52 getchar(void) function
/freebsd-10-stable/contrib/groff/src/utils/pfbtops/
H A Dpfbtops.c63 c = getchar();
75 c = getchar();
82 c = getchar();
88 c = getchar();
94 c = getchar();
104 c1 = getchar();
132 c = getchar();
152 c = getchar();
207 c = getchar();
210 type = getchar();
[all...]
/freebsd-10-stable/sys/boot/common/
H A Dpanic.c56 getchar();
/freebsd-10-stable/sys/boot/i386/common/
H A Dcons.h31 int getchar(void);
/freebsd-10-stable/usr.bin/vgrind/RETEST/
H A Dretest.c83 getchar();
87 while ((c = getchar()) != '\n')
/freebsd-10-stable/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c80 while ((c = getchar()) != EOF) {
82 if ((c = getchar()) == '\1') {
/freebsd-10-stable/games/ppt/
H A Dppt.c60 else while ((c = getchar()) != EOF)
/freebsd-10-stable/sbin/fsck_msdosfs/
H A Dmain.c149 c = getchar();
150 while (c != '\n' && getchar() != '\n')
/freebsd-10-stable/usr.bin/mkstr/
H A Dmkstr.c146 c = getchar();
155 c = getchar();
171 c = getchar();
192 c = getchar();
201 c = getchar();
230 ch = getchar();
234 ch = getchar();
/freebsd-10-stable/contrib/diff/lib/
H A Dunlocked-io.h104 # undef getchar macro
105 # define getchar() getchar_unlocked () macro
107 # define getchar_unlocked() getchar ()
/freebsd-10-stable/lib/libstand/
H A Dgets.c48 switch (c = getchar() & 0177) {
/freebsd-10-stable/sys/contrib/dev/acpica/common/
H A Dacgetline.c54 * by the AcpiExec utility. It uses getchar() and putchar() and the existing
194 InputChar = getchar ();
302 InputChar = getchar ();
310 InputChar = getchar (); /* Backup one character */
429 InputChar = getchar ();
/freebsd-10-stable/contrib/binutils/binutils/
H A Dcxxfilt.c261 c = getchar ();
268 c = getchar ();
/freebsd-10-stable/usr.sbin/lpr/filters.ru/koi2855/
H A Dkoi2855.c79 while ((c = getchar()) != EOF) {
81 if ((c = getchar()) == '\1') {
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_machine.h124 #define _getch getchar
241 # define _getch getchar
/freebsd-10-stable/contrib/byacc/test/
H A Dcalc.y93 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dcalc2.y111 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dcalc3.y114 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dcode_calc.y99 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Derr_syntax27.y114 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dpure_calc.y103 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dquote_calc.y99 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dquote_calc2.y99 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dquote_calc3.y99 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dquote_calc4.y99 while( (c=getchar()) == ' ' ) { /* skip blanks */ }

Completed in 216 milliseconds

123456