Lines Matching defs:args
167 va_list args;168 va_start(args, format);170 if (vasprintf(&buf, format, args) < 0)172 va_end(args);