Searched refs:fputwc (Results 1 – 7 of 7) sorted by relevance
30 if (fputwc (wcs[n], arq) == WEOF) in fwwrite()41 #define FPUTC fputwc
40 if (fputwc (wcs[n], arq) == WEOF) in fwwrite()51 # define FPUTC fputwc
31 fputwc (wchar_t wc, FILE *fp) in fputwc() function
76 TEST_VERIFY_EXIT (fputwc (L'y', f) == L'y'); in do_test()87 TEST_VERIFY_EXIT (fputwc (L'y', f) == L'y'); in do_test()
38 fputwc fputwc_u getwc getwc_u getwchar getwchar_u iofgetws iofgetws_u \100 CFLAGS-fputwc.c += -fexceptions
138 if (fputwc (wcbuf[n], fp) == WEOF) in do_test()
130 fputwc; fputwc_unlocked; fputws; fputws_unlocked; fsetpos; fsetpos64;
Completed in 12 milliseconds