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

  /src/lib/libc/stdio/
putwchar.c 48 return fputwc(wc, stdout);
putwc.c 48 return fputwc(wc, fp);
fputwc.c 1 /* $NetBSD: fputwc.c,v 1.5 2012/03/15 18:22:30 christos Exp $ */
33 __RCSID("$NetBSD: fputwc.c,v 1.5 2012/03/15 18:22:30 christos Exp $");
89 fputwc(wchar_t wc, FILE *fp) function
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
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mingw/
msvc.c 166 return fputwc(c, fp);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
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;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
wchar.h 45 using std::fputwc;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
wchar.h 45 using std::fputwc;
  /src/include/
wchar.h 183 wint_t fputwc(wchar_t, FILE *);
225 #define putwc(wc, f) fputwc((wc), (f))
  /src/distrib/utils/libhack/
multibyte.c 159 fputwc(wchar_t wc, FILE *stream) function
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
printf.c 322 if (fputwc (result[i], stream) == WEOF)
  /src/external/gpl2/texinfo/dist/intl/
printf.c 288 if (fputwc (result[i], stream) == WEOF)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
stdio.d 178 deprecated("internal alias FPUTWC was unintentionally available from "
180 alias FPUTWC = _fputwc_nlock;
224 deprecated("internal alias FPUTWC was unintentionally available from "
226 alias FPUTWC = _fputwc_nolock;
258 deprecated("internal alias FPUTWC was unintentionally available from "
260 alias FPUTWC = fputwc_unlocked;
288 pragma(mangle, core.stdc.wchar_.fputwc.mangleof) int _FPUTWC(wchar_t c, _iobuf* fp);
310 extern (C) pragma(mangle, core.stdc.wchar_.fputwc.mangleof) int fputwc_unlocked(wchar_t c, _iobuf* fp);
325 deprecated("internal alias FPUTWC was unintentionally available from "
327 alias FPUTWC = fputwc_unlocked
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17311 using ::fputwc;
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17126 using ::fputwc;
    [all...]

Completed in 73 milliseconds