Lines Matching defs:ap
2246 va_list ap;2247 va_start(ap, fmt);2248 retval = vsnprintf(buf, sizeof(buf), fmt, ap);2249 va_end(ap);