Lines Matching defs:args
196 va_list args;197 va_start(args, fmt);198 StringAppendV(&output_, fmt, args);199 va_end(args);