Lines Matching defs:ap
89 va_list ap;90 va_start(ap, fmt);91 vsnprintf(errormsg, ERRORMSG_LEN, fmt, ap);93 va_end(ap);