Lines Matching defs:ap
1812 va_list ap;1815 va_start(ap, fmt);1816 r = vsnprintf(b->buf, b->size, fmt, ap);1829 va_end(ap);