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

123456

/freebsd-10.0-release/lib/libc/stdio/
H A DSymbol.map51 getchar;
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.0-release/usr.sbin/mfiutil/
H A Dmfi_foreign.c60 ch = getchar();
338 ch = getchar();
/freebsd-10.0-release/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-10.0-release/usr.sbin/quot/
H A Dquot.c493 while ((c = getchar()) != EOF && (c < '0' || c > '9'))
494 while ((c = getchar()) != EOF && c != '\n');
506 while ((c = getchar()) == ' ' || c == '\t');
510 c = getchar();
518 while ((c = getchar()) != EOF && c != '\n');
/freebsd-10.0-release/contrib/apr/passwd/
H A Dapr_getpass.c118 while ((password[n] = getchar()) != '\n') {
211 #endif /* no getchar or _getch */
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dt-shm.c57 while ((t = getchar()) != EOF)
H A Dt-sem.c70 while ((t = getchar()) != EOF)
/freebsd-10.0-release/sys/boot/common/
H A Dconsole.c99 getchar(void) function
H A Dboot.c207 c = getchar();
/freebsd-10.0-release/usr.bin/enigma/
H A Denigma.c112 while((i=getchar()) != -1) {
/freebsd-10.0-release/bin/mv/
H A Dmv.c211 first = ch = getchar();
213 ch = getchar();
/freebsd-10.0-release/include/
H A Dstdio.h254 int getchar(void);
500 #define getchar() getc(stdin) macro
/freebsd-10.0-release/lib/libstand/
H A Dstand.h73 #define PCHK(fmt, args...) {printf("%s(%d): " fmt "\n", __func__, __LINE__ , ##args); getchar();}
359 extern int getchar(void);
H A Dsplitfs.c96 getchar();
/freebsd-10.0-release/usr.bin/compress/
H A Dcompress.c398 first = ch = getchar();
400 ch = getchar();
/freebsd-10.0-release/usr.bin/hexdump/
H A Ddisplay.c321 while (nread < nbytes && (c = getchar()) != EOF) {
390 if (getchar() == EOF)
/freebsd-10.0-release/usr.bin/killall/
H A Dkillall.c399 first = ch = getchar();
401 ch = getchar();
/freebsd-10.0-release/usr.sbin/pkg_install/delete/
H A Dperform.c184 first = ch = getchar();
186 ch = getchar();
/freebsd-10.0-release/bin/cp/
H A Dutils.c111 checkch = ch = getchar();
113 ch = getchar();
/freebsd-10.0-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c495 while ((c = getchar ()) != EOF)
507 while ((c = getchar ()) != EOF)
/freebsd-10.0-release/usr.sbin/cron/crontab/
H A Dcrontab.c286 first = ch = getchar();
288 ch = getchar();
/freebsd-10.0-release/bin/ed/
H A Dio.c259 switch (c = getchar()) {
/freebsd-10.0-release/games/morse/
H A Dmorse.c436 while ((ch = getchar()) != EOF) {
/freebsd-10.0-release/usr.bin/xargs/
H A Dxargs.c281 switch (ch = getchar()) {
400 if (!insingle && !indouble && (ch = getchar()) == EOF) {

Completed in 388 milliseconds

123456