Searched refs:fputwc (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | putwc.c | 48 return fputwc(wc, fp);
|
H A D | putwchar.c | 48 return fputwc(wc, stdout);
|
H A D | fputwc.c | 37 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 D | wchar.h | 57 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 D | stdio.h | 194 wint_t __cdecl fputwc(wint_t,FILE*);
|
H A D | wchar.h | 302 wint_t __cdecl fputwc(wint_t,FILE*);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | stdio.h | 214 wint_t __cdecl fputwc(wint_t,FILE*);
|
H A D | wchar.h | 340 wint_t __cdecl fputwc(wint_t,FILE*);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | tchar.h | 79 #define _fputtc WINE_tchar_routine(fputc, fputc, fputwc)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | tchar.h | 79 #define _fputtc WINE_tchar_routine(fputc, fputc, fputwc)
|
Completed in 1256 milliseconds