Home
last modified time | relevance | path

Searched defs:ungetwc (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/stdio/
Dungetwc.c8 wint_t ungetwc(wint_t c, FILE *f) in ungetwc() function
Dvfwscanf.c82 #define ungetwc(c,f) \ macro
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h668 #define ungetwc(...) (pthread_testcancel(), ungetwc(__VA_ARGS__)) macro