Lines Matching refs:ap
1349 va_list ap;1351 va_start(ap1354 type = va_arg(ap, int)) {1355 void *value = va_arg(ap, void *);1368 va_end(ap);