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

12345678910

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dgetchar.c28 NoN(getchar)
32 #undef getchar
35 getchar(void)
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_panykey.c41 getchar();
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dgetchar.c34 static char sccsid[] = "@(#)getchar.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: src/lib/libc/stdio/getchar.c,v 1.15 2008/05/05 16:03:52 jhb Exp $");
40 * A subroutine version of the macro getchar.
48 #undef getchar macro
52 getchar() function
/macosx-10.10.1/shell_cmds-179/what/
H A Dwhat.c82 while ((c = getchar()) != EOF) {
85 if ((c = getchar()) != '(')
87 if ((c = getchar()) != '#')
89 if ((c = getchar()) != ')')
92 while ((c = getchar()) != EOF && c && c != '"' &&
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Ddigest-doc.c49 while ((ch = getchar ()) != EOF)
60 ch = getchar ();
63 while ((ch = getchar ()) != '\n') /* Changed this line */
H A Dprofile.c88 while ((c = getchar ()) != EOF)
103 c = getchar ();
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/mac-mpw/
H A Dmactrans.c30 while ((c=getchar())!=EOF)
32 if (c!='%' || (c=getchar())=='%') putchar(c);
47 while ((c=getchar())!=EOF)
/macosx-10.10.1/BerkeleyDB-21/db/test/scr018/
H A Dt.c19 for (l = 1, r = 0; (ch = getchar()) != EOF;) {
22 do { ch = getchar(); } while (isblank(ch));
26 do { ch = getchar(); } while (isblank(ch));
/macosx-10.10.1/groff-38/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...]
/macosx-10.10.1/less-25/less/
H A Dmkhelp.c33 while (prevch = ch, (ch = getchar()) != EOF)
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/testsuite/
H A Dexp_test.c24 if (getchar() == 'y')
/macosx-10.10.1/BerkeleyDB-21/db/test/scr021/
H A Dt.c21 for (l = 1, ok = 1, s = str; (ch = getchar()) != EOF;) {
34 for (pc = 1; (ch = getchar()) != EOF;) {
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dunlocked-io.h56 # undef getchar macro
57 # define getchar() getchar_unlocked () macro
/macosx-10.10.1/gpatch-3/patch/
H A Dunlocked-io.h56 # undef getchar macro
57 # define getchar() getchar_unlocked () macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dunlocked-io.h108 # undef getchar macro
109 # define getchar() getchar_unlocked () macro
111 # define getchar_unlocked() getchar ()
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dunlocked-io.h108 # undef getchar macro
109 # define getchar() getchar_unlocked () macro
111 # define getchar_unlocked() getchar ()
/macosx-10.10.1/text_cmds-88/sort/
H A Dunlocked-io.h108 # undef getchar macro
109 # define getchar() getchar_unlocked () macro
111 # define getchar_unlocked() getchar ()
/macosx-10.10.1/IOGraphics-485/tools/
H A Dcapture.c31 c = getchar();
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/p12/
H A Dp12Encode.cpp60 getchar();
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/parseCert/
H A DparseCert.cpp52 char c = getchar();
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/parseCrl/
H A DparseCrl.cpp56 char c = getchar();
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DdigestClient.cpp52 getchar();
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/
H A Dmamstate.c63 while ((c = getchar()) != EOF && c != ' ' && c != '\n')
/macosx-10.10.1/vim-55/src/
H A Dvimrun.c44 # define _getch getchar
/macosx-10.10.1/msdosfs-209.1.1/fsck_msdos.tproj/
H A Dmain.c222 c = getchar();
223 while (c != '\n' && getchar() != '\n')

Completed in 221 milliseconds

12345678910