Home
last modified time | relevance | path

Searched refs:putwc (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/
H A Dquadmath-printf.h53 #undef putwc
57 #define putwc(c,f) putc(c,f) macro
146 if (putwc (ls[cnt], fp->fp) == WEOF) in __quadmath_do_put()
165 return wide ? (int) putwc (c, fp->fp) : putc (c, fp->fp); in __quadmath_do_putc()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dquadmath-printf.h53 #undef putwc
57 #define putwc(c,f) putc(c,f) macro
146 if (putwc (ls[cnt], fp->fp) == WEOF) in __quadmath_do_put()
165 return wide ? (int) putwc (c, fp->fp) : putc (c, fp->fp); in __quadmath_do_putc()
/netbsd-src/lib/libc/stdio/
H A Dputwc.c42 #undef putwc
45 putwc(wchar_t wc, FILE *fp) in putwc() function
H A DMakefile.inc15 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
/netbsd-src/include/
H A Dwchar.h185 wint_t putwc(wchar_t, FILE *);
225 #define putwc(wc, f) fputwc((wc), (f))
226 #define putwchar(wc) putwc((wc), stdout)
221 #define putwc(wc, f) fputwc( global() macro
/netbsd-src/lib/libcurses/
H A Dputchar.c91 status = putwc(wch, outfd); in __cputwchar_args()
/netbsd-src/external/mit/expat/dist/xmlwf/
H A Dxmltchar.h46 # define puttc putwc
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dwchar.h73 using std::putwc;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dwchar.h73 using std::putwc;
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcwchar52 wint_t putwc(wchar_t c, FILE* stream);
134 using ::putwc;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
H A Dcwchar82 #undef putwc
155 using ::putwc;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/
H A Dcwchar82 #undef putwc
155 using ::putwc;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
H A Dcwchar82 #undef putwc
157 using ::putwc;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/
H A Dcwchar82 #undef putwc
157 using ::putwc;
/netbsd-src/doc/
H A DTODO.i18n49 putwc sm
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Derror.c177 putwc (L'\n', stderr); in error_tail()
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Derror.c230 putwc (L'\n', stderr); in error_tail()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h268 { return std::putwc(__c, _M_file); } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h267 { return std::putwc(__c, _M_file); } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dwchar_.d181 alias putwc = fputwc;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf148 #putwc, 89 -- POSIX thread cancellation point
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf148 #putwc, 89 -- POSIX thread cancellation point
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-crtlmap.map637 putwc
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-crtlmap.map637 putwc
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/
H A DChangeLog514 fgetwc, fputwc, fputws, getwc, getwchar, putwc, putwchar, ungetwc.

12