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

/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsnprintf.c308 #undef VA_SHIFT macro
313 #define VA_SHIFT(ap, value, type) /* No-op for ANSI C. */ macro
317 #define VA_SHIFT(ap, value, type) value = va_arg(ap, type) macro
[all...]

Completed in 44 milliseconds