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

/freebsd-10-stable/lib/libc/stdio/
H A Dputwchar.c43 #undef putwchar macro
55 putwchar(wchar_t wc) function
H A DMakefile.inc19 puts.c putw.c putwc.c putwchar.c \
76 MLINKS+=putwc.3 fputwc.3 putwc.3 putwchar.3
/freebsd-10-stable/usr.bin/expand/
H A Dexpand.c114 putwchar(' ');
121 putwchar(' ');
130 putwchar(' ');
135 putwchar(' ');
143 putwchar('\b');
147 putwchar(wc);
153 putwchar(wc);
/freebsd-10-stable/usr.bin/unexpand/
H A Dunexpand.c152 putwchar('\t');
160 putwchar('\t');
167 putwchar(' ');
172 putwchar('\b');
176 putwchar('\n');
180 putwchar(ch);
191 putwchar(ch);
193 putwchar('\n');
/freebsd-10-stable/usr.bin/paste/
H A Dpaste.c162 putwchar(ch);
171 putwchar(ch);
182 putwchar(ch);
184 putwchar(ch);
188 putwchar(ich);
192 putwchar('\n');
220 putwchar(delim[cnt]);
225 putwchar(ch);
230 putwchar('\n');
/freebsd-10-stable/usr.bin/rev/
H A Drev.c96 putwchar(*t);
97 putwchar('\n');
/freebsd-10-stable/usr.bin/ul/
H A Dul.c287 putwchar('\f');
356 putwchar('\n');
394 putwchar('\r');
398 putwchar(*cp);
400 putwchar('\r');
402 putwchar(*cp=='_' ? ' ' : *cp);
403 putwchar('\r');
405 putwchar(*cp=='_' ? ' ' : *cp);
429 putwchar(*cp);
430 putwchar('\
[all...]
/freebsd-10-stable/contrib/mdocml/
H A Dterm_ascii.c271 putwchar(L' ');
279 putwchar(L'\n');
287 putwchar(c);
/freebsd-10-stable/usr.bin/colrm/
H A Dcolrm.c122 putwchar(ch) == WEOF)
/freebsd-10-stable/usr.bin/column/
H A Dcolumn.c168 putwchar('\n');
171 (void)putwchar('\t');
178 putwchar('\n');
199 (void)putwchar('\t');
204 putwchar('\n');
/freebsd-10-stable/usr.bin/tr/
H A Dtr.c136 (void)putwchar(ch);
155 (void)putwchar(ch);
171 (void)putwchar(ch);
322 (void)putwchar(ch);
329 (void)putwchar(ch);
/freebsd-10-stable/usr.bin/fmt/
H A Dfmt.c442 putwchar('\n');
520 putwchar('\t');
524 while (n_spaces-- > 0) putwchar(' ');
581 putwchar('\n');
594 putwchar('\n');
615 while (l<goal_length) { putwchar(' '); l+=2; }
/freebsd-10-stable/usr.bin/colcrt/
H A Dcolcrt.c244 putwchar(*cp);
249 putwchar(L'\n');
/freebsd-10-stable/usr.bin/cut/
H A Dcut.c347 (void)putwchar(ch);
352 (void)putwchar(ch);
356 (void)putwchar('\n');
/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h74 using std::putwchar;
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h92 #undef putwchar macro
163 using ::putwchar;
/freebsd-10-stable/include/
H A Dwchar.h130 wint_t putwchar(wchar_t);
187 #define putwchar(wc) fputwc(wc, __stdoutp) macro
/freebsd-10-stable/usr.bin/write/
H A Dwrite.c297 #define PUTC(c) if (putwchar(c) == WEOF) err(1, NULL);
/freebsd-10-stable/bin/cat/
H A Dcat.c273 if (putwchar(wch) == WEOF)
/freebsd-10-stable/usr.bin/col/
H A Dcol.c119 if (putwchar(ch) == WEOF) \
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure7068 using ::putwchar;
[all...]

Completed in 193 milliseconds