Lines Matching defs:args
235 va_list args;238 va_start(args, errfmt);240 vsnprintf(errmsg, sizeof(errmsg), errfmt, args);241 va_end(args);