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

1234567

/freebsd-current/lib/libc/stdio/
H A Dgetchar.c36 * A subroutine version of the macro getchar.
44 #undef getchar macro
48 getchar(void) function
/freebsd-current/stand/i386/common/
H A Dcons.h29 int getchar(void);
/freebsd-current/stand/libsa/
H A Dpanic.c47 getchar();
H A Dgets.c43 c = getchar();
/freebsd-current/stand/libsa/geli/
H A Dpwgets.c43 switch (c = getchar() & 0177) {
/freebsd-current/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c80 while ((c = getchar()) != EOF) {
82 if ((c = getchar()) == '\1') {
/freebsd-current/tools/boot/
H A Dlua-lint.sh17 ${LUACHECK} . --globals loader --globals lfs --globals io.getchar \
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dstdio.h80 int getchar(void);
119 # undef getchar macro
/freebsd-current/sbin/fsck_msdosfs/
H A Dmain.c155 c = getchar();
156 while (c != '\n' && getchar() != '\n')
/freebsd-current/usr.bin/mkstr/
H A Dmkstr.c133 c = getchar();
142 c = getchar();
158 c = getchar();
179 c = getchar();
188 c = getchar();
217 ch = getchar();
221 ch = getchar();
/freebsd-current/contrib/diff/lib/
H A Dunlocked-io.h104 # undef getchar macro
105 # define getchar() getchar_unlocked () macro
107 # define getchar_unlocked() getchar ()
/freebsd-current/sys/contrib/dev/acpica/common/
H A Dacgetline.c160 * by the AcpiExec utility. It uses getchar() and putchar() and the existing
298 InputChar = getchar ();
406 InputChar = getchar ();
414 InputChar = getchar (); /* Backup one character */
533 (void) getchar ();
/freebsd-current/usr.bin/random/
H A Drandom.c157 while ((ch = getchar()) != EOF) {
163 while ((ch = getchar()) != EOF)
/freebsd-current/contrib/ntp/include/
H A Dntp_machine.h124 #define _getch getchar
241 # define _getch getchar
/freebsd-current/usr.sbin/lpr/filters.ru/koi2855/
H A Dkoi2855.c79 while ((c = getchar()) != EOF) {
81 if ((c = getchar()) == '\1') {
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc35 using ::getchar;
/freebsd-current/contrib/byacc/test/
H A Derr_syntax27.y114 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dquote_calc4.y99 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dcalc_code_imports.y96 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dcalc3.y114 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dcalc2.y111 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dcalc_code_all.y100 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dcalc_code_default.y96 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dcalc.y93 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dcalc_code_top.y96 while( (c=getchar()) == ' ' ) { /* skip blanks */ }

Completed in 191 milliseconds

1234567