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

/freebsd-12-stable/lib/libc/stdio/
H A Dputwchar.c45 #undef putwchar macro
57 putwchar(wchar_t wc) function
H A DMakefile.inc20 puts.c putw.c putwc.c putwchar.c \
82 MLINKS+=putwc.3 fputwc.3 putwc.3 putwchar.3
/freebsd-12-stable/usr.bin/expand/
H A Dexpand.c116 putwchar(' ');
123 putwchar(' ');
132 putwchar(' ');
137 putwchar(' ');
145 putwchar('\b');
149 putwchar(wc);
155 putwchar(wc);
/freebsd-12-stable/usr.bin/unexpand/
H A Dunexpand.c154 putwchar('\t');
162 putwchar('\t');
169 putwchar(' ');
174 putwchar('\b');
178 putwchar('\n');
182 putwchar(ch);
193 putwchar(ch);
195 putwchar('\n');
/freebsd-12-stable/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.c385 putwchar(L' ');
395 putwchar(L'\n');
402 putwchar(c);
/freebsd-12-stable/usr.bin/paste/
H A Dpaste.c164 putwchar(ch);
173 putwchar(ch);
184 putwchar(ch);
186 putwchar(ch);
190 putwchar(ich);
194 putwchar('\n');
222 putwchar(delim[cnt]);
227 putwchar(ch);
232 putwchar('\n');
/freebsd-12-stable/usr.bin/rev/
H A Drev.c98 putwchar(*t);
99 putwchar('\n');
/freebsd-12-stable/usr.bin/ul/
H A Dul.c285 putwchar('\f');
354 putwchar('\n');
392 putwchar('\r');
396 putwchar(*cp);
398 putwchar('\r');
400 putwchar(*cp=='_' ? ' ' : *cp);
401 putwchar('\r');
403 putwchar(*cp=='_' ? ' ' : *cp);
427 putwchar(*cp);
428 putwchar('\
[all...]
/freebsd-12-stable/usr.bin/colrm/
H A Dcolrm.c124 putwchar(ch) == WEOF)
/freebsd-12-stable/usr.bin/column/
H A Dcolumn.c170 putwchar('\n');
173 (void)putwchar('\t');
180 putwchar('\n');
201 (void)putwchar('\t');
206 putwchar('\n');
/freebsd-12-stable/usr.bin/tr/
H A Dtr.c146 (void)putwchar(ch);
165 (void)putwchar(ch);
181 (void)putwchar(ch);
332 (void)putwchar(ch);
339 (void)putwchar(ch);
/freebsd-12-stable/usr.bin/fmt/
H A Dfmt.c487 putwchar('\n');
589 putwchar('\t');
594 putwchar(' ');
662 putwchar('\n');
679 putwchar('\n');
707 putwchar(' ');
/freebsd-12-stable/usr.bin/cut/
H A Dcut.c355 (void)putwchar(ch);
360 (void)putwchar(ch);
364 (void)putwchar('\n');
/freebsd-12-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h74 using std::putwchar;
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h92 #undef putwchar macro
163 using ::putwchar;
/freebsd-12-stable/include/
H A Dwchar.h132 wint_t putwchar(wchar_t);
189 #define putwchar(wc) fputwc(wc, __stdoutp) macro
/freebsd-12-stable/usr.bin/finger/
H A Dnet.c197 putwchar(c);
/freebsd-12-stable/bin/cat/
H A Dcat.c282 if (putwchar(wch) == WEOF)
/freebsd-12-stable/usr.bin/write/
H A Dwrite.c345 #define PUTC(c) if (putwchar(c) == WEOF) err(1, NULL);
/freebsd-12-stable/usr.bin/col/
H A Dcol.c122 if (putwchar(ch) == WEOF) \
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure7068 using ::putwchar;
[all...]

Completed in 180 milliseconds