Lines Matching defs:args
85 va_list args;92 va_start(args, format);98 vfprintf(stderr, format, args);101 va_end(args);