Lines Matching defs:args
850 va_list args;853 va_start(args, fmt);854 ret=vfprintf(stdout, fmt, args);855 va_end(args);