Searched refs:format (Results 276 - 300 of 937) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dos.h484 /* XXX Need to check which GCC versions have the format(printf) attribute. */
487 #define _printf_attribute(a,b) __attribute((format(__printf__,a,b)))
497 extern void LogVMessageVerb(MessageType type, int verb, const char *format,
499 extern void LogMessageVerb(MessageType type, int verb, const char *format,
501 extern void LogMessage(MessageType type, const char *format, ...)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DconfigProcs.h91 void xf86parseError(char *format, ...);
92 void xf86validationError(char *format, ...);
H A Dos.h470 /* XXX Need to check which GCC versions have the format(printf) attribute. */
473 #define _printf_attribute(a,b) __attribute((format(__printf__,a,b)))
483 extern void LogVMessageVerb(MessageType type, int verb, const char *format,
485 extern void LogMessageVerb(MessageType type, int verb, const char *format,
487 extern void LogMessage(MessageType type, const char *format, ...)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DconfigProcs.h91 void xf86parseError(char *format, ...);
92 void xf86validationError(char *format, ...);
H A Dos.h487 /* XXX Need to check which GCC versions have the format(printf) attribute. */
490 #define _printf_attribute(a,b) __attribute((format(__printf__,a,b)))
500 extern void LogVMessageVerb(MessageType type, int verb, const char *format,
502 extern void LogMessageVerb(MessageType type, int verb, const char *format,
504 extern void LogMessage(MessageType type, const char *format, ...)
H A Dxace.h97 unsigned int format,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A DconfigProcs.h91 void xf86parseError(char *format, ...);
92 void xf86validationError(char *format, ...);
H A Dos.h487 /* XXX Need to check which GCC versions have the format(printf) attribute. */
489 #define _printf_attribute(a,b) __attribute((format(__printf__,a,b)))
499 extern void LogVMessageVerb(MessageType type, int verb, const char *format,
501 extern void LogMessageVerb(MessageType type, int verb, const char *format,
503 extern void LogMessage(MessageType type, const char *format, ...)
H A Dxace.h97 unsigned int format,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A DconfigProcs.h94 void xf86parseError(char *format, ...);
95 void xf86validationError(char *format, ...);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A DconfigProcs.h98 void xf86parseError(char *format, ...);
99 void xf86validationError(char *format, ...);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A DconfigProcs.h98 void xf86parseError(char *format, ...);
99 void xf86validationError(char *format, ...);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A DconfigProcs.h98 void xf86parseError(char *format, ...);
99 void xf86validationError(char *format, ...);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A DconfigProcs.h98 void xf86parseError(char *format, ...);
99 void xf86validationError(char *format, ...);
H A DpanoramiXsrv.h47 unsigned int format,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A DconfigProcs.h98 void xf86parseError(const char *format, ...) _X_ATTRIBUTE_PRINTF(1,2);
99 void xf86validationError(const char *format, ...) _X_ATTRIBUTE_PRINTF(1,2);
H A DpanoramiXsrv.h47 unsigned int format,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A DconfigProcs.h113 xf86parseError(const char *format, ...)
116 xf86validationError(const char *format, ...)
H A DpanoramiXsrv.h47 unsigned int format,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A DconfigProcs.h113 xf86parseError(const char *format, ...)
116 xf86validationError(const char *format, ...)
H A DpanoramiXsrv.h47 unsigned int format,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A DconfigProcs.h113 xf86parseError(const char *format, ...)
116 xf86validationError(const char *format, ...)
H A DpanoramiXsrv.h48 unsigned int format,
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c140 int sscanf (const char *buffer, const char *format, ...) argument
281 int vfprintf (FILE *stream, const char *format, VA_LIST arg) argument
296 int BIO_printf (void *bio, const char *format, ...) argument
301 int BIO_snprintf(char *buf, size_t n, const char *format, ...) argument
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d.h58 int vmsvga3dSurfaceDefine(PVGASTATE pThis, uint32_t sid, uint32_t surfaceFlags, SVGA3dSurfaceFormat format, SVGA3dSurfaceFace face[SVGA3D_MAX_SURFACE_FACES], uint32_t multisampleCount, SVGA3dTextureFilter autogenFilter, uint32_t cMipLevels, SVGA3dSize *pMipLevelSize);
96 uint32_t vmsvga3dSurfaceFormatSize(SVGA3dSurfaceFormat format);
100 const char *vmsvga3dGet3dFormatString(uint32_t format);
107 const char *vmsvgaSurfaceType2String(SVGA3dSurfaceFormat format);

Completed in 823 milliseconds

<<11121314151617181920>>