Lines Matching defs:args
563 va_list args;567 va_start(args, format);569 vsnprintf(buffer, sizeof(buffer), format, args);570 va_end(args);