Searched refs:fputwc (Results 1 – 9 of 9) sorted by relevance
134 wint_t fputwc(wchar_t, FILE *);219 #define putwc(wc, fp) fputwc(wc, fp)220 #define putwchar(wc) fputwc(wc, __stdoutp)
106 fputwc(wchar_t wc, FILE *fp) in fputwc() function
15 fputc.c fputs.c fputwc.c fputws.c fread.c freopen.c fscanf.c \116 MLINKS+=putwc.3 fputwc.3 \
43 fputwc;
45 using std::fputwc;
71 #undef fputwc144 using ::fputwc;
73 #undef fputwc146 using ::fputwc;
79 #fputwc -- POSIX thread cancellation point