/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | wchar_.d | 161 wint_t fputwc(wchar_t c, FILE* stream); 175 wint_t putwchar(wchar_t c) { return fputwc(c,stdout); } 181 alias putwc = fputwc;
|
/netbsd-src/lib/libc/stdio/ |
H A D | putwchar.c | 48 return fputwc(wc, stdout); in putwchar()
|
H A D | putwc.c | 48 return fputwc(wc, fp); in putwc()
|
H A D | Makefile.inc | 10 fparseln.c fprintf.c fpurge.c fputc.c fputs.c fputwc.c fputws.c \ 62 MLINKS+=putwc.3 fputwc.3 putwc.3 putwchar.3
|
H A D | fputwc.c | 89 fputwc(wchar_t wc, FILE *fp) in fputwc() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/config/mingw/ |
H A D | msvc.c | 166 return fputwc(c, fp); in _fputwc_nolock()
|
/netbsd-src/include/ |
H A D | wchar.h | 183 wint_t fputwc(wchar_t, FILE *); 225 #define putwc(wc, f) fputwc((wc), (f))
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
H A D | wchar.h | 45 using std::fputwc;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
H A D | wchar.h | 45 using std::fputwc;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | cwchar | 47 wint_t fputwc(wchar_t c, FILE* stream); 130 using ::fputwc;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
H A D | cwchar | 71 #undef fputwc 144 using ::fputwc;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/ |
H A D | cwchar | 71 #undef fputwc 144 using ::fputwc;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
H A D | cwchar | 71 #undef fputwc 146 using ::fputwc;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/ |
H A D | cwchar | 71 #undef fputwc 146 using ::fputwc;
|
/netbsd-src/doc/ |
H A D | TODO.i18n | 38 fputwc sm
|
/netbsd-src/external/gpl2/texinfo/dist/intl/ |
H A D | printf.c | 288 if (fputwc (result[i], stream) == WEOF) in libintl_vfwprintf()
|
/netbsd-src/distrib/utils/libhack/ |
H A D | multibyte.c | 159 fputwc(wchar_t wc, FILE *stream) in fputwc() function
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
H A D | printf.c | 322 if (fputwc (result[i], stream) == WEOF) in libintl_vfwprintf()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 75 #fputwc, 89 -- POSIX thread cancellation point
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 75 #fputwc, 89 -- POSIX thread cancellation point
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 341 fputwc
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 341 fputwc
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/ |
H A D | ChangeLog | 514 fgetwc, fputwc, fputws, getwc, getwchar, putwc, putwchar, ungetwc.
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | stdio.d | 224 import core.stdc.wchar_ : fputwc; 225 return fputwc(c, cast(shared) fp);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | stdio.d | 288 pragma(mangle, core.stdc.wchar_.fputwc.mangleof) int _FPUTWC(wchar_t c, _iobuf* fp); in version() 310 …extern (C) pragma(mangle, core.stdc.wchar_.fputwc.mangleof) int fputwc_unlocked(wchar_t c, _iobuf*… in version()
|