Home
last modified time | relevance | path

Searched refs:getc (Results 1 – 25 of 94) 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/libjpeg-turbo/
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.c84 ch = getc(infile); in pbm_getc()
87 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.c95 if ((c = getc(infile)) == EOF) in read_byte()
131 sinfo->tga_pixel[i] = (U_CHAR) getc(infile); in read_non_rle_pixel()
162 sinfo->tga_pixel[i] = (U_CHAR) getc(infile); in read_rle_pixel()
/external/libpcap/
Detherent.c77 c = getc(f);
90 c = getc(f);
120 c = getc(fp); in pcap_next_etherent()
124 c = getc(fp); in pcap_next_etherent()
129 c = getc(fp); in pcap_next_etherent()
156 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
167 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()
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
Dftrandom.c260 int ch1 = getc( foo ); in figurefiletype()
261 int ch2 = getc( foo ); in figurefiletype()
262 int ch3 = getc( foo ); in figurefiletype()
263 int ch4 = getc( foo ); in figurefiletype()
/external/webrtc/webrtc/test/
Drun_loop.cc19 while (getc(stdin) != '\n' && !feof(stdin)); in PressEnterToContinue()
/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/libmicrohttpd/src/examples/
Ddual_stack_example.c76 (void) getc (stdin); in main()
Dminimal_example.c80 (void) getc (stdin); in main()
Dchunked_example.c91 (void) getc (stdin); in main()
Dminimal_example_comet.c82 (void) getc (stdin); in main()
Drefuse_post_example.c95 (void) getc (stdin); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
DsimpleKenny.c341 getc(stdin); in main()
354 getc(stdin); in main()
416 getc(stdin); in main()
/external/elfutils/src/
Dldlex.l39 #undef getc
40 #define getc(s) getc_unlocked (s) macro
/external/v8/src/base/platform/
Dplatform-cygwin.cc87 c = getc(fp); in GetSharedLibraryAddresses()
112 c = getc(fp); in GetSharedLibraryAddresses()

1234