Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dwchar_.d161 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 Dputwchar.c48 return fputwc(wc, stdout); in putwchar()
H A Dputwc.c48 return fputwc(wc, fp); in putwc()
H A DMakefile.inc10 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 Dfputwc.c89 fputwc(wchar_t wc, FILE *fp) in fputwc() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/config/mingw/
H A Dmsvc.c166 return fputwc(c, fp); in _fputwc_nolock()
/netbsd-src/include/
H A Dwchar.h183 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 Dwchar.h45 using std::fputwc;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dwchar.h45 using std::fputwc;
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcwchar47 wint_t fputwc(wchar_t c, FILE* stream);
130 using ::fputwc;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
H A Dcwchar71 #undef fputwc
144 using ::fputwc;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/
H A Dcwchar71 #undef fputwc
144 using ::fputwc;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
H A Dcwchar71 #undef fputwc
146 using ::fputwc;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/
H A Dcwchar71 #undef fputwc
146 using ::fputwc;
/netbsd-src/doc/
H A DTODO.i18n38 fputwc sm
/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Dprintf.c288 if (fputwc (result[i], stream) == WEOF) in libintl_vfwprintf()
/netbsd-src/distrib/utils/libhack/
H A Dmultibyte.c159 fputwc(wchar_t wc, FILE *stream) in fputwc() function
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dprintf.c322 if (fputwc (result[i], stream) == WEOF) in libintl_vfwprintf()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf75 #fputwc, 89 -- POSIX thread cancellation point
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf75 #fputwc, 89 -- POSIX thread cancellation point
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-crtlmap.map341 fputwc
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-crtlmap.map341 fputwc
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/
H A DChangeLog514 fgetwc, fputwc, fputws, getwc, getwchar, putwc, putwchar, ungetwc.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstdio.d224 import core.stdc.wchar_ : fputwc;
225 return fputwc(c, cast(shared) fp);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstdio.d288 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()

12