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

/vbox/src/VBox/Additions/WINNT/Installer/Loader/
H A DVBoxWindowsAdditions.cpp41 fwprintf(stderr, L"ERROR: Could not determine process type!\n");
71 fwprintf(stderr, L"ERROR: MsgWaitForMultipleObjects failed: %u (%u)\n", dwRc, GetLastError());
84 fwprintf(stderr, L"ERROR: GetExitCodeProcess failed: %u\n", GetLastError());
102 fwprintf(stderr, L"ERROR: GetExitCodeProcess failed: %u\n", GetLastError());
108 fwprintf(stderr, L"ERROR: WaitForSingleObjectEx failed: %u (%u)\n", WaitRc, GetLastError());
124 fwprintf(stderr, L"ERROR: GetCurrentDirectoryW failed: %u (ret %u)\n", GetLastError(), cchCurDir);
133 fwprintf(stderr, L"ERROR: GetModuleFileNameW failed: %u (ret %u)\n", GetLastError(), cchModule);
158 fwprintf(stderr, L"ERROR: Real installer name is too long (%u chars)\n", cchSuff + cchModule);
203 fwprintf(stderr, L"ERROR: Out of memory (%u bytes)\n", cchNewCmdLine);
275 fwprintf(stder
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfwprintf.c1 /* $NetBSD: fwprintf.c,v 1.1 2005/05/14 23:51:02 christos Exp $ */
32 __FBSDID("$FreeBSD: src/lib/libc/stdio/fwprintf.c,v 1.1 2002/09/21 13:00:30 tjr Exp $");
34 __RCSID("$NetBSD: fwprintf.c,v 1.1 2005/05/14 23:51:02 christos Exp $");
43 fwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwchar.h32 int fwprintf (FILE * __restrict stream,
244 /** The fwprintf function writes output to the stream pointed to by stream,
249 (as always) but are otherwise ignored. The fwprintf function returns
441 so far by this call to fwprintf. No argument is converted, but one
454 @return The fwprintf function returns the number of wide characters
458 int fwprintf(FILE * __restrict stream, const wchar_t * __restrict format, ...);
634 fwprintf function. The corresponding argument is a pointer to a
674 The swprintf function is equivalent to fwprintf, except that the argument s
720 The vfwprintf function is equivalent to fwprintf, with the variable argument list
849 The wprintf function is equivalent to fwprintf wit
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h196 int __cdecl fwprintf(FILE*,const wchar_t*,...);
H A Dwchar.h304 int __cdecl fwprintf(FILE*,const wchar_t*,...);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h216 int __cdecl fwprintf(FILE*,const wchar_t*,...);
H A Dwchar.h342 int __cdecl fwprintf(FILE*,const wchar_t*,...);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h82 #define _ftprintf WINE_tchar_routine(fprintf, fprintf, fwprintf)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h82 #define _ftprintf WINE_tchar_routine(fprintf, fprintf, fwprintf)
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp131 fwprintf((FILE*)pCallbackContext, _T("(%u) %u - %s\n"), Event, dwError, pEventDescription);

Completed in 2702 milliseconds