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

123

/external/libpcap/
H A Detherent.c82 c = getc(f);
95 c = getc(f);
125 c = getc(fp);
129 c = getc(fp);
134 c = getc(fp);
161 c = getc(fp);
/external/jpeg/
H A Drdcolmap.c88 if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
127 ch = getc(infile);
130 ch = getc(infile);
178 c = getc(infile); /* save format discriminator for a sec */
207 R = getc(infile);
208 G = getc(infile);
209 B = getc(infil
[all...]
H A Drdppm.c59 * On most systems, reading individual bytes with getc() is drastically less
64 * model, or else replace fread() with a getc() loop --- which will be much
90 ch = getc(infile);
93 ch = getc(infile);
303 if (getc(source->pub.input_file) != 'P')
306 c = getc(source->pub.input_file); /* subformat discriminator character */
H A Drdswitch.c27 ch = getc(file);
30 ch = getc(file);
H A Drdtarga.c94 if ((c = getc(infile)) == EOF)
130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
H A Dwrjpgcom.c78 #define NEXTBYTE() getc(infile)
546 while ((c = getc(src_file)) != EOF) {
/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/libvncserver/webclients/java-applet/ssl/
H A Donetimekey45 \$c = getc(STDIN);
/external/toybox/toys/posix/
H A Dpaste.c55 switch(c = getc(f)) {
83 c = getc(*f);
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
H A Djsmin.c59 c = getc(stdin);
/external/e2fsprogs/intl/
H A Dlocalcharset.c90 # undef getc macro
91 # define getc getc_unlocked macro
153 c = getc (fp);
162 c = getc (fp);
H A Drelocatable.c335 while (c = getc (fp), c != EOF && c != '\n' && c != '/')
354 while (c = getc (fp), c != EOF && c != '\n')
/external/toybox/lib/
H A Dportability.c41 while ((ch = getc(stream)) != EOF) {
/external/toybox/toys/pending/
H A Dmore.c53 input_key = tolower(getc(cin));
112 while ((ch = getc(fp)) != EOF) {
/external/libpng/contrib/tools/
H A Dchecksum-icc.c28 int ch = getc(ip);
/external/elfutils/src/src/
H A Dldlex.l39 #undef getc
40 #define getc(s) getc_unlocked (s)
/external/libvncserver/common/
H A Dvncauth.c129 ch = getc(fp);
/external/v8/src/base/platform/
H A Dplatform-cygwin.cc135 c = getc(fp);
160 c = getc(fp);
H A Dplatform-linux.cc228 c = getc(fp);
254 c = getc(fp);
/external/iputils/
H A Dtftpsubs.c150 c = getc(file);
/external/libpng/contrib/libtests/
H A Dtimepng.c190 ch = getc(ip);
/external/ppp/pppd/
H A Doptions.c1162 c = getc(f);
1226 c = getc(f);
1262 c = getc(f);
1273 c = getc(f);
1279 c = getc (f);
1301 c = getc(f);
1310 c = getc(f);
1321 c = getc(f);
1326 c = getc(f);
1341 c = getc(
[all...]

Completed in 4090 milliseconds

123