Lines Matching defs:ap
124 va_list ap;126 va_start(ap, fmt);127 vfprintf(stderr, fmt, ap);130 va_end(ap);