Searched refs:ungetc (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dfilestrm.c17 * 03/02/99 stephen Reordered params in ungetc to match stdio
139 int32_t c = ungetc(ch, (FILE*)fileStream);
147 return ungetc(c, (FILE*)fileStream);
/external/icu/icu4c/source/tools/toolutil/
H A Dfilestrm.c17 * 03/02/99 stephen Reordered params in ungetc to match stdio
139 int32_t c = ungetc(ch, (FILE*)fileStream);
147 return ungetc(c, (FILE*)fileStream);
/external/stlport/src/
H A Dstdio_streambuf.cpp164 _STLP_VENDOR_CSTD::ungetc(c, _M_file);
182 int result = _STLP_VENDOR_CSTD::ungetc(c, _M_file);
/external/stlport/stlport/stl/
H A D_cstdio.h115 using _STLP_VENDOR_CSTD::ungetc;
/external/libpcap/lbl/
H A Dos-sunos4.h41 int ungetc(int, FILE *);
/external/tcpdump/lbl/
H A Dos-sunos4.h41 int ungetc(int, FILE *);
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
H A Dstdio.pxd72 int ungetc (int c, FILE *stream)
/external/bison/etc/
H A Dbench.pl.in234 ungetc (c, input);
/external/bison/lib/
H A Dlocalcharset.c210 ungetc (c, fp);
/external/chromium_org/third_party/libjpeg_turbo/
H A Dbmp.c129 if((tempc=getc(file))<0 || ungetc(tempc, file)==EOF)
H A Drdswitch.c154 if (ungetc(ch, file) == EOF)
/external/chromium_org/v8/src/base/platform/
H A Dplatform-cygwin.cc141 ungetc(c, fp); // Push the '/' back into the stream to be read below.
H A Dplatform-linux.cc235 ungetc(c, fp);
H A Dplatform-openbsd.cc148 ungetc(c, fp); // Push the '/' back into the stream to be read below.
/external/e2fsprogs/intl/
H A Dlocalcharset.c168 ungetc (c, fp);
H A Drelocatable.c342 ungetc (c, fp);
/external/jpeg/
H A Drdswitch.c142 if (ungetc(ch, file) == EOF)
H A Dcjpeg.c56 * guarantee that more than one character can be pushed back with ungetc.
94 if (ungetc(c, infile) == EOF)
/external/libcxx/test/depr/depr.c.headers/
H A Dstdio_h.pass.cpp124 static_assert((std::is_same<decltype(ungetc(0,fp)), int>::value), "");
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcstdio.disabled.cpp127 static_assert((std::is_same<decltype(std::ungetc(0,fp)), int>::value), "");
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dconfig.c41 ungetc(c, f);
/external/qemu/distrib/jpeg-6b/
H A Drdswitch.c142 if (ungetc(ch, file) == EOF)
H A Dcjpeg.c56 * guarantee that more than one character can be pushed back with ungetc.
94 if (ungetc(c, infile) == EOF)
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h650 /// int ungetc(int c, FILE *stream);
651 ungetc, enumerator in enum:llvm::LibFunc::Func
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb344 @buffer.ungetc( nc )

Completed in 525 milliseconds

12