Lines Matching defs:ap
876 va_list ap;877 va_start(ap, fmt);878 vsnprintf(s, sizeof(s), fmt, ap);879 va_end(ap);