Lines Matching defs:ap
2251 va_list ap;2252 va_start(ap, fmt);2253 retval = vsnprintf(buf, sizeof(buf), fmt, ap);2254 va_end(ap);