Searched refs:putwchar (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/lib/libc/stdio/
H A Dputwchar.c1 /* $NetBSD: putwchar.c,v 1.3 2003/01/18 11:29:56 thorpej Exp $ */
40 * A subroutine version of the macro putwchar.
42 #undef putwchar macro
45 putwchar(wchar_t wc) function
H A DMakefile.inc16 putwchar.c refill.c remove.c rewind.c \
61 MLINKS+=putwc.3 fputwc.3 putwc.3 putwchar.3
/netbsd-current/usr.bin/fold/
H A Dfold.c143 putwchar(buf[i]);
145 putwchar(L'\n');
165 putwchar(buf[i]);
178 putwchar(buf[i]);
181 putwchar('\n');
201 putwchar(buf[i]);
/netbsd-current/external/bsd/mdocml/dist/
H A Dtest-wchar.c53 if (putwchar(wc) != (wint_t)wc) {
54 fputs("bad putwchar return value\n", stderr);
H A Dterm_ascii.c385 putwchar(L' ');
395 putwchar(L'\n');
402 putwchar(c);
/netbsd-current/usr.bin/rev/
H A Drev.c98 putwchar(*t);
99 putwchar(L'\n');
/netbsd-current/usr.bin/fmt/
H A Dfmt.c242 (void)putwchar(L'\n');
248 (void)putwchar(L' ');
252 (void)putwchar(cp[i]);
254 (void)putwchar(L'\n');
336 (void)putwchar(L'\n');
521 (void)putwchar(L'\t');
525 (void)putwchar(L' ');
528 (void)putwchar(*cp++);
529 (void)putwchar(L'\n');
/netbsd-current/usr.bin/cut/
H A Dx_cut.c56 # define CUT_PUTCHAR putwchar
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dwchar.h74 using std::putwchar;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dwchar.h74 using std::putwchar;
/netbsd-current/include/
H A Dwchar.h182 wint_t putwchar(wchar_t);
222 #define putwchar(wc) putwc((wc), stdout) macro
/netbsd-current/usr.bin/col/
H A Dcol.c124 if (putwchar(ch) == WEOF) \
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure16992 using ::putwchar;
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure17122 using ::putwchar;
[all...]

Completed in 299 milliseconds