Lines Matching defs:ap
239 va_list ap;244 va_start(ap, format);245 (void)vsnprintf(buffer, sizeof(buffer), format, ap);246 va_end(ap);