Home
last modified time | relevance | path

Searched refs:ungetc (Results 1 – 25 of 83) sorted by relevance

1234

/external/javassist/src/main/javassist/compiler/
DLex.java131 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/
Dtbcp.c177 ungetc(ch, fp); /* Nope, save it for later... */ in psgets()
199 ungetc(ch, fp); in psgets()
Dbcp.c188 ungetc(ch, fp); /* Nope, save it for later... */ in psgets()
210 ungetc(ch, fp); in psgets()
/external/libese/tools/ese_replay/
Dbuffer.c49 ungetc(c, fp); in buffer_read_hex()
57 ungetc(b->buffer[b->len], fp); in buffer_read_hex()
/external/icu/icu4c/source/tools/toolutil/
Dfilestrm.cpp141 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/
Dfmtmsg01.c115 ungetc(ch, fp); in main()
181 ungetc(ch, fp); in main()
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dfgetc_ungetc_getc.cpp13 assert(ungetc('X', fp) != EOF); in main()
Dgetc_unlocked.cpp14 assert(ungetc('X', fp) != EOF); in main()
/external/brotli/research/
Dread_dist.h34 ungetc(c, fin); in ReadBackwardReference()
/external/libcxx/include/
Dcstdio81 int ungetc(int c, FILE* stream);
132 using ::ungetc;
D__std_stream169 if (ungetc(traits_type::to_int_type(__extbuf[--__i]), __file_) == EOF)
212 if (ungetc(*--__enxt, __file_) == EOF)
/external/llvm-project/libcxx/include/
Dcstdio80 int ungetc(int c, FILE* stream);
131 using ::ungetc;
D__std_stream168 if (ungetc(traits_type::to_int_type(__extbuf[--__i]), __file_) == EOF)
211 if (ungetc(*--__enxt, __file_) == EOF)
/external/tcpdump/lbl/
Dos-sunos4.h39 int ungetc(int, FILE *);
/external/libpcap/lbl/
Dos-sunos4.h39 int ungetc(int, FILE *);
/external/toybox/toys/other/
Dxxd.c152 if (tmp != ' ') ungetc(tmp, fp); in do_xxd_reverse()
/external/ImageMagick/MagickWand/
Dscript-token.c324 ungetc(c,token_info->stream); \
/external/e2fsprogs/intl/
Dlocalcharset.c168 ungetc (c, fp); in get_charset_aliases()
Drelocatable.c342 ungetc (c, fp); in find_shared_library_fullname()
/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
Dglobal_symbols.txt151 ungetc U
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp156 static_assert((std::is_same<decltype(ungetc(0,fp)), int>::value), ""); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp157 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/
Dcstdio.pass.cpp122 static_assert((std::is_same<decltype(std::ungetc(0,fp)), int>::value), ""); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp121 static_assert((std::is_same<decltype(std::ungetc(0,fp)), int>::value), ""); in main()
/external/lua/src/
Dliolib.c493 ungetc(rn.c, rn.f); /* unread look-ahead char */ in read_number()
507 ungetc(c, f); /* no-op when c == EOF */ in test_eof()

1234