Home
last modified time | relevance | path

Searched refs:getc (Results 1 – 25 of 77) sorted by relevance

1234

/external/javassist/src/main/javassist/compiler/
DLex.java124 c = getc(); in readLine()
145 c = getc(); in getNextNonWhiteChar()
147 c = getc(); in getNextNonWhiteChar()
150 c = getc(); in getNextNonWhiteChar()
154 c = getc(); in getNextNonWhiteChar()
158 if ((c = getc()) == '/') { in getNextNonWhiteChar()
177 while ((c = getc()) != '\'') in readCharConst()
194 int c = getc(); in readEscapeChar()
214 while ((c = getc()) != '"') { in readStringL()
226 c = getc(); in readStringL()
[all …]
/external/jpeg/
Drdcolmap.c88 if ((header[i] = getc(infile)) == EOF) in read_gif_map()
104 R = getc(infile); in read_gif_map()
105 G = getc(infile); in read_gif_map()
106 B = getc(infile); in read_gif_map()
127 ch = getc(infile); in pbm_getc()
130 ch = getc(infile); in pbm_getc()
178 c = getc(infile); /* save format discriminator for a sec */ in read_ppm_map()
207 R = getc(infile); in read_ppm_map()
208 G = getc(infile); in read_ppm_map()
209 B = getc(infile); in read_ppm_map()
[all …]
Drdppm.c90 ch = getc(infile); in pbm_getc()
93 ch = getc(infile); in pbm_getc()
303 if (getc(source->pub.input_file) != 'P') in start_input_ppm()
306 c = getc(source->pub.input_file); /* subformat discriminator character */ in start_input_ppm()
Drdtarga.c94 if ((c = getc(infile)) == EOF) in read_byte()
130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile); in read_non_rle_pixel()
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile); in read_rle_pixel()
Drdswitch.c27 ch = getc(file); in text_getc()
30 ch = getc(file); in text_getc()
Dwrjpgcom.c78 #define NEXTBYTE() getc(infile)
546 while ((c = getc(src_file)) != EOF) { in main()
/external/libpcap/
Detherent.c82 c = getc(f);
95 c = getc(f);
125 c = getc(fp); in pcap_next_etherent()
129 c = getc(fp); in pcap_next_etherent()
134 c = getc(fp); in pcap_next_etherent()
161 c = getc(fp); in pcap_next_etherent()
/external/libcxx/include/
Dcstdio75 int getc(FILE* stream);
111 #ifdef getc
112 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_getc(FILE* __stream) {return getc(__stream);}
113 #undef getc
114 inline _LIBCPP_INLINE_VISIBILITY int getc(FILE* __stream) {return __libcpp_getc(__stream);}
115 #endif // getc
177 using ::getc;
/external/e2fsprogs/intl/
Dlocalcharset.c90 # undef getc
91 # define getc getc_unlocked macro
153 c = getc (fp); in get_charset_aliases()
162 c = getc (fp); in get_charset_aliases()
Drelocatable.c335 while (c = getc (fp), c != EOF && c != '\n' && c != '/') in find_shared_library_fullname()
354 while (c = getc (fp), c != EOF && c != '\n') in find_shared_library_fullname()
/external/bison/lib/
Dunlocked-io.h100 # undef getc
101 # define getc(x) getc_unlocked (x) macro
103 # define getc_unlocked(x) getc (x)
Dlocalcharset.c98 # undef getc
99 # define getc getc_unlocked macro
195 c = getc (fp); in get_charset_aliases()
204 c = getc (fp); in get_charset_aliases()
Dgetdelim.c39 # define getc_maybe_unlocked(fp) getc(fp)
45 # define getc_maybe_unlocked(fp) getc(fp)
/external/clang/test/SemaCXX/
Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
/external/toybox/toys/posix/
Dpaste.c55 switch(c = getc(f)) {
83 c = getc(*f);
/external/toybox/toys/pending/
Dmore.c53 input_key = tolower(getc(cin)); in prompt()
112 while ((ch = getc(fp)) != EOF) { in more_main()
/external/ppp/pppd/
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(f);
/external/libvncserver/webclients/java-applet/ssl/
Donetimekey45 \$c = getc(STDIN);
/external/elfutils/src/src/
Dldlex.l39 #undef getc
40 #define getc(s) getc_unlocked (s) macro
/external/toybox/lib/
Dportability.c41 while ((ch = getc(stream)) != EOF) { in getdelim()
/external/v8/src/base/platform/
Dplatform-cygwin.cc135 c = getc(fp); in GetSharedLibraryAddresses()
160 c = getc(fp); in GetSharedLibraryAddresses()
Dplatform-openbsd.cc142 c = getc(fp); in GetSharedLibraryAddresses()
167 c = getc(fp); in GetSharedLibraryAddresses()
Dplatform-linux.cc228 c = getc(fp); in GetSharedLibraryAddresses()
254 c = getc(fp); in GetSharedLibraryAddresses()
/external/libpng/contrib/tools/
Dchecksum-icc.c28 int ch = getc(ip); in read_one_file()
/external/libvncserver/common/
Dvncauth.c129 ch = getc(fp); in rfbDecryptPasswdFromFile()

1234