Lines Matching defs:ap
5387 va_list ap;5388 va_start (ap, format);5389 vprintf (format, ap);5390 va_end (ap);