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

  /src/lib/libc/stdio/
putwc.c 1 /* $NetBSD: putwc.c,v 1.4 2005/06/12 05:21:27 lukem Exp $ */
33 __RCSID("$NetBSD: putwc.c,v 1.4 2005/06/12 05:21:27 lukem Exp $");
40 * A subroutine version of the macro putwc.
42 #undef putwc macro
45 putwc(wchar_t wc, FILE *fp) function
Makefile.inc 15 mkostemps.c perror.c printf.c putc.c putchar.c puts.c putw.c putwc.c \
31 printf_l.3 putc.3 putwc.3 remove.3 scanf.3 scanf_l.3 setbuf.3 stdio.3 \
62 MLINKS+=putwc.3 fputwc.3 putwc.3 putwchar.3
  /src/lib/libcurses/
putchar.c 91 status = putwc(wch, outfd);
  /src/external/gpl3/gcc/dist/libquadmath/printf/
quadmath-printf.h 53 #undef putwc macro
57 #define putwc(c,f) putc(c,f) macro
146 if (putwc (ls[cnt], fp->fp) == WEOF)
165 return wide ? (int) putwc (c, fp->fp) : putc (c, fp->fp);
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
quadmath-printf.h 53 #undef putwc macro
57 #define putwc(c,f) putc(c,f) macro
146 if (putwc (ls[cnt], fp->fp) == WEOF)
165 return wide ? (int) putwc (c, fp->fp) : putc (c, fp->fp);
  /src/external/mit/expat/dist/xmlwf/
xmltchar.h 46 # define puttc putwc
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
wchar.h 73 using std::putwc;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
wchar.h 73 using std::putwc;
  /src/include/
wchar.h 185 wint_t putwc(wchar_t, FILE *);
225 #define putwc(wc, f) fputwc((wc), (f)) macro
226 #define putwchar(wc) putwc((wc), stdout)
  /src/external/gpl2/diffutils/dist/lib/
error.c 230 putwc (L'\n', stderr);
  /src/external/gpl2/xcvs/dist/lib/
error.c 177 putwc (L'\n', stderr);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
wchar_.d 181 alias putwc = fputwc;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
stdio_sync_filebuf.h 269 { return std::putwc(__c, _M_file); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
stdio_sync_filebuf.h 267 { return std::putwc(__c, _M_file); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17322 using ::putwc;
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17137 using ::putwc;
    [all...]

Completed in 106 milliseconds