Lines Matching defs:ap
4089 va_list ap;4090 va_start(ap, fmt);4091 write_len = vsnprintf(s, SBUF_SIZE-3, fmt, ap);4092 va_end(ap);