Searched refs:VA_START (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dsnprintf.c9 # ifndef VA_START
10 # define VA_START(a, f) va_start(a, f) macro
12 # endif /* VA_START */
17 # ifndef VA_START
18 # define VA_START(a, f) va_start(a)
20 # endif /* VA_START */
36 VA_START(ap, fmt);
42 VA_START(ap, fmt);
/freebsd-11-stable/gnu/usr.bin/grep/
H A Derror.c36 # define VA_START(args, lastarg) va_start(args, lastarg) macro
39 # define VA_START(args, lastarg) va_start(args) macro
131 #if defined VA_START && __STDC__
141 #ifdef VA_START
153 #ifdef VA_START
154 VA_START (args, message);
194 #if defined VA_START && __STDC__
207 #ifdef VA_START
236 #ifdef VA_START
237 VA_START (arg
[all...]
/freebsd-11-stable/contrib/gcclibs/include/
H A Dansidecl.h33 VA_START(ap, var) va_start(ap, var) va_start(ap)
69 thoroughly than the simple VA_START() macro mentioned above.
159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) macro
210 #define VA_START(va_list, var) va_start(va_list) macro
/freebsd-11-stable/contrib/gdb/include/
H A Dansidecl.h33 VA_START(ap, var) va_start(ap, var) va_start(ap)
69 thoroughly than the simple VA_START() macro mentioned above.
154 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) macro
205 #define VA_START(va_list, var) va_start(va_list) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dansidecl.h33 VA_START(ap, var) va_start(ap, var) va_start(ap)
69 thoroughly than the simple VA_START() macro mentioned above.
159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) macro
210 #define VA_START(va_list, var) va_start(va_list) macro
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h100 # define VA_START(ap, fmt) va_start(ap, fmt) macro
108 # define VA_START(ap, fmt) va_start(ap) macro
116 # define VA_START(ap, fmt) macro
/freebsd-11-stable/sys/contrib/edk2/Include/
H A DBase.h561 // VA_START (VA_LIST Marker, argument before the ...) - Init Marker for use.
582 // VA_START (Marker, NumberOfArgs);
621 #define VA_START(Marker, Parameter) __va_start(Marker, Parameter) macro
650 #define VA_START(Marker, Parameter) __builtin_ms_va_start (Marker, Parameter) macro
669 #define VA_START(Marker, Parameter) __builtin_va_start (Marker, Parameter) macro
702 #define VA_START(Marker, Parameter) (Marker = (VA_LIST) ((UINTN) & (Parameter) + _INT_SIZE_OF (Parameter))) macro
727 by using VA_START() again.
737 This macro initializes Dest as a copy of Start, as if the VA_START macro had been applied to Dest
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h415 #undef VA_START macro
417 VA_FIXEDARG VA_CLOSE VA_START
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsnprintf.c304 #ifdef VA_START
305 #undef VA_START macro
306 #endif /* defined(VA_START) */
312 #define VA_START(ap, last) va_start(ap, last) macro
316 #define VA_START(ap, last) va_start(ap) /* "last" is ignored. */ macro
1552 VA_START(ap, format);
1581 VA_START(ap, format);
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h757 #undef VA_START macro
759 VA_FIXEDARG VA_CLOSE VA_START
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-format.c108 VA_START (Args, Fmt);
117 VA_START (Args, Fmt);

Completed in 106 milliseconds