Home
last modified time | relevance | path

Searched defs:getwc (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/stdio/
Dgetwc.c4 wint_t getwc(FILE *f) in getwc() function
Dvfwscanf.c78 #define getwc(f) \ macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dstdio.h1426 #define getwc(_stm) fgetwc(_stm) macro
Dwchar.h1227 #define getwc(_stm) fgetwc(_stm) macro
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h585 #define getwc(...) (pthread_testcancel(), getwc(__VA_ARGS__)) macro