Lines Matching defs:ap
2470 va_list ap;2471 va_start(ap, fmt);2472 retval = vsnprintf(buf, sizeof(buf), fmt, ap);2473 va_end(ap);