/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/4/platforms/android-5/arch-x86/usr/include/ |
cstdio | 80 using ::ungetc;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cstdio | 80 using ::ungetc;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cstdio | 82 using ::ungetc;
|
/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cstdio | 82 using ::ungetc;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cstdio | 82 using ::ungetc;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
cstdio | 82 using ::ungetc;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
cstdio | 82 using ::ungetc;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
cstdio | 82 using ::ungetc;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
cstdio | 82 using ::ungetc;
|
/prebuilts/ndk/9/sources/cxx-stl/system/include/ |
cstdio | 82 using ::ungetc;
|
/external/chromium_org/third_party/icu/source/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/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/5/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 115 using _STLP_VENDOR_CSTD::ungetc;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 115 using _STLP_VENDOR_CSTD::ungetc;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 115 using _STLP_VENDOR_CSTD::ungetc;
|