Home
last modified time | relevance | path

Searched refs:ungetwc (Results 1 – 25 of 35) sorted by relevance

12

/external/musl/src/stdio/
Dvfwscanf.c81 #undef ungetwc
82 #define ungetwc(c,f) \ macro
83 ((f)->rend && (c)<128U ? *--(f)->rpos : ungetwc((c),(f)))
115 ungetwc(c, f); in vfwscanf()
126 ungetwc(c, f); in vfwscanf()
202 ungetwc(c, f); in vfwscanf()
283 ungetwc(c, f); in vfwscanf()
Dungetwc.c8 wint_t ungetwc(wint_t c, FILE *f) in ungetwc() function
/external/libcxx/include/
Dcwchar55 wint_t ungetwc(wint_t c, FILE* stream);
136 using ::ungetwc;
/external/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp71 ASSERT_SAME_TYPE(std::wint_t, decltype(std::ungetwc(L' ', fp))); in main()
/external/musl/include/
Dwchar.h138 wint_t ungetwc (wint_t, FILE *);
/external/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp69 static_assert((std::is_same<decltype(ungetwc(L' ', fp)), wint_t>::value), ""); in main()
/external/musl/
DWHATSNEW1540 - failure of ungetc/ungetwc to work on FILE streams in EOF state
1571 - missing locking in error paths for ungetwc
1716 - buffer underflow (reverse-overflow) in ungetwc
Dsources.bp960 "src/stdio/ungetwc.c",
/external/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi1142 <!-- wint_t ungetwc(wint_t, __FILE*) -->
1143 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
Dlibtest24-drop-fns.so.abi1192 <!-- wint_t ungetwc(wint_t, __FILE*) -->
1193 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
Dlibtest24-drop-fns-2.so.abi1192 <!-- wint_t ungetwc(wint_t, __FILE*) -->
1193 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi6401 <!-- wint_t ungetwc(wint_t, __FILE*) -->
6402 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='787' column='1' visibility='de…
/external/libabigail/tests/data/test-read-dwarf/
Dlibtest24-drop-fns.so.abi717 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
Dlibtest23.so.abi700 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
Dlibtest24-drop-fns-2.so.abi738 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
Dtest-libaaudio.so.abi1839 …<function-decl name='ungetwc' filepath='bionic/libc/include/wchar.h' line='65' column='1' visibili…
DPR22015-libboost_iostreams.so.abi1487 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='792' column='1' visibility='de…
Dtest9-pr18818-clang.so.abi1482 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
Dtest10-pr18818-gcc.so.abi2051 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
DPR22122-libftdc.so.abi1917 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='792' column='1' visibility='de…
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi3943 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='787' column='1' visibility='de…
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3181 fun:ungetwc=uninstrumented
/external/libabigail/tests/data/test-abidiff/
Dtest-PR18791-v1.so.abi4024 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
Dtest-PR18791-v0.so.abi3884 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym413 PUBLIC 71980 0 ungetwc

12