Home
last modified time | relevance | path

Searched refs:fgetwc (Results 1 – 25 of 43) sorted by relevance

12

/third_party/musl/libc-test/src/regression/
Dfgetwc-buffering.c21 wc = fgetwc(stdin); in main()
26 wc = fgetwc(stdin); in main()
31 wc = fgetwc(stdin); in main()
Dtest_src_regression.gni10 "fgetwc-buffering",
/third_party/musl/src/stdio/
Dgetwc.c6 return fgetwc(f); in getwc()
Dgetwchar.c6 return fgetwc(stdin); in getwchar()
Dfgetwc.c58 wint_t fgetwc(FILE *f) in fgetwc() function
/third_party/musl/libc-test/src/functional/
Dfwscanf.c63 TEST(i, fgetwc(f), 'x', "%d != %d"); in main()
/third_party/musl/libc-test/src/api/
Dstdio.c98 {wint_t(*p)(FILE*) = fgetwc;} in g()
Dwchar.c22 {wint_t(*p)(FILE*) = fgetwc;} in f()
/third_party/musl/ndk_musl_include/
Dwchar.h125 wint_t fgetwc (FILE *);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h127 wint_t fgetwc (FILE *);
/third_party/musl/include/
Dwchar.h127 wint_t fgetwc (FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h127 wint_t fgetwc (FILE *);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h127 wint_t fgetwc (FILE *);
/third_party/musl/
Dlibc.map.txt664 fgetwc;
DWHATSNEW1894 - fgetwc failed when character crossed buffer boundary
2103 - fgetwc now sets stream error indicator on encoding errors
Dmusl_src.gni1109 "src/stdio/fgetwc.c",
/third_party/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi957 <!-- wint_t fgetwc(__FILE*) -->
958 …<function-decl name='fgetwc' filepath='/usr/include/wchar.h' line='745' column='1' visibility='def…
Dlibtest24-drop-fns-2.so.abi1130 <!-- wint_t fgetwc(__FILE*) -->
1131 …<function-decl name='fgetwc' filepath='/usr/include/wchar.h' line='745' column='1' visibility='def…
Dlibtest24-drop-fns.so.abi1130 <!-- wint_t fgetwc(__FILE*) -->
1131 …<function-decl name='fgetwc' filepath='/usr/include/wchar.h' line='745' column='1' visibility='def…
/third_party/libabigail/tests/data/test-read-dwarf/
Dlibtest23.so.abi575 …<function-decl name='fgetwc' filepath='/usr/include/wchar.h' line='745' column='1' visibility='def…
Dlibtest24-drop-fns-2.so.abi703 …<function-decl name='fgetwc' filepath='/usr/include/wchar.h' line='745' column='1' visibility='def…
Dlibtest24-drop-fns.so.abi703 …<function-decl name='fgetwc' filepath='/usr/include/wchar.h' line='745' column='1' visibility='def…
Dtest-libaaudio.so.abi1754 …<function-decl name='fgetwc' filepath='bionic/libc/include/wchar.h' line='49' column='1' visibilit…
DPR22015-libboost_iostreams.so.abi1454 …<function-decl name='fgetwc' filepath='/usr/include/wchar.h' line='748' column='1' visibility='def…
/third_party/bounds_checking_function/src/
Dinput.inl189 #define SECUREC_GETC fgetwc

12