Home
last modified time | relevance | path

Searched refs:getwc (Results 1 – 25 of 33) sorted by relevance

12

/external/musl/src/stdio/
Dvfwscanf.c77 #undef getwc
78 #define getwc(f) \ macro
79 ((f)->rpos != (f)->rend && *(f)->rpos < 128 ? *(f)->rpos++ : (getwc)(f))
114 while (iswspace((c=getwc(f)))) pos++; in vfwscanf()
121 while (iswspace((c=getwc(f)))) pos++; in vfwscanf()
123 c = getwc(f); in vfwscanf()
198 while (iswspace((c=getwc(f)))) pos++; in vfwscanf()
200 c=getwc(f); in vfwscanf()
256 if ((c=getwc(f))<0) break; in vfwscanf()
Dgetwc.c4 wint_t getwc(FILE *f) in getwc() function
/external/libcxx/include/
Dcwchar51 wint_t getwc(FILE* stream);
134 using ::getwc;
/external/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp69 ASSERT_SAME_TYPE(std::wint_t, decltype(std::getwc(fp))); in main()
/external/musl/include/
Dwchar.h128 wint_t getwc (FILE *);
/external/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp67 static_assert((std::is_same<decltype(getwc(fp)), wint_t>::value), ""); in main()
/external/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi1085 <!-- wint_t getwc(__FILE*) -->
1086 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dlibtest24-drop-fns.so.abi1135 <!-- wint_t getwc(__FILE*) -->
1136 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dlibtest24-drop-fns-2.so.abi1135 <!-- wint_t getwc(__FILE*) -->
1136 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi6344 <!-- wint_t getwc(__FILE*) -->
6345 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='744' column='1' visibility='defa…
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi8141 <!-- wint_t getwc(__FILE*) -->
8142 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='744' column='1' visibility='defa…
/external/libabigail/tests/data/test-read-dwarf/
Dlibtest24-drop-fns.so.abi685 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dlibtest23.so.abi668 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dlibtest24-drop-fns-2.so.abi706 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dtest-libaaudio.so.abi1786 …<function-decl name='getwc' filepath='bionic/libc/include/wchar.h' line='54' column='1' visibility…
DPR22015-libboost_iostreams.so.abi1455 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='749' column='1' visibility='defa…
Dtest9-pr18818-clang.so.abi1450 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dtest10-pr18818-gcc.so.abi2019 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
DPR22122-libftdc.so.abi1885 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='749' column='1' visibility='defa…
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi3911 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='744' column='1' visibility='defa…
/external/musl/
Dsources.bp922 "src/stdio/getwc.c",
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1977 fun:getwc=uninstrumented
/external/libabigail/tests/data/test-abidiff/
Dtest-PR18791-v1.so.abi3955 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dtest-PR18791-v0.so.abi3815 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
/external/libabigail/tests/data/test-diff-dwarf-abixml/
Dtest0-pr19026-libvtkIOSQL-6.1.so.1.abi1996 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='744' column='1' visibility='defa…

12