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

/netbsd-current/lib/libc/stdio/
H A Dputwc.c42 #undef putwc macro
45 putwc(wchar_t wc, FILE *fp) function
/netbsd-current/include/
H A Dwchar.h221 #define putwc(wc, f) fputwc((wc), (f)) macro
/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A Dquadmath-printf.h53 #undef putwc macro
57 #define putwc(c,f) putc(c,f) macro
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dquadmath-printf.h53 #undef putwc macro
57 #define putwc(c,f) putc(c,f) macro

Completed in 95 milliseconds