/external/javassist/src/main/javassist/compiler/ |
D | Lex.java | 131 ungetc(c); in readLine() 160 ungetc(c); in getNextNonWhiteChar() 163 ungetc(c); in getNextNonWhiteChar() 231 ungetc(c); in readStringL() 257 ungetc(c); in readNumber() 271 ungetc(c); in readNumber() 298 ungetc(c2); in readNumber() 339 ungetc(c); in readDouble() 372 ungetc(c3); in readSeparator() 382 ungetc(c3); in readSeparator() [all …]
|
/external/libcups/monitor/ |
D | tbcp.c | 177 ungetc(ch, fp); /* Nope, save it for later... */ in psgets() 199 ungetc(ch, fp); in psgets()
|
D | bcp.c | 188 ungetc(ch, fp); /* Nope, save it for later... */ in psgets() 210 ungetc(ch, fp); in psgets()
|
/external/libese/tools/ese_replay/ |
D | buffer.c | 49 ungetc(c, fp); in buffer_read_hex() 57 ungetc(b->buffer[b->len], fp); in buffer_read_hex()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | filestrm.cpp | 141 int32_t c = ungetc(ch, (FILE*)fileStream); in T_FileStream_ungetc() 149 return ungetc(c, (FILE*)fileStream); in T_FileStream_peek()
|
/external/ltp/testcases/kernel/syscalls/fmtmsg/ |
D | fmtmsg01.c | 115 ungetc(ch, fp); in main() 181 ungetc(ch, fp); in main()
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | fgetc_ungetc_getc.cpp | 13 assert(ungetc('X', fp) != EOF); in main()
|
D | getc_unlocked.cpp | 14 assert(ungetc('X', fp) != EOF); in main()
|
/external/brotli/research/ |
D | read_dist.h | 34 ungetc(c, fin); in ReadBackwardReference()
|
/external/libcxx/include/ |
D | cstdio | 81 int ungetc(int c, FILE* stream); 132 using ::ungetc;
|
D | __std_stream | 169 if (ungetc(traits_type::to_int_type(__extbuf[--__i]), __file_) == EOF) 212 if (ungetc(*--__enxt, __file_) == EOF)
|
/external/llvm-project/libcxx/include/ |
D | cstdio | 80 int ungetc(int c, FILE* stream); 131 using ::ungetc;
|
D | __std_stream | 168 if (ungetc(traits_type::to_int_type(__extbuf[--__i]), __file_) == EOF) 211 if (ungetc(*--__enxt, __file_) == EOF)
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 39 int ungetc(int, FILE *);
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 39 int ungetc(int, FILE *);
|
/external/toybox/toys/other/ |
D | xxd.c | 152 if (tmp != ' ') ungetc(tmp, fp); in do_xxd_reverse()
|
/external/ImageMagick/MagickWand/ |
D | script-token.c | 324 ungetc(c,token_info->stream); \
|
/external/e2fsprogs/intl/ |
D | localcharset.c | 168 ungetc (c, fp); in get_charset_aliases()
|
D | relocatable.c | 342 ungetc (c, fp); in find_shared_library_fullname()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
D | global_symbols.txt | 151 ungetc U
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 156 static_assert((std::is_same<decltype(ungetc(0,fp)), int>::value), ""); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 157 static_assert((std::is_same<decltype(ungetc(0,fp)), int>::value), ""); in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 122 static_assert((std::is_same<decltype(std::ungetc(0,fp)), int>::value), ""); in main()
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 121 static_assert((std::is_same<decltype(std::ungetc(0,fp)), int>::value), ""); in main()
|
/external/lua/src/ |
D | liolib.c | 493 ungetc(rn.c, rn.f); /* unread look-ahead char */ in read_number() 507 ungetc(c, f); /* no-op when c == EOF */ in test_eof()
|