Home | History | Annotate | Download | only in tools

Lines Matching defs:args

114 	va_list args;
119 va_start(args, fmt);
120 vfprintf(stdout, fmt, args);
122 va_end(args);