Searched refs:VA_LIST (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DPrintLib.h208 a Null-terminated Unicode format string and a VA_LIST argument list.
240 @param Marker VA_LIST marker for the variable argument list.
252 IN VA_LIST Marker
353 ASCII format string and a VA_LIST argument list.
384 @param Marker VA_LIST marker for the variable argument list.
396 IN VA_LIST Marker
613 ASCII format string and a VA_LIST argument list.
642 @param Marker VA_LIST marker for the variable argument list.
654 IN VA_LIST Marker
750 Unicode format string and a VA_LIST argumen
[all...]
/freebsd-11-stable/sys/contrib/edk2/Include/
H A DBase.h560 // VA_LIST - typedef for argument list.
561 // VA_START (VA_LIST Marker, argument before the ...) - Init Marker for use.
562 // VA_END (VA_LIST Marker) - Clear Marker
563 // VA_ARG (VA_LIST Marker, var arg size) - Use Marker to get an argument from
565 // VA_COPY (VA_LIST Dest, VA_LIST Start) - Initialize Dest as a copy of Start.
575 // VA_LIST Marker;
615 #define VA_LIST va_list macro
618 #define VA_LIST va_list macro
648 typedef __builtin_ms_va_list VA_LIST; typedef
667 typedef __builtin_va_list VA_LIST; typedef
684 typedef CHAR8 *VA_LIST; typedef
[all...]
/freebsd-11-stable/contrib/gcclibs/include/
H A Dansidecl.h159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
/freebsd-11-stable/contrib/gdb/include/
H A Dansidecl.h154 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
/freebsd-11-stable/contrib/binutils/include/
H A Dansidecl.h159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h97 # define VA_LIST(var) va_list var; macro
105 # define VA_LIST(var) va_list var; macro
113 # define VA_LIST(var) macro
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-format.c106 VA_LIST Args;

Completed in 125 milliseconds