Home | History | Annotate | Download | only in hwc

Lines Matching defs:ap

235     va_list ap;
237 va_start(ap, fmt);
238 buf->len += vsnprintf(buf->buf + buf->len, buf->buf_len - buf->len, fmt, ap);
239 va_end(ap);