Lines Matching defs:ap
307 va_list ap;308 va_start(ap, fmt);309 ret = vsprintf(str, fmt, ap);310 va_end(ap);