Lines Matching defs:ap
1163 va_list ap;1164 va_start(ap, format);1165 vsnprintf(buffer, sizeof(buffer), format, ap);1166 va_end(ap);