Searched refs:fputwc (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dputwc.c48 return fputwc(wc, fp);
H A Dputwchar.c48 return fputwc(wc, stdout);
H A Dfputwc.c37 NetBSD: fputwc.c,v 1.4 2005/06/12 05:21:27 lukem Exp
99 fputwc(wchar_t wc, FILE *fp) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwchar.h57 wint_t fputwc (wchar_t c, FILE *stream);
929 The fputwc function writes the wide character specified by c to the output stream
938 @return The fputwc function returns the wide character written. If a write error occurs, the
939 error indicator for the stream is set and fputwc returns WEOF. If an encoding error
940 occurs, the value of the macro EILSEQ is stored in errno and fputwc returns WEOF.
942 wint_t fputwc(wchar_t C, FILE *Stream);
997 The putwc function is equivalent to fputwc, except that if it is implemented as a
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h194 wint_t __cdecl fputwc(wint_t,FILE*);
H A Dwchar.h302 wint_t __cdecl fputwc(wint_t,FILE*);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h214 wint_t __cdecl fputwc(wint_t,FILE*);
H A Dwchar.h340 wint_t __cdecl fputwc(wint_t,FILE*);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h79 #define _fputtc WINE_tchar_routine(fputc, fputc, fputwc)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h79 #define _fputtc WINE_tchar_routine(fputc, fputc, fputwc)

Completed in 1256 milliseconds