Home | History | Annotate | Download | only in hwc

Lines Matching defs:ap

324     va_list ap;
326 va_start(ap, fmt);
327 buf->len += vsnprintf(buf->buf + buf->len, buf->buf_len - buf->len, fmt, ap);
328 va_end(ap);