Lines Matching defs:ap
131 va_list ap;132 va_start(ap, format);133 vsnprintf(s, sizeof(s), format, ap);135 va_end(ap);