Home | History | Annotate | Download | only in src

Lines Matching defs:ap

207   va_list ap;
208 va_start(ap, format);
209 vfprintf(stderr, format, ap);
210 va_end(ap);