Searched refs:getc (Results 1 - 25 of 112) sorted by relevance

12345

/external/webrtc/webrtc/test/
H A Drun_loop.cc19 while (getc(stdin) != '\n' && !feof(stdin));
/external/swiftshader/src/OpenGL/compiler/
H A DMMap.h31 char c = getc(fp);
35 c = getc(fp);
42 c = getc(fp);
45 c = getc(fp);
/external/libpcap/
H A Detherent.c77 c = getc(f);
90 c = getc(f);
120 c = getc(fp);
124 c = getc(fp);
129 c = getc(fp);
156 c = getc(fp);
/external/libjpeg-turbo/
H A Drdcolmap.c89 if ((header[i] = getc(infile)) == EOF)
105 R = getc(infile);
106 G = getc(infile);
107 B = getc(infile);
128 ch = getc(infile);
131 ch = getc(infile);
179 c = getc(infile); /* save format discriminator for a sec */
208 R = getc(infile);
209 G = getc(infile);
210 B = getc(infil
[all...]
/external/libcxx/include/
H A Dstdio.h80 int getc(FILE* stream);
119 #undef getc macro
/external/syslinux/com32/lib/
H A Dfgets.c4 * This will be very slow due to the implementation of getc(),
17 ch = getc(f);
/external/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' declared here}}
85 getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' returns a const value}}
/external/bison/lib/
H A Dunlocked-io.h100 # undef getc macro
101 # define getc(x) getc_unlocked (x) macro
103 # define getc_unlocked(x) getc (x)
H A Dgetdelim.c39 # define getc_maybe_unlocked(fp) getc(fp)
45 # define getc_maybe_unlocked(fp) getc(fp)
H A Dlocalcharset.c98 # undef getc macro
99 # define getc getc_unlocked macro
195 c = getc (fp);
204 c = getc (fp);
/external/libmicrohttpd/src/examples/
H A Dchunked_example.c91 (void) getc (stdin);
H A Ddual_stack_example.c76 (void) getc (stdin);
H A Dminimal_example.c80 (void) getc (stdin);
H A Dminimal_example_comet.c82 (void) getc (stdin);
H A Dquerystring_example.c87 (void) getc (stdin);
H A Drefuse_post_example.c95 (void) getc (stdin);
/external/syslinux/com32/samples/
H A Dkeytest.c58 key = getc(stdin);
/external/libvncserver/webclients/java-applet/ssl/
H A Donetimekey45 \$c = getc(STDIN);
/external/ltp/testcases/kernel/syscalls/fork/
H A Dfork08.c82 if ((getc(rea)) != 'a')
83 tst_resm(TFAIL, "getc from read side was confused");
115 ch_r_stat = getc(rea);
H A Dfork07.c108 if ((getc(rea)) != 'a')
109 tst_resm(TFAIL, "getc from read side was confused");
117 ch_r_stat = getc(rea);
122 "integer value of getc in child "
/external/syslinux/utils/
H A Dppmtolss1661 $ch = getc(STDIN);
65 $ch = getc(STDIN);
73 $ch = getc(STDIN);
79 $ch = getc(STDIN);
144 $ch = getc(STDIN);
150 $ch = getc(STDIN);
/external/toybox/toys/pending/
H A Dmore.c58 input_key = tolower(getc(cin));
115 while ((ch = getc(fp)) != EOF) {
/external/e2fsprogs/intl/
H A Dlocalcharset.c90 # undef getc macro
91 # define getc getc_unlocked macro
153 c = getc (fp);
162 c = getc (fp);
/external/syslinux/com32/menu/
H A Dprintmsg.c52 while (!eof && (ch = getc(f)) != EOF) {
/external/syslinux/gpxe/src/hci/mucurses/
H A Dansi_screen.c72 .getc = ansiscr_getc,

Completed in 1016 milliseconds

12345