Searched refs:putwc (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dputwc.c1 /* $NetBSD: putwc.c,v 1.3 2003/01/18 11:29:56 thorpej Exp $ */
40 * A subroutine version of the macro putwc.
42 #undef putwc macro
45 putwc(wchar_t wc, FILE *fp) function
H A DMakefile.inc17 putchar.c puts.c putw.c putwc.c putwchar.c refill.c remove.c rewind.c \
35 putc.3 putwc.3 remove.3 scanf.3 setbuf.3 stdio.3 tmpnam.3 \
62 MLINKS+=putwc.3 fputwc.3 putwc.3 putwchar.3
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dputchar.c78 return (putwc(wch, _cursesi_screen->outfd));
95 return putwc(wch, outfd);
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/xmlwf/
H A Dxmltchar.h9 #define puttc putwc
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/headers/cwchar/
H A Dfunctions_std.cc40 using std::putwc;
/netbsd-6-1-5-RELEASE/include/
H A Dwchar.h167 wint_t putwc(wchar_t, FILE *);
206 #define putwc(wc, f) fputwc((wc), (f)) macro
207 #define putwchar(wc) putwc((wc), stdout)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dwchar.h73 using std::putwc;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_compatibility/
H A Dwchar.h73 using std::putwc;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cwchar.h90 #undef putwc macro
160 using ::putwc;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Derror.c174 putwc (L'\n', stderr);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h237 { return std::putwc(__c, _M_file); }
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Derror.c230 putwc (L'\n', stderr);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Derror.c174 putwc (L'\n', stderr);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h233 { return std::putwc(__c, _M_file); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure16234 using ::putwc;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/
H A Dconfigure6872 using ::putwc;
[all...]

Completed in 280 milliseconds