Home
last modified time | relevance | path

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

/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/boost/boost/compatibility/cpp_c_headers/
Dcwchar142 using ::getwc;
/third_party/musl/include/
Dwchar.h126 wint_t getwc (FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h126 wint_t getwc (FILE *);
/third_party/musl/ndk_musl_include/
Dwchar.h126 wint_t getwc (FILE *);
/third_party/musl/porting/liteos_m/kernel/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.txt874 getwc;
Dmusl_src.gni1124 "src/stdio/getwc.c",
/third_party/gettext/gettext-runtime/m4/
DChangeLog.01262 fgetwc, fputwc, fputws, getwc, getwchar, putwc, putwchar, ungetwc.