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

123456

/freebsd-10.0-release/lib/libc/stdio/
H A Dgetchar.c34 static char sccsid[] = "@(#)getchar.c 8.1 (Berkeley) 6/4/93";
40 * A subroutine version of the macro getchar.
48 #undef getchar macro
52 getchar() function
/freebsd-10.0-release/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.0-release/contrib/less/
H A Dmkhelp.c32 while (prevch = ch, (ch = getchar()) != EOF)
/freebsd-10.0-release/sys/boot/common/
H A Dpanic.c56 getchar();
/freebsd-10.0-release/usr.bin/vgrind/RETEST/
H A Dretest.c83 getchar();
87 while ((c = getchar()) != '\n')
/freebsd-10.0-release/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c80 while ((c = getchar()) != EOF) {
82 if ((c = getchar()) == '\1') {
/freebsd-10.0-release/games/ppt/
H A Dppt.c60 else while ((c = getchar()) != EOF)
/freebsd-10.0-release/sbin/fsck_msdosfs/
H A Dmain.c149 c = getchar();
150 while (c != '\n' && getchar() != '\n')
/freebsd-10.0-release/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.0-release/contrib/diff/lib/
H A Dunlocked-io.h104 # undef getchar macro
105 # define getchar() getchar_unlocked () macro
107 # define getchar_unlocked() getchar ()
/freebsd-10.0-release/lib/libstand/
H A Dgets.c48 switch (c = getchar() & 0177) {
H A Dpager.c101 switch(getchar()) {
/freebsd-10.0-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c64 while ((c = getchar()) == '#')
66 while ((c = getchar()) != EOF && c != '\n');
80 c = getchar();
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dcxxfilt.c261 c = getchar ();
268 c = getchar ();
/freebsd-10.0-release/usr.sbin/lpr/filters.ru/koi2855/
H A Dkoi2855.c79 while ((c = getchar()) != EOF) {
81 if ((c = getchar()) == '\1') {
/freebsd-10.0-release/contrib/byacc/test/
H A Dcalc.y93 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dcalc2.y107 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dcalc3.y110 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dcode_calc.y99 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-10.0-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h62 #undef getchar macro

Completed in 400 milliseconds

123456