Lines Matching defs:ap
2004 va_list ap;2007 va_start(ap, fmt);2009 r = vsnprintf(b->buf, b->size, fmt, ap);2025 va_end(ap);