Lines Matching defs:ap
1220 va_list ap;1221 va_start(ap, fmt);1222 s = vaprintf(fmt, ap); /* this allocs a new string to append */1223 va_end(ap);