Searched refs:putwchar (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dputwchar.c1 /* $NetBSD: putwchar.c,v 1.4 2005/06/12 05:21:27 lukem Exp $ */
33 __RCSID("$NetBSD: putwchar.c,v 1.4 2005/06/12 05:21:27 lukem Exp $");
40 * A subroutine version of the macro putwchar.
42 #undef putwchar macro
45 putwchar(wchar_t wc) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwchar.h64 wint_t putwchar (wchar_t c);
1010 The putwchar function is equivalent to putwc with the second argument stdout.
1014 @return The putwchar function returns the character written, or WEOF.
1016 wint_t putwchar(wchar_t C);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h203 wint_t __cdecl putwchar(wint_t);
H A Dwchar.h311 wint_t __cdecl putwchar(wint_t);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h225 wint_t __cdecl putwchar(wint_t);
H A Dwchar.h351 wint_t __cdecl putwchar(wint_t);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h105 #define _puttchar WINE_tchar_routine(putchar, putchar, putwchar)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h105 #define _puttchar WINE_tchar_routine(putchar, putchar, putwchar)

Completed in 85 milliseconds