Searched refs:VA_START (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | snprintf.c | 9 # ifndef VA_START 10 # define VA_START(a, f) va_start(a, f) macro 17 # ifndef VA_START 18 # define VA_START(a, f) va_start(a) 36 VA_START(ap, fmt); in snprintf() 42 VA_START(ap, fmt); in snprintf()
|
/freebsd/sys/contrib/edk2/Include/ |
H A D | Base.h | 599 #define VA_START(Marker, Parameter) __va_start(Marker, Parameter) macro 619 #define VA_START(Marker, Parameter) __va_start (&Marker, &Parameter, _INT_SIZE_OF (Parameter), … macro 640 #define VA_START(Marker, Parameter) __builtin_ms_va_start (Marker, Parameter) macro 659 #define VA_START(Marker, Parameter) __builtin_va_start (Marker, Parameter) macro 692 #define VA_START(Marker, Parameter) (Marker = (VA_LIST) ((UINTN) & (Parameter) + _INT_SIZE_OF (Para… macro
|
/freebsd/contrib/ntp/libntp/ |
H A D | snprintf.c | 304 #ifdef VA_START 305 #undef VA_START 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); in rpl_snprintf() 1581 VA_START(ap, format); in rpl_asprintf()
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-format.c | 98 VA_START (Args, Fmt); in UefiDevicePathLibCatPrint() 111 VA_START (Args, Fmt); in UefiDevicePathLibCatPrint()
|