Searched defs:va_list (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdarg.h2 This header, <stdarg.h>, declares type va_list and defines macros: va_start, va_arg, va_end;
10 The type va_list is a type suitable for holding information needed by the
13 in these descriptions) having type va_list. The object ap may be passed as
37 The type va_list is a type suitable for holding information needed by the
43 typedef __builtin_va_list va_list; typedef
45 #define va_list VA_LIST macro
53 Synopsys: void va_start(va_list ap, paramN);
55 @param ap An object of type va_list that is to be initialized such
78 va_list ap initialized by va_start. Each invocation of va_arg modifies ap
86 Synopsys: type va_arg(va_list a
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstdarg.h6 typedef __builtin_va_list va_list; typedef
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dstdarg.h40 typedef _BSD_VA_LIST_ va_list; typedef
44 #define __builtin_stdarg_start(a, l) ((a) = (va_list)(void *)&(l))
/vbox/include/iprt/nocrt/compiler/
H A Dgcc.h109 typedef __builtin_va_list va_list; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_ansic.h36 typedef char *va_list; typedef
40 # define va_start(ap,v) ap = (va_list)&v + ((sizeof (v) + 3) & -4)
255 extern int xf86vfprintf(XF86FILE*,const char*,va_list);
256 extern int xf86vsprintf(char*,const char*,va_list);
257 extern int xf86vsnprintf(char*,xf86size_t,const char*,va_list);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_ansic.h40 typedef char *va_list; typedef
44 # define va_start(ap,v) ap = (va_list)&v + ((sizeof (v) + 3) & -4)
265 extern int xf86vfprintf(XF86FILE*,const char*,va_list);
266 extern int xf86vsprintf(char*,const char*,va_list);
267 extern int xf86vsnprintf(char*,xf86size_t,const char*,va_list);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_ansic.h41 typedef char *va_list; typedef
45 # define va_start(ap,v) ap = (va_list)&v + ((sizeof (v) + 3) & -4)
262 extern int xf86vfprintf(XF86FILE*,const char*,va_list);
263 extern int xf86vsprintf(char*,const char*,va_list);
264 extern int xf86vsnprintf(char*,xf86size_t,const char*,va_list);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_ansic.h40 typedef char *va_list; typedef
44 # define va_start(ap,v) ap = (va_list)&v + ((sizeof (v) + 3) & -4)
264 extern int xf86vfprintf(XF86FILE*,const char*,va_list);
265 extern int xf86vsprintf(char*,const char*,va_list);
266 extern int xf86vsnprintf(char*,xf86size_t,const char*,va_list);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h33 #if !defined(__CC_ARM) // if va_list is not already defined
34 #define va_list VA_LIST macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/
H A DBase.h445 typedef int *va_list[1]; typedef
446 #define VA_LIST va_list
448 typedef struct __va_list { void *__ap; } va_list; typedef in typeref:struct:__va_list
449 #define VA_LIST va_list
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A DBase.h446 typedef int *va_list[1]; typedef
447 #define VA_LIST va_list
449 typedef struct __va_list { void *__ap; } va_list; typedef in typeref:struct:__va_list
450 #define VA_LIST va_list

Completed in 99 milliseconds