/external/javassist/src/main/javassist/compiler/ |
D | Lex.java | 124 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/ |
D | rdcolmap.c | 88 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 …]
|
D | rdppm.c | 84 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()
|
D | rdtarga.c | 95 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/ |
D | etherent.c | 77 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/ |
D | cstdio | 75 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/ |
D | localcharset.c | 90 # undef getc 91 # define getc getc_unlocked macro 153 c = getc (fp); in get_charset_aliases() 162 c = getc (fp); in get_charset_aliases()
|
D | relocatable.c | 335 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/ |
D | unlocked-io.h | 100 # undef getc 101 # define getc(x) getc_unlocked (x) macro 103 # define getc_unlocked(x) getc (x)
|
D | localcharset.c | 98 # undef getc 99 # define getc getc_unlocked macro 195 c = getc (fp); in get_charset_aliases() 204 c = getc (fp); in get_charset_aliases()
|
D | getdelim.c | 39 # define getc_maybe_unlocked(fp) getc(fp) 45 # define getc_maybe_unlocked(fp) getc(fp)
|
/external/clang/test/SemaCXX/ |
D | err_typecheck_assign_const.cpp | 80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d… 85 …getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
|
/external/toybox/toys/posix/ |
D | paste.c | 55 switch(c = getc(f)) { 83 c = getc(*f);
|
/external/toybox/toys/pending/ |
D | more.c | 53 input_key = tolower(getc(cin)); in prompt() 112 while ((ch = getc(fp)) != EOF) { in more_main()
|
/external/ppp/pppd/ |
D | options.c | 1162 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/webrtc/webrtc/test/ |
D | run_loop.cc | 19 while (getc(stdin) != '\n' && !feof(stdin)); in PressEnterToContinue()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ |
D | simpleKenny.c | 341 getc(stdin); in main() 354 getc(stdin); in main() 416 getc(stdin); in main()
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | onetimekey | 45 \$c = getc(STDIN);
|
/external/v8/src/base/platform/ |
D | platform-cygwin.cc | 87 c = getc(fp); in GetSharedLibraryAddresses() 112 c = getc(fp); in GetSharedLibraryAddresses()
|
D | platform-openbsd.cc | 93 c = getc(fp); in GetSharedLibraryAddresses() 118 c = getc(fp); in GetSharedLibraryAddresses()
|
/external/elfutils/src/ |
D | ldlex.l | 39 #undef getc 40 #define getc(s) getc_unlocked (s) macro
|
/external/libmicrohttpd/src/examples/ |
D | dual_stack_example.c | 76 (void) getc (stdin); in main()
|
D | minimal_example.c | 80 (void) getc (stdin); in main()
|
D | chunked_example.c | 91 (void) getc (stdin); in main()
|
D | minimal_example_comet.c | 82 (void) getc (stdin); in main()
|