Lines Matching defs:ap
1138 va_list ap;1139 va_start(ap, msg); // use variable arg list1140 vfprintf(stderr, msg, ap);1141 va_end(ap);