Searched refs:getchar (Results 51 - 75 of 139) sorted by relevance

123456

/freebsd-10-stable/usr.bin/enigma/
H A Denigma.c112 while((i=getchar()) != -1) {
/freebsd-10-stable/lib/libc/stdio/
H A DMakefile.inc15 fwrite.c getc.c getchar.c getdelim.c getline.c \
59 MLINKS+=getc.3 fgetc.3 getc.3 getc_unlocked.3 getc.3 getchar.3 \
/freebsd-10-stable/usr.bin/killall/
H A Dkillall.c404 first = ch = getchar();
406 ch = getchar();
/freebsd-10-stable/usr.sbin/pkg_install/delete/
H A Dperform.c184 first = ch = getchar();
186 ch = getchar();
/freebsd-10-stable/usr.bin/hexdump/
H A Ddisplay.c321 while (nread < nbytes && (c = getchar()) != EOF) {
390 if (getchar() == EOF)
/freebsd-10-stable/bin/mv/
H A Dmv.c211 first = ch = getchar();
213 ch = getchar();
/freebsd-10-stable/lib/libstand/
H A Dstand.h73 #define PCHK(fmt, args...) {printf("%s(%d): " fmt "\n", __func__, __LINE__ , ##args); getchar();}
356 extern int getchar(void);
H A Dsplitfs.c96 getchar();
/freebsd-10-stable/include/
H A Dstdio.h257 int getchar(void);
504 #define getchar() getc(stdin) macro
/freebsd-10-stable/usr.bin/compress/
H A Dcompress.c398 first = ch = getchar();
400 ch = getchar();
/freebsd-10-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c495 while ((c = getchar ()) != EOF)
507 while ((c = getchar ()) != EOF)
/freebsd-10-stable/bin/cp/
H A Dutils.c117 checkch = ch = getchar();
119 ch = getchar();
/freebsd-10-stable/usr.sbin/cron/crontab/
H A Dcrontab.c291 first = ch = getchar();
293 ch = getchar();
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dt-sem.c70 while ((t = getchar()) != EOF)
/freebsd-10-stable/games/morse/
H A Dmorse.c436 while ((ch = getchar()) != EOF) {
/freebsd-10-stable/sys/boot/common/
H A Dboot.c207 c = getchar();
H A Dconsole.c103 getchar(void) function
/freebsd-10-stable/usr.bin/xargs/
H A Dxargs.c295 switch (ch = getchar()) {
414 if (!insingle && !indouble && (ch = getchar()) == EOF) {
/freebsd-10-stable/contrib/byacc/test/yacc/
H A Dcalc1.tab.c377 while ((c = getchar()) == ' ')
398 for (; (cp - buf) < BSZ; ++cp, c = getchar())
H A Dvarsyntax_calc1.tab.c378 while ((c = getchar()) == ' ')
399 for (; (cp - buf) < BSZ; ++cp, c = getchar())
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h82 # undef getchar macro
83 # define getchar() getchar_unlocked () macro
/freebsd-10-stable/sys/boot/ficl/
H A Dtools.c770 getchar();
790 getchar();
/freebsd-10-stable/usr.bin/xlint/llib/
H A Dllib-lstdc164 int (getchar)(void);
/freebsd-10-stable/bin/pkill/
H A Dpkill.c629 first = ch = getchar();
631 ch = getchar();
/freebsd-10-stable/contrib/gdb/gdb/
H A Dremote-st.c716 c = getchar ();

Completed in 333 milliseconds

123456