Home
last modified time | relevance | path

Searched refs:ungetwc (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/src/stdio/
Dvfwscanf.c81 #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()
Dungetwc.c8 wint_t ungetwc(wint_t c, FILE *f) in ungetwc() function
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dungetwc.c44 wint_t result = ungetwc(wc, file); in ungetwc_0100()
71 ungetwc(wc, NULL); in ungetwc_0200()
Dtest_src_functionalext_supplement_stdio.gni30 "ungetwc",
/third_party/musl/libc-test/src/api/
Dstdio.c109 {wint_t(*p)(wint_t,FILE*) = ungetwc;} in g()
Dwchar.c39 {wint_t(*p)(wint_t,FILE*) = ungetwc;} in f()
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcwchar21 using ::ungetwc;
/third_party/musl/include/
Dwchar.h136 wint_t ungetwc (wint_t, FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h136 wint_t ungetwc (wint_t, FILE *);
/third_party/musl/ndk_musl_include/
Dwchar.h136 wint_t ungetwc (wint_t, FILE *);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h138 wint_t ungetwc (wint_t, FILE *);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h138 wint_t ungetwc (wint_t, FILE *);
/third_party/musl/
Dlibc.map.txt1839 ungetwc;
DWHATSNEW1540 - 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
Dmusl_src.gni1162 "src/stdio/ungetwc.c",
/third_party/gettext/gettext-runtime/m4/
DChangeLog.01262 fgetwc, fputwc, fputws, getwc, getwchar, putwc, putwchar, ungetwc.
/third_party/mindspore/third_party/securec/src/
Dinput.inl193 #define SECUREC_UN_GETC ungetwc
/third_party/bounds_checking_function/src/
Dinput.inl179 #define SECUREC_UN_GETC ungetwc