Searched defs:putwc (Results 1 – 4 of 4) sorted by relevance
4 wint_t putwc(wchar_t c, FILE *f) in putwc() function
1427 #define putwc(_c,_stm) fputwc(_c,_stm) macro
1228 #define putwc(_c,_stm) fputwc(_c,_stm) macro
636 #define putwc(...) (pthread_testcancel(), putwc(__VA_ARGS__)) macro