Searched defs:VA_START (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libopts/compat/
H A Dsnprintf.c10 # define VA_START(a, f) va_start(a, f) macro
/freebsd-12-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
[all...]
/freebsd-12-stable/contrib/gdb/include/
H A Dansidecl.h154 #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-12-stable/contrib/gcclibs/include/
H A Dansidecl.h159 #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-12-stable/contrib/binutils/include/
H A Dansidecl.h159 #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-12-stable/contrib/gcclibs/libcpp/
H A Dsystem.h415 #undef VA_START macro
/freebsd-12-stable/contrib/gcc/
H A Dsystem.h757 #undef VA_START macro
/freebsd-12-stable/contrib/ntp/libntp/
H A Dsnprintf.c305 #undef VA_START macro
312 #define VA_START(ap, last) va_start(ap, last) macro
316 #define VA_START(ap, last) va_start(ap) /* "last" is ignored. */ macro
/freebsd-12-stable/sys/contrib/edk2/Include/
H A DBase.h621 #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

Completed in 245 milliseconds