Lines Matching defs:ap
243 va_list ap;248 va_start(ap, format);249 (void)vsnprintf(buffer, sizeof(buffer), format, ap);250 va_end(ap);