Lines Matching defs:ap
2185 va_list ap;2188 va_start (ap, format);2189 r = vsnprintf (line, sizeof (line), format, ap);