Searched refs:vsprintf (Results 1 - 25 of 41) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvsprintf.c2 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 Ddlm_error.c20 vsprintf( errstr, format, args );
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstdio.h47 static inline int vsprintf ( char *buf, const char *fmt, va_list args ) { function
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_error.c32 vsprintf( errstr, format, args );
/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dprint.c4 #include <ipxe/vsprintf.h>
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Derror.c357 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 Defi_strings.c23 #include <ipxe/vsprintf.h>
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h99 extern char *vsprintf(char *, const char *, va_list);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglx_ansic.h82 #define __glXVsprintf vsprintf
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglx_ansic.h85 #define __glXVsprintf vsprintf
/vbox/src/VBox/Additions/WINNT/VBoxHook/
H A DVBoxHook.cpp211 size_t cch = vsprintf(s_uBuf.Req.szString, pszFormat, va);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c529 vsprintf (Line2, MsgFmt, List);
559 vsprintf (Line, MsgFmt, List);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h222 #define _vstprintf WINE_tchar_routine(vsprintf, vsprintf, vswprintf)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h222 #define _vstprintf WINE_tchar_routine(vsprintf, vsprintf, vswprintf)
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dvsprintf.c25 #include <ipxe/vsprintf.h>
H A Duri.c32 #include <ipxe/vsprintf.h>
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h171 int __cdecl vsprintf(char*,const char*,__ms_va_list);
/vbox/src/libs/libxml2-2.6.31/
H A Dtrio.h173 # define vsprintf trio_vsprintf macro
/vbox/src/libs/zlib-1.2.6/
H A Dgzwrite.c341 (void)vsprintf(state->in, format, va);
346 len = vsprintf(state->in, format, va);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h35 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 Dstdio.h182 int __cdecl vsprintf(char*,const char*,__ms_va_list);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c222 vsprintf(buf + offset, pszFormat, args);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c222 vsprintf(buf + offset, pszFormat, args);
/vbox/src/libs/xpcom18a4/python/src/loader/
H A Dpyloader.cpp278 vsprintf(buff, fmt, argptr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c222 vsprintf(buf + offset, pszFormat, args);

Completed in 78 milliseconds

12