Lines Matching defs:ap
909 va_list ap;910 va_start(ap, format);911 vsnprintf(buffer, sizeof(buffer), format, ap);912 va_end(ap);