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

123456

/freebsd-11-stable/lib/libc/stdio/
H A Dgetchar.c34 static char sccsid[] = "@(#)getchar.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: stable/11/lib/libc/stdio/getchar.c 320942 2017-07-13 09:27:11Z kib $");
40 * A subroutine version of the macro getchar.
48 #undef getchar macro
52 getchar(void) function
/freebsd-11-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-11-stable/stand/i386/common/
H A Dcons.h31 int getchar(void);
/freebsd-11-stable/stand/libsa/
H A Dpanic.c50 getchar();
H A Dgets.c48 c = getchar();
/freebsd-11-stable/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c82 while ((c = getchar()) != EOF) {
84 if ((c = getchar()) == '\1') {
/freebsd-11-stable/stand/libsa/geli/
H A Dpwgets.c48 switch (c = getchar() & 0177) {
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dmain.c157 c = getchar();
158 while (c != '\n' && getchar() != '\n')
/freebsd-11-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-11-stable/contrib/diff/lib/
H A Dunlocked-io.h104 # undef getchar macro
105 # define getchar() getchar_unlocked () macro
107 # define getchar_unlocked() getchar ()
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Dacgetline.c160 * by the AcpiExec utility. It uses getchar() and putchar() and the existing
300 InputChar = getchar ();
408 InputChar = getchar ();
416 InputChar = getchar (); /* Backup one character */
535 InputChar = getchar ();
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_machine.h124 #define _getch getchar
241 # define _getch getchar
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcxxfilt.c261 c = getchar ();
268 c = getchar ();
/freebsd-11-stable/usr.sbin/lpr/filters.ru/koi2855/
H A Dkoi2855.c81 while ((c = getchar()) != EOF) {
83 if ((c = getchar()) == '\1') {
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h62 #undef getchar macro
/freebsd-11-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 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 */ }
/freebsd-11-stable/usr.bin/file2c/
H A Dfile2c.c57 while((c = getchar()) != EOF) {

Completed in 322 milliseconds

123456