Home | History | Annotate | Download | only in btreplay

Lines Matching defs:ap

215 	va_list ap;
220 va_start(ap, fmt);
221 vfprintf(stderr, fmt, ap);
222 va_end(ap);