HomeSort by relevance Sort by last modified time
    Searched refs:ungetc (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /bionic/libstdc++/include/
cstdio 82 using ::ungetc;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 82 using ::ungetc;
  /ndk/sources/cxx-stl/system/include/
cstdio 82 using ::ungetc;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdio 80 using ::ungetc;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdio 80 using ::ungetc;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdio 82 using ::ungetc;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstdio 82 using ::ungetc;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cstdio 82 using ::ungetc;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/
cstdio 82 using ::ungetc;
  /external/icu4c/tools/toolutil/
filestrm.c 17 * 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/
stdio_streambuf.cpp 164 _STLP_VENDOR_CSTD::ungetc(c, _M_file);
182 int result = _STLP_VENDOR_CSTD::ungetc(c, _M_file);
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 164 _STLP_VENDOR_CSTD::ungetc(c, _M_file);
182 int result = _STLP_VENDOR_CSTD::ungetc(c, _M_file);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 142 using std::ungetc;
  /bionic/libc/stdio/
vfscanf.c 566 (void) ungetc(*(u_char *)--p, fp);
572 (void) ungetc(c, fp);
672 ungetc(*(u_char *)--p, fp);
678 (void) ungetc(c, fp);/* sign */
681 (void) ungetc(c, fp);
ungetc.c 1 /* $OpenBSD: ungetc.c,v 1.9 2005/08/08 08:05:36 espie Exp $ */
41 * Expand the ungetc buffer `in place'. That is, adjust fp->_p when
79 ungetc(int c, FILE *fp) function
108 * If we are in the middle of ungetc'ing, just continue.
109 * This may require expanding the current ungetc buffer.
133 * Create an ungetc buffer.
  /external/stlport/stlport/stl/
_cstdio.h 115 using _STLP_VENDOR_CSTD::ungetc;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 115 using _STLP_VENDOR_CSTD::ungetc;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 115 using _STLP_VENDOR_CSTD::ungetc;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 115 using _STLP_VENDOR_CSTD::ungetc;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 115 using _STLP_VENDOR_CSTD::ungetc;
  /external/libpcap/lbl/
os-sunos4.h 41 int ungetc(int, FILE *);
  /external/tcpdump/lbl/
os-sunos4.h 41 int ungetc(int, FILE *);
  /external/bluetooth/glib/gio/xdgmime/
xdgmimemagic.c 220 ungetc (c, magic_file);
330 ungetc (c, magic_file);
340 ungetc (c, magic_file);
  /bionic/libc/include/
stdio.h 110 * _ub, _up, and _ur are used when ungetc() pushes back more characters
111 * than fit in the current _bf, or when ungetc() pushes back a character
113 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
137 /* data for long sequences of ungetc() */
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
139 int _ur; /* saved _r when _r is counting ungetc data */
142 unsigned char _ubuf[3]; /* guarantee an ungetc() buffer */
270 int ungetc(int, FILE *);
  /development/ndk/platforms/android-3/include/
stdio.h 110 * _ub, _up, and _ur are used when ungetc() pushes back more characters
111 * than fit in the current _bf, or when ungetc() pushes back a character
113 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
137 /* data for long sequences of ungetc() */
138 unsigned char *_up; /* saved _p when _p is doing ungetc data */
139 int _ur; /* saved _r when _r is counting ungetc data */
142 unsigned char _ubuf[3]; /* guarantee an ungetc() buffer */
269 int ungetc(int, FILE *);

Completed in 875 milliseconds

1 2 3 4 5