/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/ |
H A D | quadmath-printf.h | 53 #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 D | quadmath-printf.h | 53 #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 D | putwc.c | 42 #undef putwc 45 putwc(wchar_t wc, FILE *fp) in putwc() function
|
H A D | 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
|
/netbsd-src/include/ |
H A D | wchar.h | 185 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 D | putchar.c | 91 status = putwc(wch, outfd); in __cputwchar_args()
|
/netbsd-src/external/mit/expat/dist/xmlwf/ |
H A D | xmltchar.h | 46 # define puttc putwc
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
H A D | wchar.h | 73 using std::putwc;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
H A D | wchar.h | 73 using std::putwc;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | cwchar | 52 wint_t putwc(wchar_t c, FILE* stream); 134 using ::putwc;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
H A D | cwchar | 82 #undef putwc 155 using ::putwc;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/ |
H A D | cwchar | 82 #undef putwc 155 using ::putwc;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
H A D | cwchar | 82 #undef putwc 157 using ::putwc;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/ |
H A D | cwchar | 82 #undef putwc 157 using ::putwc;
|
/netbsd-src/doc/ |
H A D | TODO.i18n | 49 putwc sm
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | error.c | 177 putwc (L'\n', stderr); in error_tail()
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | error.c | 230 putwc (L'\n', stderr); in error_tail()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | stdio_sync_filebuf.h | 268 { return std::putwc(__c, _M_file); } in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | stdio_sync_filebuf.h | 267 { return std::putwc(__c, _M_file); } in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | wchar_.d | 181 alias putwc = fputwc;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 148 #putwc, 89 -- POSIX thread cancellation point
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 148 #putwc, 89 -- POSIX thread cancellation point
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 637 putwc
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 637 putwc
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/ |
H A D | ChangeLog | 514 fgetwc, fputwc, fputws, getwc, getwchar, putwc, putwchar, ungetwc.
|