Home
last modified time | relevance | path

Searched defs:putwc (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/stdio/
Dputwc.c4 wint_t putwc(wchar_t c, FILE *f) in putwc() function
/third_party/mingw-w64/mingw-w64-headers/crt/
Dstdio.h1427 #define putwc(_c,_stm) fputwc(_c,_stm) macro
Dwchar.h1228 #define putwc(_c,_stm) fputwc(_c,_stm) macro
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h636 #define putwc(...) (pthread_testcancel(), putwc(__VA_ARGS__)) macro