Lines Matching defs:ap
66 va_list ap;67 va_start(ap, format);68 ret = vsnprintf(str, size, format, ap);69 va_end(ap);