Home
last modified time | relevance | path

Searched refs:VA_END_COPY (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c327 #ifdef VA_END_COPY
328 #undef VA_END_COPY
332 #define VA_END_COPY(ap) va_end(ap) macro
335 #define VA_END_COPY(ap) va_end(ap) macro
338 #define VA_END_COPY(ap) /* No-op. */ macro
1525 VA_END_COPY(aq); in rpl_vasprintf()