Lines Matching defs:args
109 va_list args;110 va_start(args, fmt);112 vfprintf(stderr, fmt, args);114 va_end(args);