/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | vsprintf.c | 2 Implementation of vsprintf as declared in <stdio.h>. 43 NetBSD: vsprintf.c,v 1.14 2005/02/09 21:35:47 kleink Exp 44 vsprintf.c 8.1 (Berkeley) 6/4/93 56 vsprintf(char *str, const char *fmt, va_list ap) function
|
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/ |
H A D | dlm_error.c | 20 vsprintf( errstr, format, args );
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | stdio.h | 47 static inline int vsprintf ( char *buf, const char *fmt, va_list args ) { function
|
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_error.c | 32 vsprintf( errstr, format, args );
|
/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/ |
H A D | print.c | 4 #include <ipxe/vsprintf.h>
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | error.c | 357 vsprintf( txt + offset, format, args ); 413 vsprintf( txt + offset, format, args ); 441 vsprintf( txt + offset, format, args ); 480 vsprintf( szBuffer, szString, pArgList ); 502 vsprintf( aCmd, cmd, args ); 701 vsprintf( txt + offset, format, args );
|
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/ |
H A D | efi_strings.c | 23 #include <ipxe/vsprintf.h>
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | sunos4.h | 99 extern char *vsprintf(char *, const char *, va_list);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | glx_ansic.h | 82 #define __glXVsprintf vsprintf
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | glx_ansic.h | 85 #define __glXVsprintf vsprintf
|
/vbox/src/VBox/Additions/WINNT/VBoxHook/ |
H A D | VBoxHook.cpp | 211 size_t cch = vsprintf(s_uBuf.Req.szString, pszFormat, va);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | EfiUtilityMsgs.c | 529 vsprintf (Line2, MsgFmt, List); 559 vsprintf (Line, MsgFmt, List);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | tchar.h | 222 #define _vstprintf WINE_tchar_routine(vsprintf, vsprintf, vswprintf)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | tchar.h | 222 #define _vstprintf WINE_tchar_routine(vsprintf, vsprintf, vswprintf)
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | vsprintf.c | 25 #include <ipxe/vsprintf.h>
|
H A D | uri.c | 32 #include <ipxe/vsprintf.h>
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | stdio.h | 171 int __cdecl vsprintf(char*,const char*,__ms_va_list);
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | trio.h | 173 # define vsprintf trio_vsprintf macro
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | gzwrite.c | 341 (void)vsprintf(state->in, format, va); 346 len = vsprintf(state->in, format, va);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | stdio.h | 35 int vsprintf (char * __restrict, 1030 The vsprintf function is equivalent to sprintf, with the variable argument 1032 macro. The vsprintf function does not invoke the va_end macro. 1044 @return The vsprintf function returns the number of characters written in 1048 int vsprintf(char * __restrict Buff, const char * __restrict Format, va_list Args);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | stdio.h | 182 int __cdecl vsprintf(char*,const char*,__ms_va_list);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/ |
H A D | debug.c | 222 vsprintf(buf + offset, pszFormat, args);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/ |
H A D | debug.c | 222 vsprintf(buf + offset, pszFormat, args);
|
/vbox/src/libs/xpcom18a4/python/src/loader/ |
H A D | pyloader.cpp | 278 vsprintf(buff, fmt, argptr);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/ |
H A D | debug.c | 222 vsprintf(buf + offset, pszFormat, args);
|