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

/freebsd-current/lib/libc/stdio/
H A Dputwchar.c42 #undef putwchar macro
54 putwchar(wchar_t wc) function
H A DMakefile.inc18 puts.c putw.c putwc.c putwchar.c \
117 putwc.3 putwchar.3
/freebsd-current/usr.bin/expand/
H A Dexpand.c102 putwchar(' ');
109 putwchar(' ');
118 putwchar(' ');
123 putwchar(' ');
131 putwchar('\b');
135 putwchar(wc);
141 putwchar(wc);
/freebsd-current/usr.bin/paste/
H A Dpaste.c149 putwchar(ch);
158 putwchar(ch);
169 putwchar(ch);
171 putwchar(ch);
175 putwchar(ich);
179 putwchar('\n');
207 putwchar(delim[cnt]);
212 putwchar(ch);
217 putwchar('\n');
/freebsd-current/usr.bin/unexpand/
H A Dunexpand.c140 putwchar('\t');
148 putwchar('\t');
155 putwchar(' ');
160 putwchar('\b');
164 putwchar('\n');
168 putwchar(ch);
179 putwchar(ch);
181 putwchar('\n');
/freebsd-current/contrib/mandoc/
H A Dtest-wchar.c53 if (putwchar(wc) != (wint_t)wc) {
54 fputs("bad putwchar return value\n", stderr);
H A Dterm_ascii.c402 putwchar(L' ');
415 putwchar(L'\n');
422 putwchar(c);
/freebsd-current/usr.bin/rev/
H A Drev.c83 putwchar(*t);
84 putwchar('\n');
/freebsd-current/usr.bin/ul/
H A Dul.c271 putwchar('\f');
340 putwchar('\n');
378 putwchar('\r');
382 putwchar(*cp);
384 putwchar('\r');
386 putwchar(*cp=='_' ? ' ' : *cp);
387 putwchar('\r');
389 putwchar(*cp=='_' ? ' ' : *cp);
413 putwchar(*cp);
414 putwchar('\
[all...]
/freebsd-current/usr.bin/colrm/
H A Dcolrm.c109 putwchar(ch) == WEOF)
/freebsd-current/usr.bin/column/
H A Dcolumn.c155 putwchar('\n');
158 (void)putwchar('\t');
165 putwchar('\n');
186 (void)putwchar('\t');
191 putwchar('\n');
/freebsd-current/usr.bin/tr/
H A Dtr.c132 (void)putwchar(ch);
151 (void)putwchar(ch);
167 (void)putwchar(ch);
318 (void)putwchar(ch);
325 (void)putwchar(ch);
/freebsd-current/usr.bin/fmt/
H A Dfmt.c485 putwchar('\n');
587 putwchar('\t');
592 putwchar(' ');
660 putwchar('\n');
677 putwchar('\n');
705 putwchar(' ');
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc29 using ::putwchar;
/freebsd-current/usr.bin/cut/
H A Dcut.c348 (void)putwchar(ch);
353 (void)putwchar(ch);
357 (void)putwchar('\n');
/freebsd-current/include/
H A Dwchar.h130 wint_t putwchar(wchar_t);
190 #define putwchar(wc) fputwc(wc, __stdoutp) macro
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.inc29 using std::putwchar;
/freebsd-current/usr.bin/finger/
H A Dnet.c188 putwchar(c);
/freebsd-current/usr.bin/write/
H A Dwrite.c330 #define PUTC(c) if (putwchar(c) == WEOF) err(1, NULL);
/freebsd-current/bin/cat/
H A Dcat.c362 if (putwchar(wch) == WEOF)
/freebsd-current/usr.bin/col/
H A Dcol.c107 if (putwchar(ch) == WEOF) \

Completed in 398 milliseconds