Lines Matching defs:ap
180 va_list ap;183 va_start(ap, fmt);184 prog->InfoLog = hieralloc_vasprintf_append(prog->InfoLog, fmt, ap);185 va_end(ap);