Searched refs:getchar (Results 101 - 125 of 141) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp76 } while(!FD_ISSET(STDIN_FILENO, &readfds) || getchar() != 0x03);
/freebsd-11-stable/contrib/diff/src/
H A Dsdiff.c881 c = getchar ();
895 while ((c = getchar ()) != '\n' && c != EOF)
/freebsd-11-stable/sbin/sunlabel/
H A Dsunlabel.c519 c = getchar();
521 while (getchar() != '\n')
/freebsd-11-stable/usr.sbin/pkg/
H A Dpkg.c952 c = getchar();
960 c = getchar();
/freebsd-11-stable/contrib/tnftp/src/
H A Dcmds.c2453 if ((c = getchar()) == EOF) {
2474 while ((c = getchar()) != '\n' && c != EOF)
2476 if (c == EOF || getchar() == '\n') {
H A Dutil.c1306 while ((ch = getchar()) != '\n' && ch != EOF)
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c580 input = getchar();
/freebsd-11-stable/usr.bin/login/
H A Dlogin.c832 for (p = nbuf; (ch = getchar()) != '\n'; ) {
/freebsd-11-stable/stand/ficl/
H A Dloader.c688 stackPushINT(pVM->pStack, getchar());
/freebsd-11-stable/usr.bin/at/
H A Dat.c422 while((ch = getchar()) != EOF)
/freebsd-11-stable/usr.sbin/i2c/
H A Di2c.c752 ch = getchar();
/freebsd-11-stable/sbin/bsdlabel/
H A Dbsdlabel.c682 c = getchar();
684 while (getchar() != (int)'\n')
/freebsd-11-stable/gnu/usr.bin/rcs/
H A Drcstest390 while ((c=getchar()) != EOF)
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dvarsyntax_calc1.tab.c539 while ((c = getchar()) == ' ')
560 for (; (cp - buf) < BSZ; ++cp, c = getchar())
H A Dcalc1.tab.c538 while ((c = getchar()) == ' ')
559 for (; (cp - buf) < BSZ; ++cp, c = getchar())
H A Dbtyacc_calc1.tab.c493 while ((c = getchar()) == ' ')
522 for (; (cp - buf) < BSZ; ++cp, c = getchar())
H A Dquote_calc4-s.tab.c512 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c2378 i = getchar ();
2380 while ((c = getchar ()) != '\n' && c != EOF)
2936 i = getchar ();
2938 while (getchar () != '\n')
H A Dsys-protos.h427 extern int getchar(void);
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c921 for (p = nbuf; (ch = getchar()) != '\n'; ) {
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_config.c198 ch = getchar();
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_config.c268 ch = getchar();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp48 // getchar isblank ispunct
890 SUMMARY(getchar, ARGUMENT_TYPES(), RETURN_TYPE(IntTy),
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c4305 c = getchar ();
4311 c = getchar ();
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c4437 c = getchar ();
4443 c = getchar ();

Completed in 256 milliseconds

123456