Searched defs:va_end (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | stdarg.h | 2 This header, <stdarg.h>, declares type va_list and defines macros: va_start, va_arg, va_end; 11 macros va_start, va_arg, and va_end. If access to the varying arguments 16 and must be passed to the va_end macro prior to any further reference to ap. 19 functions. The va_start and va_end macros must be invoked in the 38 macros va_start, va_arg, and va_end. 51 The va_start macro initializes ap for subsequent use by va_arg and va_end. 106 The va_end macro facillitates a normal return from the function whose 110 Synopsys: void va_end(va_list ap); 112 The va_end macro may modify ap so that it is no longer usable (without an 114 invocation of the va_start macro, or if the va_end macr 121 #define va_end macro 123 #define va_end macro [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | stdarg.h | 9 #define va_end( ap ) __builtin_va_end ( ap ) macro
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/ |
H A D | stdarg.h | 52 #define va_end(ap) __builtin_va_end(ap) macro
|
/vbox/include/iprt/nocrt/compiler/ |
H A D | gcc.h | 116 #define va_end(va) __builtin_va_end(va) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_ansic.h | 41 # define va_end(ap) (ap = 0, (void)0) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_ansic.h | 45 # define va_end(ap) (ap = 0, (void)0) macro
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_ansic.h | 46 # define va_end(ap) (ap = 0, (void)0) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_ansic.h | 45 # define va_end(ap) (ap = 0, (void)0) macro
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/ |
H A D | OpenSslSupport.h | 37 #define va_end VA_END macro 41 #define va_end(Marker) ((void)0) macro
|
Completed in 325 milliseconds