Searched refs:getchar (Results 26 - 50 of 141) sorted by relevance

123456

/freebsd-11-stable/contrib/byacc/test/
H A Dcode_calc.y101 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dbtyacc_calc1.y200 while ((c = getchar()) == ' ')
229 for (; (cp - buf) < BSZ; ++cp, c = getchar())
H A Dcalc1.y193 while ((c = getchar()) == ' ')
214 for (; (cp - buf) < BSZ; ++cp, c = getchar())
H A Dvarsyntax_calc1.y195 while ((c = getchar()) == ' ')
216 for (; (cp - buf) < BSZ; ++cp, c = getchar())
H A Dok_syntax1.y142 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
/freebsd-11-stable/stand/libsa/
H A Dpager.c101 switch(getchar()) {
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h76 #undef getchar macro
123 using ::getchar;
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dpw_util.c239 first = c = getchar();
241 c = getchar();
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h67 using std::getchar;
/freebsd-11-stable/usr.bin/caesar/
H A Dcaesar.c156 while ((ch = getchar()) != EOF)
/freebsd-11-stable/usr.bin/random/
H A Drandom.c170 while ((ch = getchar()) != EOF) {
/freebsd-11-stable/tools/tools/fixwhite/
H A Dfixwhite.c139 c = getchar();
/freebsd-11-stable/stand/i386/common/
H A Dcons.c100 getchar(void) function
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c64 while ((c = getchar()) == '#')
66 while ((c = getchar()) != EOF && c != '\n');
80 c = getchar();
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dsafe_finger.c95 while ((c = getchar()) != EOF) {
/freebsd-11-stable/usr.sbin/lpr/filters/
H A Dlpf.c160 if ((ch = getchar()) == '\1') {
/freebsd-11-stable/bin/rm/
H A Drm.c527 first = ch = getchar();
529 ch = getchar();
595 first = ch = getchar();
597 ch = getchar();
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.c357 while ((c = getchar()) != EOF && (*p = c) != '\n' && --sz > 0)
403 gch = getchar();
426 gch = getchar();
454 gch = getchar();
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h74 # undef getchar macro
75 # define getchar() getchar_unlocked () macro
/freebsd-11-stable/bin/ln/
H A Dln.c319 first = ch = getchar();
321 ch = getchar();
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_foreign.c62 ch = getchar();
340 ch = getchar();
/freebsd-11-stable/stand/liblua/
H A Dlutils.c129 lua_pushinteger(L, getchar());
368 REG_SIMPLE(getchar),
/freebsd-11-stable/secure/usr.bin/bdes/
H A Dbdes.c536 if ((c = getchar()) == EOF) {
608 if ((c = getchar()) == EOF) {
742 if ((c = getchar()) == EOF) {
834 if ((c = getchar()) == EOF) {
928 if ((c = getchar()) == EOF) {
/freebsd-11-stable/usr.sbin/quot/
H A Dquot.c495 while ((c = getchar()) != EOF && (c < '0' || c > '9'))
496 while ((c = getchar()) != EOF && c != '\n');
508 while ((c = getchar()) == ' ' || c == '\t');
512 c = getchar();
520 while ((c = getchar()) != EOF && c != '\n');
/freebsd-11-stable/contrib/apr/passwd/
H A Dapr_getpass.c191 while ((password[n] = getchar()) != '\n') {
213 #endif /* no getchar or _getch */

Completed in 433 milliseconds

123456