Searched refs:ungetwc (Results 1 – 18 of 18) sorted by relevance
/third_party/musl/src/stdio/ |
D | vfwscanf.c | 81 #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()
|
D | ungetwc.c | 8 wint_t ungetwc(wint_t c, FILE *f) in ungetwc() function
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | ungetwc.c | 44 wint_t result = ungetwc(wc, file); in ungetwc_0100() 71 ungetwc(wc, NULL); in ungetwc_0200()
|
D | test_src_functionalext_supplement_stdio.gni | 30 "ungetwc",
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 109 {wint_t(*p)(wint_t,FILE*) = ungetwc;} in g()
|
D | wchar.c | 39 {wint_t(*p)(wint_t,FILE*) = ungetwc;} in f()
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cwchar | 21 using ::ungetwc;
|
/third_party/musl/include/ |
D | wchar.h | 136 wint_t ungetwc (wint_t, FILE *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 136 wint_t ungetwc (wint_t, FILE *);
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 136 wint_t ungetwc (wint_t, FILE *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 138 wint_t ungetwc (wint_t, FILE *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 138 wint_t ungetwc (wint_t, FILE *);
|
/third_party/musl/ |
D | libc.map.txt | 1839 ungetwc;
|
D | WHATSNEW | 1540 - 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
|
D | musl_src.gni | 1162 "src/stdio/ungetwc.c",
|
/third_party/gettext/gettext-runtime/m4/ |
D | ChangeLog.0 | 1262 fgetwc, fputwc, fputws, getwc, getwchar, putwc, putwchar, ungetwc.
|
/third_party/mindspore/third_party/securec/src/ |
D | input.inl | 193 #define SECUREC_UN_GETC ungetwc
|
/third_party/bounds_checking_function/src/ |
D | input.inl | 179 #define SECUREC_UN_GETC ungetwc
|