Home
last modified time | relevance | path

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

12

/third_party/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
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dgetwc.c32 wint_t result = getwc(fptr); in getwc_0100()
Dungetwc.c52 result = getwc(file); in ungetwc_0100()
Dtest_src_functionalext_supplement_stdio.gni91 "getwc",
/third_party/musl/libc-test/src/api/
Dstdio.c105 {wint_t(*p)(FILE*) = getwc;} in g()
Dwchar.c29 {wint_t(*p)(FILE*) = getwc;} in f()
/third_party/musl/ndk_musl_include/
Dwchar.h126 wint_t getwc (FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h128 wint_t getwc (FILE *);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h128 wint_t getwc (FILE *);
/third_party/musl/include/
Dwchar.h128 wint_t getwc (FILE *);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h128 wint_t getwc (FILE *);
/third_party/musl/
Dlibc.map.txt891 getwc;
Dmusl_src.gni1196 "src/stdio/getwc.c",
/third_party/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi964 <!-- wint_t getwc(__FILE*) -->
965 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dlibtest24-drop-fns.so.abi1137 <!-- wint_t getwc(__FILE*) -->
1138 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dlibtest24-drop-fns-2.so.abi1137 <!-- wint_t getwc(__FILE*) -->
1138 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
/third_party/libabigail/tests/data/test-read-dwarf/
Dlibtest23.so.abi579 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dlibtest24-drop-fns.so.abi707 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dlibtest24-drop-fns-2.so.abi707 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dtest-libaaudio.so.abi1779 …<function-decl name='getwc' filepath='bionic/libc/include/wchar.h' line='54' column='1' visibility…
DPR22015-libboost_iostreams.so.abi1458 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='749' column='1' visibility='defa…
Dtest9-pr18818-clang.so.abi1334 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
/third_party/libabigail/tests/data/test-abidiff/
Dtest-PR18791-v0.so.abi3815 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…
Dtest-PR18791-v1.so.abi3955 …<function-decl name='getwc' filepath='/usr/include/wchar.h' line='746' column='1' visibility='defa…

12