HomeSort by: relevance | last modified time | path
    Searched refs:putwchar (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libc/stdio/
putwchar.c 1 /* $NetBSD: putwchar.c,v 1.4 2005/06/12 05:21:27 lukem Exp $ */
33 __RCSID("$NetBSD: putwchar.c,v 1.4 2005/06/12 05:21:27 lukem Exp $");
40 * A subroutine version of the macro putwchar.
42 #undef putwchar
45 putwchar(wchar_t wc) function in typeref:typename:wint_t
Makefile.inc 16 putwchar.c refill.c remove.c rewind.c \
62 MLINKS+=putwc.3 fputwc.3 putwc.3 putwchar.3
  /src/usr.bin/fold/
fold.c 143 putwchar(buf[i]);
145 putwchar(L'\n');
165 putwchar(buf[i]);
178 putwchar(buf[i]);
181 putwchar('\n');
201 putwchar(buf[i]);
  /src/usr.bin/rev/
rev.c 98 putwchar(*t);
99 putwchar(L'\n');
  /src/usr.bin/fmt/
fmt.c 242 (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');
  /src/usr.bin/cut/
x_cut.c 56 # define CUT_PUTCHAR putwchar
  /src/include/
wchar.h 186 wint_t putwchar(wchar_t);
226 #define putwchar(wc) putwc((wc), stdout) macro
  /src/usr.bin/col/
col.c 124 if (putwchar(ch) == WEOF) \

Completed in 15 milliseconds