Lines Matching defs:ap
1631 va_list ap;1647 va_start(ap, fmt);1648 if (vasprintf(&strp, fmt, ap) != -1) {1653 va_end(ap);