Lines Matching defs:ap
8411 va_list ap;8412 va_start (ap, format);8413 int out_len = vasprintf (&out, format, ap);8414 va_end (ap);