Searched refs:ungetwc (Results 1 – 25 of 35) sorted by relevance
12
/external/musl/src/stdio/ |
D | vfwscanf.c | 81 #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()
|
D | ungetwc.c | 8 wint_t ungetwc(wint_t c, FILE *f) in ungetwc() function
|
/external/libcxx/include/ |
D | cwchar | 55 wint_t ungetwc(wint_t c, FILE* stream); 136 using ::ungetwc;
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 71 ASSERT_SAME_TYPE(std::wint_t, decltype(std::ungetwc(L' ', fp))); in main()
|
/external/musl/include/ |
D | wchar.h | 138 wint_t ungetwc (wint_t, FILE *);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 69 static_assert((std::is_same<decltype(ungetwc(L' ', fp)), wint_t>::value), ""); in main()
|
/external/musl/ |
D | WHATSNEW | 1540 - 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
|
D | sources.bp | 960 "src/stdio/ungetwc.c",
|
/external/libabigail/tests/data/test-annotate/ |
D | libtest23.so.abi | 1142 <!-- wint_t ungetwc(wint_t, __FILE*) --> 1143 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
|
D | libtest24-drop-fns.so.abi | 1192 <!-- wint_t ungetwc(wint_t, __FILE*) --> 1193 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
|
D | libtest24-drop-fns-2.so.abi | 1192 <!-- wint_t ungetwc(wint_t, __FILE*) --> 1193 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
|
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 6401 <!-- 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/ |
D | libtest24-drop-fns.so.abi | 717 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
|
D | libtest23.so.abi | 700 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
|
D | libtest24-drop-fns-2.so.abi | 738 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
|
D | test-libaaudio.so.abi | 1839 …<function-decl name='ungetwc' filepath='bionic/libc/include/wchar.h' line='65' column='1' visibili…
|
D | PR22015-libboost_iostreams.so.abi | 1487 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='792' column='1' visibility='de…
|
D | test9-pr18818-clang.so.abi | 1482 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
|
D | test10-pr18818-gcc.so.abi | 2051 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
|
D | PR22122-libftdc.so.abi | 1917 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='792' column='1' visibility='de…
|
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 3943 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='787' column='1' visibility='de…
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3181 fun:ungetwc=uninstrumented
|
/external/libabigail/tests/data/test-abidiff/ |
D | test-PR18791-v1.so.abi | 4024 …<function-decl name='ungetwc' filepath='/usr/include/wchar.h' line='789' column='1' visibility='de…
|
D | test-PR18791-v0.so.abi | 3884 …<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/ |
D | libc-2.13.so.sym | 413 PUBLIC 71980 0 ungetwc
|
12